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
Can I send output of job to my remote device careerride123?
what JCL Procedures?
what is the compile process of cobol program expalin with code
what is the purpose of coding class parameter in job statement?
Explain how can a stopped job be started again?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
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.
Explain dd statement in jcl?
How do you overcome this limitation ?
What parameter of the job statement is used to limit the cpu time consumed by the job?
Which statement is used to identify the private libraries in job?
What is the format of comment statement?
Explain the function of a dd statement?
What is the motivation behind coding class parameter in job statement?