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
How do define dynamic array in cobol.
How arrays can be defined in COBOL?
What is link edit in cobol?
What is the problem of ordered sequential files access?
There are 5 fields and 1000 records in a file. Unload it into an array. Write the syntax for declaration and how will you unload it.
Why would you use find and get rather than to obtain?
In which area will you utilize 88 level items in cobol?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
Define static linking and dynamic linking.
What are the rules of the move verb?
What is the compute verb? How is it used?
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
how to move the records from file to array table. give with code example
How do we get current date from system with century in COBOL?
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?