what is the purpose of overrides?
Answer / ravikant kumar
The basic purpose of Overrides is to temporarily change the attributes of a file.So you don't have to create permanent files for every combination of attributes your application might need.Overrides gives you the flexibility to use existing model files anddynamically change their attributes.
| Is This Answer Correct ? | 0 Yes | 0 No |
http default port 80 is used by some other production http service. How can I create an http instance on another port to run cgidev2 and my future cgi developments?
which cl command is used to trap error messages during program execution?
when is a tag statement used in rpg?
what is the command to know how many lf are related to a pf?
what is the maximum number of subfiles that can specified in a display file ?
What is a Member?
what is a program described file in rpg?
which single rpg opcode performs both setll and reade?
Write the subfile logic program for the given concept. Load the data to the subfile depends upon the designation where designation is not a key field?
how can a procedure will be added in to a srvpgm
Which of the following operations does NOT zero the field FLDA defined as 4,0? C MOVE *ZEROS FLDA C Z-ADD *ZEROS FLDA C Z-ADD 0 FLDA C MOVE *ALL'0' FLDA C SUB FLDA FLDA C MOVE '0000' FLDA C CLEAR FLDA C MOVE *BLANKS FLDA
how do you use commitment control in rpg program ?