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 7480I 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 8295I 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,
2755Is 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 5342In 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 9889
What is the function of finish in idms?
How can we retrieve the total number of records in RPG & CLLE?
Can you define commarea?
How to access db2 tables in mainframe?
how do you specify the number of records to roll in a subfile ?
I have a pf, it contains 5 members, how to access particular member data from logical file?
Which isolation level provides maximum concurrency?
what parameter in the define aix option is used to determine the maximum number of duplicate keys allowable ?
What is dbrm in db2 database?
How can we see the copy book length using file-aid?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
how to refer the data field?
Explain the types of perform?
What is qsam?
define the purpose of the %sst function?