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 |
How to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the difference between external subroutine and subprogram?
why do we use file-aid for seqential files?
difference between read(1) and read work file once ?
how we can find occurence of MU and PE fileds in a file?
difference between escape(top or bottom) and escape immediate(top or bottom?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
Can we see the copy book length using file-aid?
How do you pass GDA into a sub program with out PDA?
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?
what is the difference between read and find ?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?