how to change the length of the field in a physicalfile?
Answer Posted / manu som
By using CHGPF comaand we can change the pf attribute size.
And another way is
copy the physical file into another dummy file(for that
use Cpyf)
and change the physical file field length ,compile it
Then again copy the data from dummy file to original file
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
what is the necessary keyword needed to scroll subfile records?
how can you display specific subfile page on the screen in unequal subfile?
are there any useful c runtime apis that I can call from rpg iv?
do you use message subfiles? What are the necessary keywords required coding a message subfile?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
What is the difference between copybooks and subprocedures in as400?
how do I preserve and clean the array?
Explain mdt?
what are the key words you must use when using a subfile?
how do I declare a minor?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
How would display prime numbers using CL program?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
what is the difference between do while and do until?
Suppose we have one database file and it is used by 5 programs and in 3 program we have to add some records in datbase file s what is the impact on other program?