1.How to check for the errors using TYPRUN=SCAN?What will
be the output if we give TYPRUN=SCAN?
Answers were Sorted based on User's Feedback
Answer / 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 |
We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?
5 Answers IBM, JPMorgan Chase,
i have step1,step2,step3 from where can i start coding cond parameter ?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Where & How Do You Code Identifier In Jcl?
can we write a proc with in a proc
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?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
Brief description of inline procedure of jcl.
How to test thru JCL if any file(PS or VSAM) is empty or not. I do not want to use any COBOL prog or Ezytrieve and want to do using utility.
Is condition checking possible in jcl?
Can we change a FB file to VB file in JCL? Please help
How do you create a temporary dataset?