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
How to override loadlib?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
What do you know about jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Explain how can the disposition of sysout datasets be set for an entire jobstream?
What are the utility programs in jcl?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
What is one line to pass PARM from JCL to COBOL?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
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
What is the function of the dd mgmtclas keyword in sms datasets?
What are steplib and joblib?
What is the difference between run mode and addressing mode?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Which dd parameters are required?