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 |
what is force complete
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
how to write a jcl prog to copy alternate recs from ps1 to another ps2,suppose ps1 having 10 recs?
What is RESTART? How is it invoked?
What are the 4 fields in dd statement?
What does a disposition of (NEW,CATLG,DELETE) mean?
Explain about LMMFIND - find a library member
i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?
What is Uncatalog dataset? How can we access/use them?
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
what is the job entry system used in your project?
What does S0C4 error mean?