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 / 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 |
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the function of dd disp parameter?
what are the options in file-aid to edit vsam dataset and to compare data sets.
What is order of searching of the libraries in a JCL?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
can any one plzzzzzz tell the jcl code for creating ps using idcams
Explain how can a jobs execution priority be modified?
What are hierarchy levels in jcl?
Can you give the sort card to arrange the specific column in the version of GDG.
How to change default PROCLIB?
what is the difference between the JCLLIB and JOBLIB ,and where do we use it ?
Suppose i have a file with 10 recs and i want to skip only the 7 th record and copy the rest into another file. How do i do it using SORT?