Answer Posted / sundar
Inspect verb is for counting, replacing and converting the
string.
| Is This Answer Correct ? | 21 Yes | 1 No |
Post New Answer View All Answers
What is length is cobol?
What is the difference between Call and a Link?
What are all the divisions of a COBOL program?
How can you get the ksds file records into your cobol program?
What are the pertinent COBOL commands?
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
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?
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 scope terminator give example?
what is the use of outrecord?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
Discuss about changing dataset name in proc.
What is report-item in COBOL?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Explain what you understand by passing by value.