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 data area and how it is used in rpg program ?
How to create a login screen using a command instead of display file.... intention is to get a password field on a command..... how do you achieve this...
what is the necessary keyword needed to scroll subfile records?
What is the purpose of record level identifier?
Explain mdt?
what happens when sflsiz = sflpag? What are the advantages and disadvantages?
How to write record if no field or the field are different in physical file in rpgle ?
What is the diff bw PF/LF Name and their Record format name? what is restriction in record format then file name?
what is *place and *auto keyword in prtf ?plz explain
how do I preserve and clean the array?
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.
what is an online rpg?
what is the use of sflnxtchg?
How can we know running job is batch or interactive?
do you use message subfiles? What are the necessary keywords required coding a message subfile?