Answer Posted / chinmay
There are 4 divisions in cobol
1. Identification division
2. Environment division
3. data division
4. procedure divisiion
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
How do you get the data to code the BMS macro?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
In COBOL, what is the different between index and subscript?
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 bytes S(8) comp field occupy and its maximum value?
Describe the cobol database components?
example for sub strings ? and refernce modifications whit output pls
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.
Can we change the password using ALTER? anyone tried and changed?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
how to refer the data field?
Define static linking and dynamic linking.
Explain how you can characterize tables in cobol?