what happens when a copybook variables are declared using
include statement ?
Answer Posted / shaan
Include is a precomplier statement and so the variables
would be expanded during precompilation time rather than at
compilation time.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
Mention the guidelines to write a structured cobol program?
What is redefines clause in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
What are the different rules to perform a Search?
i need a small 3d program using inline and outline.
how do you define single dimensional array and multidimensional array in your cobol?
What rules are followed by the search verb.
What do you understand by psb and acb?
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?
IF I mention stop run in CICS what happens?
What are the different types of condition in cobol and write their forms.
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
What is the difference between goback, stop run and exit program in cobol?
Write the code to count the sum of n natural numbers.
What is the LINKAGE SECTION used in COBOL?