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 |
What is the difference between escape(top or bottom) and escape immediate(top or bottom?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain how to find occurrence of mu and pe fields in a file?
How do you receive data passed through JCL parm parameter in a Natural program ? How Data definition is defined in the program?
How to find occurrence of mu and pe fields in a file?
Types Of Read , FIND
What happens when you issue a ESCAPE ROUTINE in a program ? Will there be any compilation /Run time error.
Explain adabas basic concepts. Like inverted list, address converter ,data storage?
What is a hyperdescriptor?
In a Natural program i used the below code for report FORMAT LS=132 PS=60 And down the line I want to change either LS/PS like FORMAT LS=120 PS=50, is it possible? How it will work?
what type of files we use in file-aid
Explain how many work file we can code in jcl?