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 you reference the printer file formats from cobol programs
Our issue is there seems to be a disconnect, or no link, between our SELECT statement and our SD. We had SELECT SORT-FILE and SELECT SORT-FILE ASSIGN TO SORTWRK. ASSIGN TO SORTWRK1 SORTWRK2 SORTWRK3 SORTWRK4. with SD SORT_FILE RECORD CONTAINS 7833 CHARACTERS. In either case, at run time, the system ignored our SORTWRK# DD statements and allocated 16 sort works with the SORTWK## naming convention. Any ideas why the system does not recognize the connection? We do not even need the SORTWRK DD statements. Thanks
What is redefines clause in COBOL?
How can you get the ksds file records into your cobol program?
In which area will you utilize 88 level items in cobol?
What is inspect in cobol ?
A table has two indexes defined. Which one will be used by the SEARCH?
EXPLAIN MAIN FRAME TESTING PROCESS...HOW TO FIX THE MAINFRAME BUGS?
Define cobol?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is the Purpose of POINTER Phrase in STRING command in COBOL?
What is rmode(24)
Write a program to explain size error.
Explain about different table spaces.
) How do u handle errors in BMS macro?