Answer Posted / dev
Can u explain why it throws compilation error?
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What rules are to be followed while using the corresponding options?
What is the difference between binary search and sequential search?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How many bytes S(8) comp field occupy and its maximum value?
How do define dynamic array in cobol.
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
how to convert the recors form vsam file to db2 table tru file aid
For rewrite, why is it mandatory that file needs to be opened?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
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...)
Differentiate between structured cobol programming and object-oriented cobol programming.
What is redefines clause in COBOL?
What is the difference between PIC 9.99 and 9v99 in COBOL?
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