Answer Posted / jkb
LOGIC ERROR/OPENING AN OPEN FILE
| Is This Answer Correct ? | 15 Yes | 7 No |
Post New Answer View All Answers
Explain how to differentiate call by context by comparing it to other calls?
) how do u code after getting data?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is inspect in cobol ?
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
What is a scope terminator give example?
Write a program to explain size error.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
Write some characteristics of cobol as means of business language.
i want a program using by if, evaluate , string, unstring, perform, occurs?
) How do u handle errors in BMS macro
What is the default value(s) for an initialize and what keyword allows for an override of the default?
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?