in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
IBM,
2707if the submitter of a job wants to inform another user about the job completion, how can it be done?
IBM,
1245if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
IBM,
2291how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?
IBM,
1276
What is the function of the steplib dd statement?
what are the various stages of job processing?
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
What is jcl in mainframe, and how many types of jcl statements are there for a job?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
What are the 2 types of parameters in dd statement?
what is the JCL statement consists of?
What are steplib and joblib? What for they are used?
what is a jcl?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
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) ?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
How is the record format of an output dataset specified?
Can we use DISP=SHR in output file in JCL