How do you check the syntax of a JCL without running it?
Answer Posted / shiva
u can use JSCAN for this
Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the jcl procedures?
How to submit jcl through a cobol program?
Give the syntax of job specifying jcl statement.
which parameter is used to check the syntax of a jcl without executing it?
What statement can be used to send data to another mvs jes3 node?
In job processing, what happens in conversion stage?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
Explain the hierarchy levels in jcl?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
Can I send output of job to my remote device careerride123?
i want to store 20 digits . how will u do it in cobol ?
How does jcl act on code(if you take a cobol program)?
What are the utility programs in jcl?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What is NOTCAT ?