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 / vibhor kumar
//SYSIN DD *
VALUE1 -
VALUE2 -
/*
ALL THE SOLUTIONS MENTIONED ABOVE FORGOT TO ADD CONTINUATION
CHARACTER (-)
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
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?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is jcl in mainframe?
In job processing, what happens in execution stage?
how you will the direct the data to spool using sysout option?
List the different components of jcl statement?
which utility is used a dummy utility?
Explain how can a stopped job be started again?
in ways data can be passed to a COBOL program from JCL?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
What is the function of job statement in jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Explain the function of dd name parameter with a 2 part structure; audit.report?
How dummy is used in jcl?