how do you reference the variable block file formats from cobol programs
No Answer is Posted For this Question
Be the First to Post Answer
How can you submit a job from COBOL programs?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is an in line PERFORM? When would you use it? Anything else to say about it?
What the difference is between continue and next sentence?
What does the initialize statement do ?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
Program A calls program B. Will the working storage variables declared in program B be initialized every time it is called by program A or will the values be retained until the end of program A?
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.
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 different file OPEN modes available in COBOL?
What are the access modes of START statement?
The maximum number of dimensions that an array can have in COBOL-85 is ?