how to check whether the open command of a sequential file is
successful? or not?
Answer Posted / suresh
by using file status
| Is This Answer Correct ? | 41 Yes | 1 No |
Post New Answer View All Answers
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is inspect in cobol ?
Whats the difference between search & search ALL?
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?
what are decleratives in cobol?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
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?
Write a cobol program making use of the redefine clause.
Difference between cobol and cobol-ii?
What is the compute verb? How is it used?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
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 do define dynamic array in cobol.
example for sub strings ? and refernce modifications whit output pls
State the various causes of s0c1, s0c5 and s0c7.