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
Is acct parameter mandatory?
How can an in-stream dataset be terminated?
I need exexution process for JCL programs
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How can unused space allocation be returned to the system when a dataset is closed?
Explain the hierarchy levels in jcl?
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
What is the format of comment statement?
Explain in DD statement what is the use of DCB parameter?
Can we use DISP=SHR in output file in JCL
What is the use of disp parameter?
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.
What do you understand by the term notcat 2 – gs?
When output dataset space is required, what quantity categories are used?
how you can access an uncataloged dataset in a JCL?