IBM Support

Entries on SDF panel not sorted.

Troubleshooting


Problem

Entries on the panel are not arranged in time order and want to sort them.

Symptom

Here is an example of a GDPS SDF panel that is not ordered by Time.


Cause

SA v3r5 introduces the possibility to sort entries on a SDF panel.

Diagnosing The Problem

The panel (INGPGDPS) has the following definition:
BODY(&SDFROOT..GEOTRACE,18,*-4,1,5,1,*)

Resolving The Problem

Review the Programmers reference for more information on sorting the Panel:
http://www-01.ibm.com/support/knowledgecenter/SSWRCJ_3.5.0/com.ibm.safos.doc_3.5/BODY.html

For example:
To sort by time and within time priority, code this:
BODY(&SDFROOT..GEOTRACE,18,*-4,1,5,1,*,,TAPA)

To sort first by date, then by time, and then by priority code:
BODY(&SDFROOT..GEOTRACE,18,*-4,1,5,1,*,,DATAPA)

[{"Product":{"code":"SSWRCJ","label":"IBM Tivoli System Automation for z\/OS"},"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Component":"--","Platform":[{"code":"PF035","label":"z\/OS"}],"Version":"3.5","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
08 August 2018

UID

swg21693246