what r the quality process in development



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

Post New Answer

More Natural Interview Questions

what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?

5 Answers   JPMorgan Chase,


Can we see the copy book length using file-aid?

0 Answers  


What is a hyperdescriptor? How does it work?

0 Answers  


how to ftp the natural program to desktop? (from mainframe to pc), is it possible?

2 Answers  






How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.

4 Answers  


Explain difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


Explain the address converter?

0 Answers  


differnce between read work file 1 and read work file once? why we are using work file once?

4 Answers  


How to create 1 ddm that fetches 3 adabas files simultaneously?

0 Answers  


What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.

2 Answers   Shaam,


Can you explain control variable in online screens?

0 Answers  


Categories