I have a COBOL program that Accepts some input data. How do
you code the JCL statement for this?
( How do you code instream data in a JCL? )
Answer Posted / mahesh
You can pass the vlaues to the cobol program using PARM
coded in the jcl
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
In job processing, what happens in execution stage?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
whats the diff bw the evaluate also and and?
how you will the direct the data to spool using sysout option?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can the disposition of sysout datasets be set for an entire jobstream?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
//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 is the purpose of dd * statement in jcl?
What are the 2 types of parameters in dd statement?
Explain the hierarchy levels in jcl?
what are the various stages of job processing?
List in order the hierarchical levels of jcl?
What is the purpose of the dd keylen parameter?