In sms datasets, what is the function of the dd mgmtclas keyword?
How to submit jcl through a cobol program?
what sort card you will use to copy the data from one dataset to another dataset?
What is the function of dd disp parameter?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Are there any set of rules for the names of the steps used in a job?
What is use of restart and how to use it?
How can a stopped job be started again?
Which dd parameters are required?
Is condition checking possible in jcl?
define cond parameter in jcl?
what is DSN parameter and DISP parameter is used for?
in ways data can be passed to a COBOL program from JCL?
Explain the function of the dd dcb keyword?
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