I have a COBOL program that Accepts some input data. How do
you code the JCL statement for this?
( How do you code instream data in a JCL? )
Answer Posted / pratheep
ANOTHER WAY IS
//SYSIN=*
INPUT 1
INPUT 2
//
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the significance of addrspc parameter in exec statement?
What are the rules employed while naming the steps in a job?
How dummy is used in jcl?
What do you understand by jcl?
What is concatenating?
Explain the jcl exec statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain the job statement in jcl?
what is use of dcb parameter in dd statement?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
How gdg are concatenated?
when does a dataset go uncataloged?
How to submit jcl through a cobol program?