what r the quality process in development
Answer / 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 |
What is Natural?
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain the data storage?
How can I create 1 DDM that fetches 3 ADABAS files simultaneously?
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
What exactly is a hyperdescriptor? How does it work?
Explain how many work file we can code in jcl?
What is the difference between External subroutine and subprogram?
What is cobol coding sheet?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
Tell me can we update with histogram?