A character string containing all the names of the returned data elements, 8 bytes each. For example, if three data elements, such as JOBNAME, JOBNUM, and COMPCODE, are returned, then:
&ENFDNUM. = 3, and
&ENFDNAME. = JOBNAME JOBNUM COMPCODE.
The &ENFDNAME. variable can then be used with the &SUBSTR. function to extract the names of the data elements.
The value of each data element is assigned to a variable with the same name as the data element. For example, if the three data elements JOBNAME, JOBNUM, and COMPCODE were returned, the variable.
&JOBNAME. could equal CICSPROD,
&JOBNUM. could equal STC00100, and
&COMPCODE. could be 602.
Copyright © 2014 CA Technologies.
All rights reserved.
|
|