What is qmf?
What is consistency token in db2?
How do you eliminate the duplicates?
What is the use of dclgen in db2?
Explain the difference between using the read command with into option and set option?
Explain about ISPF/TSO Commands
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
What is the structure and definition for the same?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
is there any way to execute more than one proc in the same exec statement at the same time..?
How errors are handled in CICS programs?
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.
Explain difference between read work file 1 and read work file once? Why we are using work file once?
What is the default page size of buffer pools?
What are some jcl statements that are not allowed in procedures?