how the control comes back from subprogram to mainprogram
Answer Posted / neha
GO BACK
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
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.
What is the use of intialize verb?
How you can read the file from bottom?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the Purpose of Pointer in the string?
2 input fles: 2 flat files, with different number of records. both are having unique key for each record and already sorted in ascending order . match these files using unique key and in output only matching key value has to be written. please procide cobol logic
How many sections are there in data division in COBOL?
Write a program to enter and display the names of students in a class using the occurs clause.
What happens when we move a comp-3 field to an edited (say z (9). Zz-)?
What is the utilization of copybook in cobol?
) How do u handle errors in BMS macro
What are different data types in cobol?
Define cobol?
How do you define a variable of comp-1 and comp-2?