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

Can you explain control variable in online screens?

0 Answers  


How converted the natural coding for adabas

0 Answers  


Explain difference between read(1) and read work file once?

0 Answers  


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

0 Answers  


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

4 Answers  






What is data trace system 2.0 used for?

0 Answers  


What is the difference between read work file 1 and read work file once? Why we are using work file once?

0 Answers  


What exactly is a hyperdescriptor? How does it work?

3 Answers  


Would like to know if have an expecific command that returns a code or something about the execution of a CALLNAT. For example ... CALLNAT 'SUBPRG' [parameter] [parameter] ... [here comes a code or command that checks if the CALLNAT was successful]

1 Answers  


What is a hyperdescriptor?

0 Answers  


what type of files we can process thru file-aid

1 Answers   Tech Mahindra,


Explain how are you going to remove duplicates from the file that is being read?

0 Answers  


Categories