Answer Posted / avinanda mukherjee
Stanley, please le me any example to introduce SSRANGE in
COBOL program..
| Is This Answer Correct ? | 4 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.
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
how do you define single dimensional array and multidimensional array in your cobol?
What is the utilization of copybook in cobol? Could we utilize a similar copybook?
What are the various section in data division and briefly explain them.
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the compute verb? How is it used?
How you can characterize tables in cobol?
What is amode(24)?
How do get the result of your program directly on your pc?
What is the difference between external and global variables 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?
how do you reference the fixed unblock file formats from cobol programs
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?