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.
1526Hi 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 2847Difference between file status codes 02 and 22.... since both are for duplicate key detection.
1 3042Extract 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 3746Read 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 2567if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
1313I 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 2398i 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
1488What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
1079
how do you reference the esds vsam file formats from cobol programs
What is the utilization of copybook in cobol?
What rules are followed by the search verb.
how do you reference the variable block file formats from cobol programs
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
what happens if parmparameter passes zero bytes to the program
Whats the difference between search & search ALL?
What is report-item in COBOL?
What is the difference between Global and External Variables?
Explain the configuration section of a cobol program with examples of syntax.
What are the different rules of SORT operation?
What is length is cobol?
what is the use of outrecord?
What is redefines clause in COBOL?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning