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 how to move cursor to a particular field when position is not known?
What is the difference between read(1) and read work file once?
how to ftp the natural program to desktop? (from mainframe to pc), is it possible?
difference between fetch , call and callnat
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
How can we see the copy book length using file-aid?
What is the difference between External subroutine and subprogram?
What is a hyperdescriptor? How does it work?
Tell me what type of files we can process thru file-aid?
Can you explain control variable in online screens?
How do you pass GDA into a sub program with out PDA?