z/OS DFSORT Application Programming Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Action codes

z/OS DFSORT Application Programming Guide
SC23-6878-00

DFSORT sets one of five action codes before a call to the EFS program:
0
Indicates Major Call 1 to the EFS program. DFSORT sends this action code once.
4
Indicates Major Call 2 to the EFS program. DFSORT might send this action code several times at Major Call 2 depending on how many control statements are requested and found. For example, if the SORT, MERGE, and INCLUDE control statements are all supplied in SYSIN and are requested, the EFS program is called twice: once for the SORT control statement (because SORT and MERGE are mutually exclusive, and assuming the SORT statement is specified first, only the SORT statement is taken) and once for the INCLUDE control statement.
8
Indicates Major Call 3 to the EFS program. DFSORT can send this action code once for the Blockset technique and once for the Peerage/Vale technique.
12
Indicates Major Call 4 to the EFS program. DFSORT sends this action code once.
16
Indicates Major Call 5 to the EFS program. DFSORT sends this action code once.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014