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 / sweetie
As the PARM parameter is not able to pass more that 100
chars, we have to pass the parameter thru Instream with the
help of SYSIN DD *
| Is This Answer Correct ? | 16 Yes | 1 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Explain the function of the steplib dd statement?
How jcl work to handle various input output file operations?
Name a few IBM utility programs, and explain its function.
What is catelog procedure and how many catelog procedure to use in one job?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
how do you access an uncataloged dataset in a jcl?
how to run batch program without jcl?
Why block size is multiple of lrecl in jcl?
Explain how can the submitting users racf authority be overridden in a job stream?
What are the parameters that are used in creating a gdg?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
In job processing, what happens in execution stage?
Name what parameter directs the output of the job log dataset?