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?
How can return codes be tested before execution of a job step?
Can we call instream to catalog and catalog to instream?
what are the various stages of job processing?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
what is SOC4 error?
Is acct parameter mandatory?
what is use of space parameter in dd statement?
What are the difference between jcl and jes?
Explain the function of the steplib dd statement?
What is timing concept in mainframe?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain the jcl exec statement?
Why block size is multiple of lrecl in jcl?