what do you mean by copybook? and what is the difference
between the copybook which we are using in working storage
and procedure division.
Answer Posted / jeena.mj
A common piece of {source code} designed to be copied into
many source programs, used mainly in mainframe programming.
working storage copybooks contains only records which we
are using in more then one program.
procedure division copybooks contains cobol logic
statements.
mostly we use working storage copybooks.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How do you reference the fixed block file formats from cobol programs
Have you used comp and comp-3 in your project? And how?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Whats the difference between search & search ALL?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
What are the different rules for performing sort operation?
What is amode(24), amode(31), rmode(24) and rmode(any) (applicable to only mvsesa enterprise server) ?
What is redefines clause in COBOL?
IF I mention stop run in CICS what happens?
What is the Purpose of POINTER Phrase in STRING command in COBOL?
Write down the divisions of cobol program?
What is length is cobol?
What is inspect in cobol ?
What is the Purpose of Pointer in the string?
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.