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
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
Explain the purpose of dd dummy statement?
What is the function of //jcllib statement?
How to override loadlib?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
What is use of restart and how to use it?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what is DSN parameter and DISP parameter is used for?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What are hierarchy levels in jcl?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
How can unused space allocation be returned to the system when a dataset is closed?
In job processing, what happens in execution stage?
What is the purpose of dd dummy statement?
What is the difference between the positional and keyword parameters? Give examples.