At the minimum, which division of COBOL is enough to be
coded?
Answer Posted / bhaskar reddy
identification division
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
What rules are followed by the search verb.
What is the compute verb? How is it used?
Are you comfortable in cobol or jcl?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What are the different rules of SORT operation?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
Can we redefine the field of x(200) to less than 200?
Can we change the password using ALTER? anyone tried and changed?
HOw can I get the negative sign while deduct high value from low value
What are 77 levels used for?
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 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
What is a SSRANGE and NOSSRANGE?