1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / om prakash yadav
hi .....kavya........
The JCL being scanned for syntax errors and reports them to
the requested uotput media.
Syntactical errors are comprised of invalid keywords.
Illegal characters, incorrect use of parentheses.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
in ways data can be passed to a COBOL program from JCL?
which parameter is use to declare the name of dataset in dd statement?
List the different components of jcl statement?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
How is a type of file defined in the jcl that executes the cobol program?
What do you understand by the terms: joblib and steplib?
Can I share my data with other jobs? How?
whats the diff bw the evaluate also and and?
Explain the function of the dd dcb keyword?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Explain the purpose of the dd keylen parameter?
Explain how can a stopped job be started again?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?