//step#3 exec pgm = hkbc762
what is wrong with the syntax?
Answers were Sorted based on User's Feedback
Answer / nidhi sharma
THERE SHOULD BE NO SPACE BETWEEN PGM AND =
IT SHOULD BE
//STEP#3 EXEC PGM=HKBC762
| Is This Answer Correct ? | 5 Yes | 0 No |
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
how can the same proc be re-used and called by many jobs?
Current version of GDG is ID.GDG.FILE.G0001V00. JCL has procedure with 2 steps like below, What will be the output file name in each step ? PROC starts Step 1 has ID.GDG.FILE(+1) Step2 has ID.GDG.FILE(+4) PEND Similarly, JCL has 2 steps in 2 separate procedure. What will be the output file names here ? PROC starts Step 1 has ID.GDG.FILE(+1) PEND PROC1 starts Step2 has ID.GDG.FILE(+4) PEND
How can a job send a status message to a tso user at the completion of a job?
how you will the direct the data to spool using sysout option?
What is MOD and when would you use it?
i have 10 steps in jcl program but i have to exicute only 2,4,6,8th and 10th ?how it's possible?
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
List the different jcl statements that are not permitted in the procedures?
How jcl is used for testing batch programs?
What do you understand by the term job time – out and how can you overcome that?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?