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 |
Is it possible to declare a GDA for an external subroutine?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
Types Of Read , FIND
What happens when you issue a escape routine in a program? Will there be any compilation /run time erro?
Explain the like inverted list?
Does Natural online require CICS or other TP systems to function? How does Natural interact with CICS? Thanks.
Explain is it possible to code goto statement in natural? If yes please provide the syntax of the same?
Tell me can we update with histogram?
A field declared as P8 needs to be redefined as Alphanumeric. What would be its new size?
differnce between read work file 1 and read work file once? why we are using work file once?
How do you pass data from a Natural Program to an External Subroutine? Can it share the LDA of Program as in Internal Subroutine.
how many work file we can code in jcl?