In how ways you can pass the data from Jcl to cobol ?
Answer Posted / g.naveen
Mainly in 3 ways we can pass the data from Jcl to Cobol by
using Parm parameter,by using files and sysin dd *.
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
What is the function of the dd dcb keyword?
Is acct parameter mandatory?
in ways data can be passed to a COBOL program from JCL?
how do you access an uncataloged dataset in a jcl?
what is SOC4 error?
How is a type of file defined in the jcl that executes the cobol program?
How do you overcome this limitation ?
Explain about ISPF/TSO Commands
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
In sms datasets, what is the function of the dd mgmtclas keyword?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
I need exexution process for JCL programs
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
What is the difference between the positional and keyword parameters? Give examples.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?