Un-Answered Questions { IBM MainFrame }

How to restart a DB2 program?

1353


how to compare two datasets without using superce because output is limited to 133 bytes

1476


what are the types of abends that occur on job failure? And explain the possible causes of these

1112


How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)

2717


In the house keeping section of an MVS assembly language program, like the one below STM R14,R12,12(R13) BASR R12,R0 USING *,R12,R11 LA R11,2048 LA R11,2048(R11,R12) .... .... 1. What if BASR R12,R0 IS NOT PRECEDE USING *,R12,R11? 2. USING (base address), REGISTER does USING directive says assembler to treat particular Register as a base register with the mentioned base address..in the above case * i.e current location counter..well if that is the case why we need BASR R12,R0 ? 3. What if I write like STM R14,R12,12(R13) BASR R12,R0 LA R11,2048 LA R11,2048(R11,R12) USING *,R12,R11 there is no address resolution being calculated in both LA statements so is it a right way to set Base register?..will there be any issues with Domain regarding R11 and R12?

1521


While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?

1813


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1341


How to override loadlib?

1411


I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.

1103


Which command can you use to check for the number of records in a physical file?

998


Difference between array and sub-script ?

1154


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969


which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad

1014


In a KSDS file, key is missing for one record. How to insert the key for that particular record from back up file. Is there any sorting needed for the back up file before the key insertion?

984


How to fetch the last row from the table in SQL (db2)?

1029