Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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?

Answers were Sorted based on User's Feedback



i have two pfs it contains "Status" fields in the same name "status in both the pf..

Answer / 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

i have two pfs it contains "Status" fields in the same name "status in both the pf..

Answer / syam

Kumar's answer is correct, but this will prefix all fields
for pf2 file with "S".

Use this code:

D NewPf2 E DS EXTNAME(PF2)
D S_Status E EXTFLD(Status)

This is for one field

Is This Answer Correct ?    7 Yes 0 No

i have two pfs it contains "Status" fields in the same name "status in both the pf..

Answer / svankipu

Yah! Kumar's answer is correct and...
Syam's answer is aptly correct. exact.

why do u want to prefix all the fields either?
it is not proper also. & it becomes cumbersome also while
maintaining.

Thanks!

Is This Answer Correct ?    1 Yes 0 No

i have two pfs it contains "Status" fields in the same name "status in both the pf..

Answer / fhgf

HI,
YOU MEAN "SSTATUS" IN PF2
THEN..IT WILL BE EVAL SSTATUS=STATUS,WRITE PF2

Is This Answer Correct ?    1 Yes 1 No

i have two pfs it contains "Status" fields in the same name "status in both the pf..

Answer / s kumar

Absolutly!!

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More IBM AS400 AllOther Interview Questions

Is it necessary to define all formats ? Which are mandatory and which are Optional ?

1 Answers  


which are the figurative constants used in rpg?

0 Answers   IBM,


how many files, printer files you can describe in a rpg?

0 Answers   IBM,


I need to insert a record in a file using STRSQL containing the some field values same as an already existing record in that file.I know to smple insert mentioning those values one by one.But is there any another query can be prepared for the same .Please share the query if known to you. Thanks in advance.

0 Answers   CSC,


what is the purpose of indicators in rpg?

1 Answers   IBM,


what is procedure prototype and procedure interface.

0 Answers   IBM,


1)In a pf if we delete a record then how to insert a new record at the same place in that pf?? any logic or code? 2)A batch job is taking a lot of time to run,found that it is going into loop and wrapping up so how to skip that loop and process the job without changing the code? 3)In which scenario C D I R comes and C D G F comes in a job? 4)If a job came to error while processing a file how we can know at which record the error hit and how to skip that record and process other records without changing program code?

1 Answers   JDA,


what is maximum number of arrays allowed in rpg?

1 Answers   IBM,


how many printer files can be defined in f specs ?

1 Answers   IBM,


STRTCPFTP command is used to start FTP in CL Language (ILECL)....can u plz tell me which command is used to start SFTP in CL language(ILECL)?

1 Answers  


Is qgpl a user library or system library?

1 Answers  


Why we sometimes use same file name in file and tofile in ovrdbf and sometimes different?

0 Answers  


Categories