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


Parameter list interface

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

The Parameter List Interface allows you to use the information derived by ICETOOL in your program. With this interface, you supply ICETOOL statements in a parameter list. ICETOOL prints messages in the TOOLMSG data set, and puts an operation status indicator and "operation-specific values" in the parameter list for use by your calling program.

Figure 1 shows the format of the parameter list used with the Parameter List Interface. Table 1 shows the operation-specific values returned to the calling program.

Figure 1. Parameter List for Parameter List InterfaceParameter List for Parameter List Interface

The flags field must be specified. A 4-byte field containing X' FFFFFFFF' must be used to indicate the end of the parameter list. It can be coded after any pair of statement/return addresses.

All addresses in the parameter list must be 31-bit addresses or clean 24-bit addresses (the first 8 bits contain zeros).

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014