define what a data area is along with a brief example of what it may be used for?
Answer / aruna
Data area is a storage area to store limited information.
Example: a new and unique customer number is generated whenever a new customer is added to customer master file.
Data area keeps track of last record added and add 1 to it.
Through program we can access new customer number.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is difference between fully procedural file and primary file?
load all subfile logic in sqlrpgle and when updating particular record it must be lock form other jobs (not a file)?
Why we are not able to perform insert delete and update operation in Join logical file?
Hey, What is the difference between SCAN,CHECK,XLATE OPCODES? please give me the answeres with example in real time senario?
Difference Between Source Physical File & Physical File?
what are the basic features of seu?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what is the version of os/400 that we have?
when are the unique constraints executed?
which indicator is used for read?
what does vldcmdkey means?
when do you explicitly open files and close files in an rpg program?