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 7454I 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 8254I 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,
2741Is 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 5311In 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 9837
What is need of start 0? In steed of can we use anyother numerics? If we use what will happen?
Explain the difference between using the read command with into option and set option?
what is the use of jdftval in join logical file?
How to find schema of a table in db2?
when does a dataset go uncataloged?
How do you overcome this limitation ?
What does sqlcabc has?
what is difference between cobol and cobol/400
What are the different open modes available in cobol?
Mention the types of job control statements?
which cl command is used to trap error messages during program execution?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
What is the main function of the sign-on table?
What is the need to code commits in batch programs?
What do you mean by monitor block?