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 read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
use of PUTOVR,OVRDTA,KEEP keywords?
How to get only unique records from a file which contains duplicate data using CPYF command ? Example : FILEA has duplicate records and FILEB is a UNIQUE defined.... and I want to get the data from FILEA to FILEB by eliminating all the duplicate records...
Can a indexed file be accessed in arrival sequence in RPG?
How to read alternative records in a pf by using rpg?
how we create binder member for updating service program and where we type this code on command line or in program ? strpgmexp pgmlvl(*current) export symbol (xyz0 endpgmexp. plz explain me this step by step .
What will be your approach in going either for OPNQRYF or Logical files. Which one to go for?
how to change the length of the field in a physicalfile?
i have 6 char field in program, but this field is using in all files i want to chage field size as 10 char , how can i do this except using *like defn...?
what is plat file?
What is the syntax of passing parameters to a procedure by value?
1.What is referential Integrity? 2.What is Foreign Key? 3.What is Transfer Control? 4.What is Free format?