what are the isolation levels and where we use it in the db2
program
Answer Posted / ssampath
memory
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
Why did you choose to work with ibm mainframe cobol programming?
i want a program using by if, evaluate , string, unstring, perform, occurs?
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.
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
How to remove 2 duplicate records and copy only one using job control language?
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 difference between static and dynamic call in cobol?
What is the difference between external and global variables in COBOL?
What is Pic 9v99 Indicates in COBOL?
What guidelines should be followed to write a structured cobol prgm?
What are the pertinent COBOL
How to know whether the module is dynamical or statistical?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?