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 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
Answer / keerthi
We need to use TSQ so tat more data can be passed
Is This Answer Correct ? | 0 Yes | 6 No |
If your job fails at particular step then what would be the return code for next steps
What is use of restart and how to use it?
How system will identify whether user wants to create PS or PDS? If answer is SPACE parameter then why we need to pass ps or po as dataset organisation while creation
What are three parameters you can specify on Job statement as well as on exec stmt ?
what is the COND=EVEN ? Can anyone give me an example to explain the usage.
What is the difference between Sysin,Sysout,Sysdbout and Sysudump?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?
There are a set of 10 files and a customer will be selecting random no of files(i.e they may be more than 2, may not be in the order).Sometimes he might just select one file or sometimes no files at all.How do you code a JCL for this? Is it possible to code just JCL alone for this problem?
How to pass data to a program that is coded in an exec statement?
How to execute only th 15th step of JCL consisting of 50 steps?
which statement is used to end the in-stream procedure in a jcl?