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 / krishna ambati
using sysin dd *
Is This Answer Correct ? | 19 Yes | 1 No |
Post New Answer View All Answers
What are the parameter we cannot use in procedure?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
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
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
what JCL Procedures?
What are the 4 fields in dd statement?
How do you create a temporary dataset?
What is notcat 2 - gs?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How dummy is used in jcl?
What is the use of symbol // 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
Is their any limit for data sets?
what is the difference between JES3 and JES2?
Can we call instream to catalog and catalog to instream?