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


Major call 1

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

The EFS program can perform initialization processing such as opening data sets and obtaining storage.

Information is passed in both directions between DFSORT and the EFS program across the EFS interface.

At Major Call 1, DFSORT supplies your EFS program with fields in the EFS interface containing:
  • An action code indicating that Major Call 1 is in effect
  • Informational flags that describe current processing.
When the EFS program returns control to DFSORT, it can supply fields in the EFS interface containing:
  • A control statement request list, with a list of DFSORT and non-DFSORT control statement operation definers, or EXEC PARM options
    Note: OUTFIL statements cannot be requested by an EFS program.
  • An EFS Program Context area (a private communication area for the EFS program)
  • A list containing messages for printing to the message data set
  • A return code (in general register 15).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014