Answer Posted / shriram supalwar dharmabad
No we cannot code instream data to procedure.
to overcome this
- code SYSIN DD DUMMY in the proc
- then override this from the JCL with instream data
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
//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 /*
what sort card you will use to copy the data from one dataset to another dataset?
whats the diff bw the evaluate also and and?
Is it possible to define dd statements as you want?
Is acct parameter mandatory?
How to override loadlib?
How to do automated restart when a job abend?
What is the use of disp parameter?
Can we use DISP=SHR in output file in JCL
How is a type of file defined in the jcl that executes the cobol program?
Suppose I have five jobs to do. But I want to hold one?
what is the JCL statement consists of?
In job processing, what happens in execution stage?
Explain the purpose of the dd keylen parameter?
How jcl is used for testing batch programs?