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
In COBOL, what is the different between index and subscript?
What is cobol?
How arrays can be defined in COBOL?
What is the Purpose of Pointer in the string?
Explain what you understand by passing by value.
Give some examples of command terminators?
What are the different types of condition in cobol and write their forms.
IF I mention stop run in CICS what happens?
How to remove 2 duplicate records and copy only one using job control language?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
here is my requirement A1 is alphanumeric with value 'A1B2C3D4' as defined below 05 A1 PIC X(8) VALUE IS 'A1B2C3D4' but i need to have A2,A3 as ABCD & 1234 repectively...... A2 = ABCD A3 = 1234 Can you please explain me what are the different ways to do it?
what is difference between cobol and cobol/400
how do you reference the variable unblock file formats from cobol programs
What is length is cobol?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.