A maximum of 100 chars can be passed to Cobol through Parm
in JCL, If we want to pass more than 100 Chars how we can
do it ?
Answer Posted / k.suamn
we can use instrem data throug sysin or by keeping data to
be passed in a ps&theninvoke the ps.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
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.
Brief description of inline procedure of jcl.
What are some jcl statements that are not allowed in procedures?
List in order the hierarchical levels of jcl?
What are the rules employed while naming the steps in a job?
Is there any command to check wether the ps file is in sorted order?
A dd statement consists of 4 fields. Name them?
Explain the purpose of dd * statement in jcl?
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?
Can we use DISP=SHR in output file 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
Explain how can a jobs execution priority be modified?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
what are the types of abends that occur on job failure? And explain the possible causes of these