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 |
program to find the number of objects used in a given program through a display.
What is the difference between inner join @ outer join
how can i retrieve the field name from display file at run time? Devendra Singh Tomar
What is the Record Address file. How can we use it in RPG program?
is this a rpg channel?
why we do STRSRVJOB in batch debugging in as400
1.what are the ARITHMETIC EXPRESSIONS IN CL PGM? 2.How to PASSING PARAMETER TO CL PGM?
what is post opcode do
I know whole thing ab't Arrays related to declaration..can anyone tell me what exactly use of array or anyone faced a situation where he found use of array must....
How can we call CL program to RPG? How many number of parameter we can pass
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?
How to update only a field of a PF in an RPG program. I don't want to update the record, only one field.