how can we pass external data to instream procedures
Answer Posted / muhammad jamshad
By using override on step inside the procedure.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List the different components of jcl statement?
Explain the jcl exec statement?
How is the record format of an output dataset specified?
How to submit a jcl from cics?
What is the function of the dd mgmtclas keyword in sms datasets?
What is the purpose of the dd keylen parameter?
How do you submit a job for execution?
What statement can be used to send data to another mvs jes3 node?
How can the attributes of one sms dataset be copied to another dataset?
Suppose I have five jobs to do. But I want to hold one?
Explain in DD statement what is the use of DCB parameter?
Why include statement is used in a jcl?
//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 /*
In sms datasets, what is the function of the dd mgmtclas keyword?
What is jcl in mainframe, and how many types of jcl statements are there for a job?