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 |
What is one line to pass PARM from JCL to COBOL?
is there any way to execute more than one proc in the same exec statement at the same time..?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
What does the keyword DCB mean and what are some of the keywords associated with it?
mainframe questions like basic&depth
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the purpose of the dd keylen parameter?
Explain about CBL/PROCESS statement syntax
What is the significance of addrspc parameter in exec statement?
1.How to check for the errors using TYPRUN=SCAN?What will be the output if we give TYPRUN=SCAN?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?