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 13592I have a File that has duplicate records. I need only those records that occur more than thrice.
3 13538Suppose 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 9810Is there a way to check for an empty file in JCL other than using IEBCOMPR and the command PRINT COUNT(1)?
8 279261) What is ONCODE (Return code) in PL/1? 2) How to handle the ONCODE in PL/1? Please give me some examples?
IBM,
1 7891Hi, 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 6178I have three files for one step i need to override the third file how to do that in jcl?
UST,
1 9203
What is use of restart and how to use it?
Which is not true about evaluate statement
What is eib?
What does reorg do in db2?
Explain packages.
What is declare cursor?
Give the syntax of job specifying jcl statement.
when an xctl is done, does the tranid change ? Is a new task created ? Does it cause an implicit syncpoint to be issued ?
What is the maximum number of segment types allowed for a single database?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
when does a dataset go uncataloged?
Explain about set currency?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you
For rewrite, why is it mandatory that file needs to be opened?
Give a brief description of db2 isolation levels?