Answer Posted / vishwa
When developing a new program, make sure that you remove unwanted fields or views that are declared inside the DEFINE DATA section. Since when a program is compiled, it picks these fields also in the buffer memory during compilation and resources would be wasted and efficiency is affected.
Do not use unwanted READs inside a FIND statement.
Never use an UPDATE inside a physical READ.
Avoid using COMPUTE statements while performing straight forward addition, subtraction functions, rather use the appropriate ADD, SUB statements for it.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How converted the natural coding for adabas
Explain how to move cursor to a particular field when position is not known?
Define cobol coding sheet?
What is cobol coding sheet?
How to receive data passed through jcl parm parameter in a natural program?
The natural file converted to PDF file if Yes then explain ?
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Tell me can we update with histogram?
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
What is a hyperdescriptor? How does it work?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Explain how many work file we can code in jcl?
Explain the data storage?
Explain difference between read work file 1 and read work file once? Why we are using work file once?
How can we see the copy book length using file-aid?