What is the difference between working storage copybook and
linkage section copybook?
Answer Posted / nag(igate)
The working storage fields are used for the program to run
first time, whereas the Linkage section fields are used to
run the program more than once.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
In COBOL, what is the different between index and subscript?
Write the code implementing the perform … varying.
how to convert the recors form vsam file to db2 table tru file aid
Define static linking and dynamic linking.
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
Write a program to enter and display the names of students in a class using the occurs clause.
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the rrds file formats from cobol programs
What are the pertinent COBOL
how do you reference the ksds vsam file formats from cobol programs
i need a small 3d program using inline and outline.
Which division and paragraphs are mandatory for a COBOL program?
What are the different rules of SORT operation?
What are the rules of the move verb?