What is the difference between working storage copybook and
linkage section copybook?
Answer Posted / karthik
Working storage copybook will get expanded during
compilation whereas linkage section copy book will get
expanded during translation. This is with respect to cics-
cobol program. The copybook EIBBlock gets included while
translation
| Is This Answer Correct ? | 6 Yes | 7 No |
Post New Answer View All Answers
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the ksds vsam file formats from cobol programs
Give some examples of command terminators?
how do you reference the fixed unblock file formats from cobol programs
What rules are to be followed while using the corresponding options?
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.
What the difference is between continue and next sentence?
1.Is it possible to move the data from 99.99 to 99v99? 2.What is the CICS-vsam Compilation process? 3.In My GDG 5 generation will be there GDG3 got an abend what will happen? 4.In my GDG first generation is +1 And I want to add the new generation what will happen previous generation? 5.How can you give the PIC clause below conditions A). s9 (reddy), B). s9 (5) occurs 5 times? 6.How override the proc from a particular step? and what is symbolic and override Procs?
What are the pertinent COBOL
Write down the divisions of cobol program?
What is amode(31)
What is cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
what are decleratives in cobol?