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 does a disposition of (new,catlg,keep) for a dsn mean?
Explain in DD statement what is the use of DCB parameter?
How does jcl specify the job to the operating system?
How can the attributes of one sms dataset be copied to another dataset?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
Explain how can values be passed from the job stream to an executable program?
How jcl work to handle various input output file operations?
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.
How does jcl act on code(if you take a cobol program)?
Is it possible to define dd statements as you want?
What are the jcl procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
Give the syntax of job specifying jcl statement.
Explain the jcl exec statement?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK