I have 2 steps in my exec statement , in first step I am creating a gdg, and the output of this step is going into second step as a input, and this second step is abended , now how could i approach in this case.
5 13788I have a File that has duplicate records. I need only those records that occur more than thrice.
3 13686Suppose I have a file with three fields with data in the following format 1. empid - S9(4) COMP 2. empname - X(20) 3. empsal - S9(5)V(2) COMP-3 If I view this file, it will not be in a readable format. How to display the empid and empsal fields in a readable format without using COBOL program? What kind of SORT card will have to be coded?
4 9973Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
8 283021) What is ONCODE (Return code) in PL/1? 2) How to handle the ONCODE in PL/1? Please give me some examples?
IBM,
1 7984Hi, I want to create alternate index on VSAM file.my file structure is ex: RoomID pic x(7) R000001 Floor pic a((6) First RoomNo pic x(2) FA1 Occupied(yes/no) pic a(3) Yes Occupied Batch pic x(10). Maths i want to create alternate index on floor,roomno fields.can i create alternate index on both the fields.and tell me how to create.
1 6266I have three files for one step i need to override the third file how to do that in jcl?
UST,
1 9316
which utility is used to sort a file in jcl?
what are the differences between and exec cics xctl and exec cics start command?
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
Describe the benefits of drda?
I HAVE 500 ROW TO UPDATE I WOULD LIKE TO USE ROLLBACK ALONG WITH COMMIT.WHAT IS THE SYNTAX TO CODE COMMIT AND ROLLBACK FOR EVERY 100 ROWS.AND HOW THE CURSOR ROLLBACK TO THE LAST COMMITTING POINT.
Which mode is used to operate the sequential file?
Explain the difference between a physical bms mapset and a logical bms mapset?
What is package in cobol db2?
How to run my rexx exec?
How joinkeys helps in sort?
In COBOL programming, what is PERFORM? What is VARYING?
What is the difference between next sentence and continue in cobol programing language?
What are the steps involved in access method services?
What is the function of dd name parameter with a 2 part structure; audit.report?
Why include statement is used in a jcl?