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 / om prakash yadav
if u want to pass more than 100 char then u will pass the
char is cobol program. in jcl not possible.
| Is This Answer Correct ? | 1 Yes | 13 No |
Post New Answer View All Answers
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what is the use of IEBGENER utility?
Explain dd statement in jcl?
Which dd parameters are required?
What are steplib and joblib? What for they are used?
What is the purpose of dd?
what are the statements that are not valid to be included in an include statement?
What is the motivation behind coding class parameter in job statement?
What is the format of comment statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How do you access an uncatalogued dataset in a jcl?
how would you create a temporary dataset? And where will you use them?
How do you submit a job for execution?
In job processing, what happens in execution stage?
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