What is the difference between working storage copybook and
linkage section copybook?
Answer Posted / vinod
working storage copy book is temporal feilds and assign them
in dynamically on execution and where as linkage storage
copy book is to store permanent memory to related called sub
programs at its assigns the feild statically on before
passing the main program.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
State the various causes of s0c1, s0c5 and s0c7.
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is the difference between binary search and sequential search?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
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?
Explain the configuration section of a cobol program with examples of syntax.
Whats the difference between search & search ALL?
Why did you choose to work with ibm mainframe cobol programming?
Why is it necessary that file needs to be opened in I-O mode for REWRITE?
What is cobol?
What is static and dynamic call in cobol?
Name the sections present in data division.
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
What kind of error is trapped by on size error option?
In COBOL programming, what is PERFORM? What is VARYING?