Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
2 6021I 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
IBM,
1940what are the types of abends that occur on job failure? And explain the possible causes of these
1611How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
1377have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
1510
what is DSN in JCL and what are the parameters to declare the DSN?
How to submit a jcl from cics?
What parameter directs the output of the job log dataset?
how would you create a temporary dataset? And where will you use them?
Name the statement which can be used to send data to another mvs jes3 node?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Name what parameter directs the output of the job log dataset?
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?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
what is the purpose of coding class parameter in job statement?
Does jcl support automatic restart?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Explain in DD statement what is the use of DCB parameter?
how you will the direct the data to spool using sysout option?
How would you understand error(execution phase)?