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 |
Can you explain control variable in online screens?
How are you going to remove duplicates from the file that is being read?
Explain the address converter?
difference between escape(top or bottom) and escape immediate(top or bottom?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
Describe the COBOL coding sheet
2 Answers Cap Gemini, Royal Infotech,
Explain the like inverted list?
why do we use file-aid for seqential files?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
Explain the data storage?
Explain how to find occurrence of mu and pe fields in a file?
How to create 1 ddm that fetches 3 adabas files simultaneously?