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 / rookie
RE:To add on
You can also use files to pass values
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
How do you overcome this limitation ?
In job processing, what happens in conversion stage?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
a dd statement has 2 types of parameters. Name them?
Explain the function of //jcllib statement?
How to resolve the error "WER488A JOIN CAPACITY EXCEEDED" I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem? I am using SYNCSORT with JOINKEYS to compare 2 files. I am Getting error - > WER488A JOIN CAPACITY EXCEEDED There are 2 files to be compared with about 2 million records each. LRECL is 3665. Can somebody give a pointer as to how to resolve this problem?
How does jcl specify the job to the operating system?
List the various advantages of using jcl language?
What do you understand by jcl?
How does the jcl specify the job to os?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how JCL works?
Can I send output of job to my remote device careerride123?
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
which parameter is used to check the syntax of a jcl without executing it?