Answer Posted / rangarao chitipothu
STEPLID and JOBLIB both are used to specify the location of the load-modules to the operating system.
but here
---> In steplid is used for single step.
---> In joblib is used for multiple steps.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Name the statement which can be used to send data to another mvs jes3 node?
Explain how can the submitting users racf authority be overridden in a job stream?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Explain the purpose of the dd keylen parameter?
What are the 4 fields in dd statement?
can any one plzzzzzz tell the jcl code for creating ps using idcams
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
What are s0c1, s0c4, s0c5, s0c7 and socb?
whats the diff bw the evaluate also and and?
How jcl work to handle various input output file operations?
Explain how can the attributes of one sms dataset be copied to another dataset?
What is the syntax of JCL statement?
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.