Answer Posted / vampires
2 types we can give input to jcl
---using PARAM keyword
---sysin dd *
xxxxxx
yyyyy
zzzzz
/*
| Is This Answer Correct ? | 17 Yes | 4 No |
Post New Answer View All Answers
what is JCL?
How do you submit a job for execution?
Explain the job statement in jcl?
Can we call instream to catalog and catalog to instream?
What is the function of the dd mgmtclas keyword in sms datasets?
How to submit a jcl from cics?
How is the record format of an output dataset specified?
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?
Are there any set of rules for the names of the steps used in a job?
What are the 2 types of parameters in dd statement?
List in order the hierarchical levels of jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
what is the purpose of coding notify parameter in job statement?
Is there any command to check wether the ps file is in sorted order?
Explain dd statement in jcl?