List some valid operation codes in JCL
Answers were Sorted based on User's Feedback
Answer / balesh
//JOB_NAME JOB '123' CLASS=Q,MSGLEVEL=(0,1)
//STEP1 EXEC PGM='ADDPGM'
//DD_NAME DD=PATH
| Is This Answer Correct ? | 0 Yes | 0 No |
How can return codes be tested before execution of a job step?
what will be the error code if duplicate key of VSAM file is found?
How do you send the output of a COBOL program to a member of a PDS?
whats the difference between empty and noempty of GDG?
Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
Min no of member?s (PDS) in one directory block?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
Hi, can any one tell about " How do u eliminate the duplicates "
Explain COND used in JCL?
when GDG version number get changed ? bcz always Generations only increasing.
Explain about LMINIT - generate a data ID for a data set
How can i execute 5th step without executing first 4 steps?