Answer Posted / iceman
You can use internal reader.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain about LMQUERY�give a dialog information about a data set
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
Explain the function of a dd statement?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Is acct parameter mandatory?
How dummy is used in jcl?
What are the utility programs in jcl?
what is DD statement is used in JCL?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
What is the purpose of disp parameter?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
How to run cobol program using jcl?
List the different components of jcl statement?
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?
How would you understand error(execution phase)?