Answer Posted / saugata das
77 level variable is used for independent data item.So,it has no other sub level declaration.
| Is This Answer Correct ? | 29 Yes | 1 No |
Post New Answer View All Answers
What is the Purpose of Pointer in the string?
What is an in line perform? When would you use it? Anything else you wish to say about it.
What is the difference between next sentence and continue in cobol programing language?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
how do you reference the ksds vsam file formats from cobol programs
What are the access modes of START statement?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do define dynamic array in cobol.
What are the different rules for performing sort operation?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
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
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 utilization of copybook in cobol? Could we utilize a similar copybook?
How do you reference the fixed block file formats from cobol programs
how do you define single dimensional array and multidimensional array in your cobol?