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
What are the parameters that are used in creating a gdg?
How to do automated restart when a job abend?
what is a jcl?
Explain about ISPF/TSO Commands
What are some jcl statements that are not allowed in procedures?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
Can I send output of job to my remote device careerride123?
What do you understand by the term job time – out and how can you overcome that?
Is it possible to left uncode disp?
What is the use of symbol // in jcl?
How do you create a temporary dataset?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
when does a dataset go uncataloged?
how you can direct the data to spool using SYSOUT option?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?