When we give TYPERUN = SCAN , what are the syntax errors we
get?
Answers were Sorted based on User's Feedback
Answer / khader
invalid key words, illegal characters and incorrect use of
paranthesis
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / sowmya
To check for any syntax errors we give typrun=scan in the
jobcard of that job.
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / guest
It will check for the JCL Syntax errors and whether the
given Datasets,libraries are present.
| Is This Answer Correct ? | 5 Yes | 4 No |
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
what is SOC4 error?
What is job control language?
How to see the COMP3 value(packd decimal)
Suppose I have Five Steps in PROC In this Case I want to Execute third Step in PROC using Main JCL don't use any COND Explain with Coding Thanks & Regards SHREE
how to create a member or sequential dataset through tso command??
Is their any set of rules for dd? Explain.
Explain about LMFREE�free data set from its association with data ID
How to submit a jcl from cics?
how to skip the steps in JCl
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
How do you restart a step in JCL?