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 a hyperdescriptor?
Explain how many work file we can code in jcl?
Tell me what type of files we can process thru file-aid?
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
COuld you please let me know along with a sample on how are you going to remove duplicates from the file that is being read. Thanks Sam
why do we use file-aid for seqential files?
Types Of Read , FIND
Explain the address converter?
Is it possible to code GOTO statement in NATURAL? if yes please provide the syntax of the same
Explain why do we use file-aid for seqential files?