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 |
Explain about LMOPEN -
in ways data can be passed to a COBOL program from JCL?
How to submit a jcl from cics?
How to pass data to a program that is coded in an exec statement?
What is the use of IEBGENER ?
How to copy VSAM files without using REPRO
I have a JCL with 10 steps, want to execute first 5 steps only, what are ways of doing it?is it possible to control through JOB card?
Explain how can values be passed from the job stream to an executable program?
What is the function of the steplib dd statement?
in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?
Explain about REXX
Name a few IBM utility programs, and explain its function.