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

Is it possible to declare a GDA for an external subroutine?

4 Answers  


Describe the COBOL coding sheet

2 Answers   Cap Gemini, Royal Infotech,


Types Of Read , FIND

2 Answers  


What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?

0 Answers  


Explain the like inverted list?

0 Answers  


Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.

1 Answers  


Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?

0 Answers  


Tell me can we update with histogram?

0 Answers  


A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?

9 Answers  


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

4 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  


how many work file we can code in jcl?

2 Answers  


Categories