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 |
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How does jcl act on a cobol code?
How do you submit a JCL under CICS environment ?
what are JCLLIB and STEPLIB in JCL?
How can I write the joblog in the spool on normal end of a job step and direct the joblog to a dataset only if the step abends?
Can you delete the GDG base without deleting GDG generations ?
How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01
What is the use of disp parameter?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
how to run JCL thru COBOL.
//step#3 exec pgm = hkbc762 what is wrong with the syntax?
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?