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
if we tried to move year part of *iso date into a field of length 3, what will happen ?
how do you specify page overflow indicator for printer files in rpg?
what does check opcode is used?
how many printer files maximum can be used in single rpg program?
Pose, there are 100 records in the file.i need to retrieve all the records matching/equal to the particular name field. How can we do the above using search criteria other than using the if cond?
what are the different commands used in rlu ?
Hello, I have created a CMD type object. In one of the fields in Display file , I would like to see All the Source files present by pass the name of Library. Tried using CHoice(Keyword) and Choicepgm on PARM , but doesn't seems to be working. Any help please..
what are indicators?
what is rpg ?
what are members?
which are the member types which seu supports?
define the purpose of the iter operation?
explain the use of dftwrt display keyword?
What is a query can be displayed without saving it?
how to validate input values in display file ?