1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answer Posted / sandhya
so after mentioning typrun=scan in JOB card? do we need to submit the JCL? I suppose only after submitting the jcl we will get the list of errors if any?
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the resolution for sb37 error
How to execute 2nd and 4th steps among 5 steps in jcl proc?
when does a dataset go uncataloged?
what is the difference between JES3 and JES2?
What do you understand by jcl?
when can a job time-out occur? How to overcome that?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
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) ?
How to submit jcl through a cobol program?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
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?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
what are JCLLIB and STEPLIB in JCL?