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.
1566Hi 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 2913Difference between file status codes 02 and 22.... since both are for duplicate key detection.
1 3129Extract 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 3842Read 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 2647if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
1350I have a COBOL main program which is calling sub program, the number of calling parameters used in main program are 4 whereas in sub program it's 5. Sub program is passing 5 parameters back to main program Will there be any compilation error? Or main program parameters displays junk values?
1 2454i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
1540What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
1123
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
Discuss about changing dataset name in proc.
How do you get the data to code the BMS macro?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What is the LINKAGE SECTION used in COBOL?
What is a SSRANGE and NOSSRANGE?
What is the local-storage section?
explain sorting techniques in cobol program?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is a report item?
what is difference between cobol and cobol/400
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?