PMS Information Systems
Welcome to PMS Information Systems - IBM i (AS/400) Forum !!!

Get Answers for all your queries on IBM i (AS/400).

Join the forum, it's quick and easy

PMS Information Systems
Welcome to PMS Information Systems - IBM i (AS/400) Forum !!!

Get Answers for all your queries on IBM i (AS/400).
PMS Information Systems
Would you like to react to this message? Create an account in a few clicks or log in to continue.

SAME FILE in differenet LIB used in RPG

3 posters

Go down

SAME FILE in differenet LIB used in RPG Empty SAME FILE in differenet LIB used in RPG

Post  maran Mon Aug 17, 2009 1:28 pm

I need to access same file which exists in the different libraries in RPG program. Records from first file need to be read and write into second file with the same RPG program. NO CL call directly or indirectly. How this can be done?
maran
maran
Admin

Posts : 442
Join date : 2009-07-24

https://pmsinformationsystem.forumotion.net

Back to top Go down

SAME FILE in differenet LIB used in RPG Empty Re: SAME FILE in differenet LIB used in RPG

Post  rajapandian Sun Aug 30, 2009 8:02 pm

it can be possible by rename the file record format of file in second library

rajapandian

Posts : 5
Join date : 2009-08-06

Back to top Go down

SAME FILE in differenet LIB used in RPG Empty EXTFILE

Post  razuk_r Tue Sep 01, 2009 4:18 am

This can be acheived by keyword EXTFILE by defining in F' spec..
Ex: LIBA/FileA and LIBB/FileA

F PF1 ....... EXTFILE('LIBA/FILEA')
F PF2 ....... EXTFILE('LIBB/FILEA')

* PF1 and PF2 should exists with same att. of FILEA.

razuk_r

Posts : 65
Join date : 2009-07-31
Location : Chennai

Back to top Go down

SAME FILE in differenet LIB used in RPG Empty Re: SAME FILE in differenet LIB used in RPG

Post  maran Tue Sep 08, 2009 5:43 pm

Razuk, Inside the program also ( F spec ) we need to use the same names..
maran
maran
Admin

Posts : 442
Join date : 2009-07-24

https://pmsinformationsystem.forumotion.net

Back to top Go down

SAME FILE in differenet LIB used in RPG Empty Re: SAME FILE in differenet LIB used in RPG

Post  Sponsored content


Sponsored content


Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum