How to add 2 new fields in a file?
How many ways are there in as400?
Answers were Sorted based on User's Feedback
Answer / sree
1. Change the DDS PF ie.,
Go to library/ QDDSSRC
and edit the PF , add the fields
And compile the PF using CHGPF Command
| Is This Answer Correct ? | 0 Yes | 0 No |
How Chain operation copies the record's data to the input buffer for the program?
during execution, an rpg/400 program automatically follows a sequence of operations for each record that is processed. The built-in program cycle includes the following logical steps.
How do you know if a record exists without doing a READ and CHAIN?
what is the difference between SETON RT & RETURN?
What are different ways to pass data between programs and which one is the efficient way?
Can you copy the records created by the OPNQRYF to other files and how?
Suppose you have 3 members in a database file. How to read records from all the members without using CL (OVRDBF) i.e. Entire process should be handled exclusively in a RPG program?
i would like to know under what circumstance the object will get locked on AS400.
What are the necessary keywords required to code a message subfile?
what are the types of identifers
Can somebody tell me that, Is it possible to read all the member of PF without OVRDBF?
What does Implicit Open means with respect to a file ? What about the Explicit Open?..what are the major differences between these two?