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.
1520Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
1 2839Difference between file status codes 02 and 22.... since both are for duplicate key detection.
1 3029Extract only those records from a PS file which are having word 'TEXT' in the records using COBOL? The word TEXT is not present in a particular position in all the records.
RBS,
2 3735Read a flat file and write last but one (I have n records in a file I have to write n-1th) record in another flat file. Could you please provide me the code in COBOL?
1 2553
In COBOL programming, what is PERFORM? What is VARYING?
What is meant by PPT and what are its uses?
Is length = 0 sufficient to ascertain that the field has been modified?
Mention the various locks that are available in db2.
Explain dclgen.
What are the uses of db2 optimizer?
How to access db2 tables in mainframe?
What is inspect in cobol ?
What is the syntax for creating a table in the db2 database?
What is db2 look?
What are steplib and joblib?
Which isolation level provides highest data integrity?
How can values be passed from the job stream to an executable program?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
what will happen if there is no secondary allocation made for datasets?