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
when does a dataset go uncataloged?
what is the use of JCL?
Are there any set of rules for the names of the steps used in a job?
what sort card you will use to copy the data from one dataset to another dataset?
What is the purpose of the dd keylen parameter?
How is the record format of an output dataset specified?
Can an individual step be restricted from using all the jobs allowed cpu time?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How to submit a jcl from cics?
what is DSN parameter and DISP parameter is used for?
What are the difference between jcl and jes?
What are steplib and joblib?
what is use of dcb parameter in dd statement?
What are some jcl statements that are not allowed in procedures?
How does the jcl specify the job to os?