Answer Posted / 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 View All Answers
How can we see the copy book length using file-aid?
Explain why do we use file-aid for seqential files?
How converted the natural coding for adabas
Explain how to ftp the natural program to desktop? (From mainframe to pc), is it possible?
What is data trace system 2.0 used for?
The natural file converted to PDF file if Yes then explain ?
Explain how to receive data passed through jcl parm parameter in a natural program? How data definition is defined in the program?
Explain the like inverted list?
Explain how are you going to remove duplicates from the file that is being read?
Can you explain control variable in online screens?
Explain the data storage?
What is a hyperdescriptor? How does it work?
How are you going to remove duplicates from the file that is being read?
Tell me what type of files we can process thru file-aid?
Explain adabas basic concepts. Like inverted list, address converter ,data storage?