how can we pass external data to instream procedures
Answer Posted / jyotsna
by using Parm parameter in the job statement
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?
Explain the function of the dd dcb keyword?
What is one line to pass PARM from JCL to COBOL?
What are the jcl procedures?
whats the diff bw the evaluate also and and?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
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 do you understand by the term job time – out and how can you overcome that?
How dummy is used in jcl?
What is the purpose of the dd keylen parameter?
What is the difference between the positional and keyword parameters? Give examples.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
Why block size is multiple of lrecl in jcl?
what is DD statement is used in JCL?
Explain the function of dd disp parameter?