Suppose we have 5 steps in a job.No step should be executed After submitting every step in a job
2 5897I 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,
1894what are the types of abends that occur on job failure? And explain the possible causes of these
1561How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
1323have 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
1458
What are the difference between jcl and jes?
List the different components of jcl statement?
Describe the various parameters utilized in the creation of a gdg?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Is it possible to code instream data in a PROC?
How jcl work to handle various input output file operations?
When space is allocated for an output dataset, what units can be used?
What are s0c1, s0c4, s0c5, s0c7 and socb?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Matching Logic in Jcl not in cobol.Could any one please answer this question
What is multithreading in jcl?
How can the disposition of sysout datasets be set for an entire jobstream?
How do you create a temporary dataset?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?