How do you check the syntax of a JCL without running it?
Answers were Sorted based on User's Feedback
Answer / jdriley
You can also use JEM (if your installation has it.)
| Is This Answer Correct ? | 34 Yes | 2 No |
Answer / vinothkumar
You Can also use EJCK command before you run the job. this
will check the JCL syntax error.
| Is This Answer Correct ? | 17 Yes | 3 No |
Answer / venkatachalam
Try PREP Commends(
Based on instalation).
Thanks!!
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / jim
No to knock answer 1 but "TYPRUN=SCAN" is what works on my
system (no E in type)
| Is This Answer Correct ? | 5 Yes | 1 No |
Do we need to code DCB parameters when using DISP position as MOD?
what is A-MODE and R-MODE?
Which COND paramter will u use to execute the step only if the previous step does not execute
In jcl i have 255 steps. In 255 step i declared proc. In proc i have 20 steps this job is executable or not? why?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
Mention the types of job control statements?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What is the purpose of the PARM keyword in the EXEC statement?
What all are the changes to be made in JCL so as to do testing?
if the submitter of a job wants to inform another user about the job completion, how can it be done?
Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?