In how ways you can pass the data from Jcl to cobol ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / rknaidu
Four ways.
there are,
1. sysin card.
2. via parm parameter.
3. files.
4. control cards.
| Is This Answer Correct ? | 11 Yes | 0 No |
Answer / vinay sonar
You can pass data from JCL to COBOL using parm
parameters,sysin dd* and using ACCEPT statment
| Is This Answer Correct ? | 2 Yes | 1 No |
Is their any set of rules for dd? Explain.
Can you execute a PROC from another PROC?
what does mvs stand for?
What you mean by skeleton JCl?
What is NOTCAT ?
In DCB, what is LRECL,BLKSIZE,DSORG
wht r s722,s822,s122 and s222 abends pls reply fast
A job has 90 steps i want to execute only step7 and step15
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What parameter directs the output of the job log dataset?
What all are the changes to be made in JCL so as to do testing?
can we modify the code in copy book? if it possible how to submit ofter the modification.