Answer Posted / purushothr
ELEMENTARY LEVEL ITEM
| Is This Answer Correct ? | 19 Yes | 4 No |
Post New Answer View All Answers
How to know whether the module is dynamical or statistical?
) what is the difference between AID and HANDLE AID?
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 is the local-storage section?
Which mode is used to operate the sequential file?
What are different data types in cobol?
What is redefines clause in COBOL?
I have program P1 which calls file F1 which has 100 records and following structure 001 .................. 002 .................. 003 .................. 098 .................... 099 ................... 100 .................... Now I want to read these files and write these records in file F2 in following manner. 001 ...... 051 ..... 002 ...... 052 ..... 003 ...... 053 ..... .......... ....... .......... ....... .......... ....... 048 ........ 098 ...... 049 .......... 099 ....... 050 .... 100 ......
What is the difference between Call and a Link?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
Write the code to count the sum of n natural numbers.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Have you used comp and comp-3 in your project? And how?
how do you reference the ksds vsam file formats from cobol programs
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.