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.mahipalreddy
using comm-area
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is SOC4 error?
i want to store 20 digits . how will u do it in cobol ?
What is the purpose of dd dummy statement?
How can the disposition of sysout datasets be set for an entire jobstream?
How would you understand error(execution phase)?
what is the difference between JES3 and JES2?
What is one line to pass PARM from JCL to COBOL?
Suppose I have five jobs to do. But I want to hold one?
What statement can be used to send data to another mvs jes3 node?
what happens in conversion stage in job processing?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is the format of comment statement?
Define concatenating?
How is a type of file defined in the jcl that executes the cobol program?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?