IBM MainFrame (5234)
IBM AS400 (1355)
IBM PL/1 (31) Q1. How will you use two different DB2 qualifiers in a single COBOL program? Suppose we have 2 tables EMP1 and EMP2 with same structure defined in two different DB2 qualifiers QUAL1.EMP1 and QUAL2.EMP2 now during first 15 days we want to use QUAL1.EMP1 and rest of the days QUAL2.EMP2 how will we do this. We can create a single program and a single load for this program.
RBS,
2 7459I have file with data as follows data 1 2 3 4 5 I need to read 1 and 5 ,then 2 and 4 then like.. upto end of file, can any one help on this
ISG,
3 8268I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.
CSC,
2743Is it possible to add an keyfield or field to an Physical file without changing its file identifier. Example : - Say I have an existing physical file which is being used in 5 programs. Now I want to add an additional Keyfield or an field to it and I don't want to recompile the programs.
2 5316In all our JOB Statement we have always COND=(4,LT) defined. Nevertheless when a Job failed the last step should then be executed (send a message to an user). Due to we don't like to change all our JOB's (ca. 2000), we are looking for a simply solution.
4 9850
What is the difference between lds and esds?
What is the actual use of fillers?
What is recovery parameters in define cluster command?
What are catalog tables in db2?
How to override loadlib?
What is the difference between SEND MAP DATAONLY and SEND MAP MAPONLY ?
what is scan and xlate?
Explain how does idms communicate with cics?
What is buffer pool in the db2 database?
what is cab?
What is the function of the dd mgmtclas keyword in sms datasets?
Can you explain function of iebgener?
how to handle -911 (deadlock) error in a db2 program so that the program will never abend?
What is input procedure?
Is acct parameter mandatory?