Answer Posted / vijay
it specifies a load library in which only a particular steps
of load module is searched.
Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
How to alter the parameters for the existing gdg?
What is the function of //jcllib statement?
how you will the direct the data to spool using sysout option?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
List in order the hierarchical levels of jcl?
Differentiate between the joblib and the steplib statements?
How is a type of file defined in the jcl that executes the cobol program?
What is one line to pass PARM from JCL to COBOL?
whats the diff bw the evaluate also and and?
What is catelog procedure and how many catelog procedure to use in one job?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
how you can access an uncataloged dataset in a JCL?
which utility is used a dummy utility?
What is the format of comment statement?