Changing DFSORT defaults with control statements
If you want to change DFSORT system defaults to improve sort performance, pass information to DFSORT through control statements in the runtime data set IGZSRTCD.
About this task
The control statements that you can include in IGZSRTCD (in the order listed) are:
Procedure
SMS=nnnnn
, where nnnnn is the length in bytes of the most frequently occurring record size. (Use only if theSD
file is variable length.)OPTION
(except keywordsSORTIN
orSORTOUT
).- Other DFSORT control statements (except
SORT
,MERGE
,RECORD
, orEND
).
Results
Code control statements between columns 2 and 71. You can continue a control statement record by ending the line with a comma and starting the next line with a new keyword. You cannot use labels or comments on a record, and a record itself cannot be a DFSORT comment statement.
Related tasks
Controlling sort behavior
DFSORT Application Programming Guide (Using DFSORT program
control statements)
Controlling sort behavior
DFSORT Application Programming Guide (Using DFSORT program
control statements)