The maximum number of in-stream procedure you can code in
any JCL is ?
Answer Posted / nidhi sharma
15
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
How can the attributes of one sms dataset be copied to another dataset?
how you can direct the data to spool using SYSOUT option?
How do you create a temporary dataset?
How to pass the parameter in parm using linkage section ? (syntax)?
How can a stopped job be started again?
What are the 2 types of parameters in dd statement?
What are the utility programs in jcl?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
How to do automated restart when a job abend?
Explain the function of the steplib dd statement?
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
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
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?