i have two pfs it contains "Status" fields in the same
name "status in both the pf's...But i used the same name
in display file...when i enter a status thru disp file it
willbe added to pf1...so i want to rename "Staus " field in
pf2 through program...............wat will do..give coding?
Answer Posted / s kumar
You need to use prefix keyword when you declare the file
FPF2 IF E DISK PREFIX(S)
Where 'S' is any desired name by this all fields of PF2
will start with S alphabet.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
how to validate input values in display file ?
What are the record format field mapping options in cpyf?
explain the use of dftwrt display keyword?
what is message subfile?
What is difference between rename and prefix?
Can you summarize the steps I have to go through in writing my first cgi?
what is term cua , saa?
How to reverse the string in rpg
which are the figurative constants used in rpg?
How to avoid using indicators in ile ?
the maximum number of subfiles that can be active for a single file is ____ .
what is overlay?
What Is Ddm ?
what is rpg fixed logic cycle?
is it there an easy way to determine if an html section is available to issue a wrtsection upon?