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 |
Suppose I have seven jobs to do, but I want to hold one than how can I do this?
Ques: How can we code COND parameter in a JCL so that only even steps (or only odd steps) get execute??
what r the types of job control statements?
what is the function of spool command?
What is the use of disp parameter?
Name what parameter directs the output of the job log dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain about ISPF/TSO Commands
I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?
How to read records in reverse order in flat file?
What does the keyword DCB mean and what are some of the keywords associated with it?
can u execute a proc from another proc?