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 |
The natural file converted to PDF file if Yes then explain ?
Explain difference between escape(top or bottom) and escape immediate(top or bottom?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Can we update with histogram?
what r the quality process in development
What is cobol coding sheet?
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
Explain how to move cursor to a particular field when position is not known?
Explain how are you going to remove duplicates from the file that is being read?
how to move cursor to a particular field when position is not known?
What is Natural?