Answer Posted / rekha
We can pass the data from JCL to COBOL
By using SYSIN statement or
By using PARM parameter.
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
Explain how can values be passed from the job stream to an executable program?
In sms datasets, what is the function of the dd avgrec keyword?
What are steplib and joblib? What for they are used?
List the different components of jcl statement?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
//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 /*
Matching Logic in Jcl not in cobol.Could any one please answer this question
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can values be passed from the job stream to an executable program?
how can you check if a file is empty using jcl?
Can I share my data with other jobs? How?
What is the maximum length of a single line of jcl?
What is multithreading in jcl?
How can unused space allocation be returned to the system when a dataset is closed?