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
What is timing concept in mainframe?
Can I send output of job to my remote device careerride123?
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 ?
How to submit a jcl from cics?
Explain how can return codes be tested before execution of a job step?
What is the difference between the positional and keyword parameters? Give examples.
Is acct parameter mandatory?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
write a jcl to execute a job by 7:00 am on jan 20,1986?
What are the parameters that are used in creating a gdg?
how can the same proc be re-used and called by many jobs?
what is SOC4 error?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
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
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?