When we give TYPERUN = SCAN , what are the syntax errors we
get?
Answer Posted / satish29
Illegal use of paranthesis, keywords
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is notcat 2 - gs?
Explain in DD statement what is the use of DCB parameter?
How to pass data to a program that is coded in an exec statement?
which parameter is used to check the syntax of a jcl without executing it?
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?
Is it possible to left uncode disp? If yes, how?
Explain how can an in-stream dataset be terminated?
I need exexution process for JCL programs
What are the difference between jcl and jes?
Is condition checking possible in jcl? If yes, how?
Brief description of inline procedure of jcl.
How can a jobs execution priority be modified?
Can I share my data with other jobs? How?
what EXEC statement is and what is the syntax of EXEC statement used 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