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
When space is allocated for an output dataset, what units can be used?
A dd statement consists of 4 fields. Name them?
what JCL Procedures?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is concatenating?
How dummy is used in jcl?
what is use of disp parameter in dd statement?
which utility is used to sort a file in jcl?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
what is the compile process of cobol program expalin with code
Explain the function of the dd dcb keyword?
What are the jcl procedures?
Is condition checking possible in jcl? If yes, how?
what is the difference between JES3 and JES2?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you