Answer Posted / ajay dwivedi
Subscript refers to an array occurrance, whereas Index
shows the displacement in number of bytes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How are the next sentence and continue different from each other?
Which division and paragraphs are mandatory for a COBOL program?
Explain about different table spaces.
What is a report item?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What are the various section in data division and briefly explain them.
what is the difference between COBOL2 AND COBOL390?
What are the pertinent COBOL
i want a program using by if, evaluate , string, unstring, perform, occurs?
What is the problem of ordered sequential files access?
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?
Write a program that uses move corresponding.
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is the local-storage section?
What is the difference between goback, stop run and exit program in cobol?