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 / ritesh kumar
ONE WAY OF ACCEPTING THE DATA IS
// SYSIN DD*
VALUE1
VALUE2
*/
AND OTHER WAY YOU CAN USE FILE TO ACCEPT THE DATA
INCLUDE THAT FILE INTO YOUR RUN JCL.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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
which utility is used to sort a file in jcl?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
What is the function of //cntl statement?
when does a dataset go uncataloged?
What happens if both JOBLIB & STEPLIB is specified ?
Explain the function of the steplib dd statement?
In job processing, what happens in execution stage?
What is multithreading in jcl?
Explain in DD statement what is the use of DCB parameter?
what are the statements that are not valid to be included in an include statement?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What is jcl in mainframe, and how many types of jcl statements are there for a job?
which parameter is used to check the syntax of a jcl without executing it?
Where can program checkpoints be stored for use in a restart?