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
How to execute 2nd and 4th steps among 5 steps in jcl proc?
How to alter the parameters for the existing gdg?
what is the purpose of coding notify parameter in job statement?
Can an individual step be restricted from using all the jobs allowed cpu time?
how to compare two datasets without using superce because output is limited to 133 bytes
What is catelog procedure and how many catelog procedure to use in one job?
what operation is performed by job statement?
How does jcl specify the job to the operating system?
What is the function of //cntl statement?
how to do automated restart when a job abends?
How to run cobol program using jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Explain how can the submitting users racf authority be overridden in a job stream?