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 |
Explain the data storage?
Can we update with histogram?
How are you going to remove duplicates from the file that is being read?
differnce between read work file 1 and read work file once? why we are using work file once?
How converted the natural coding for adabas
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
difference between fetch , call and callnat
What is a hyperdescriptor? How does it work?
Explain why do we use file-aid for seqential files?
Can you explain control variable in online screens?
What is STACK in Natural? How we can use it in Program? Give me Eg.?
Which is more efficient - the external subroutine or a copycode coded in to a NATURAL program? And Why?