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 compare 2 files using File-Aid?
Explain about LMFREE�free data set from its association with data ID
Suppose a proc step has a DD statement like //ABC DD DSN=TEST.FILE1,DISP=SHR DSN=TEST.FILE2,DISP=SHR and the above DD name is overridden from the JCL as given below //procstepname.ABC DD DSN=TEST.FILE3 - Will the DD statement now have just TEST.FILE3 or it will be TEST.FILE3 and TEST.FILE2? Suppose if it is overridden twice like //procstepname.ABC DD DSN=TEST.FILE3 //procstepname.ABC DD DSN=TEST.FILE4 Will this give a JCL error? If not, what will be final output?
Give the syntax of job specifying jcl statement.
There are two steps in a JCl, the first one generates a report while the second step send an email saying the report has been generated, but the second steps should only be executed when the report file is non-empty. How can it be acheived. We may include steps in between.
i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?
How to run cobol program using jcl?
In sms datasets, what is the function of the dd mgmtclas keyword?
how can the same proc be re-used and called by many jobs?
how many types of sorts are there in jcl?
what is the difference between perform varying and perform
what does mvs stand for?