Page 1 of 1
Where are the RP objects stored on IBM i?
Posted: Fri Nov 13, 2020 8:34 am
by atostaine
I thought I knew this. I was trying to find some *PGM or *SRVPGM objects for VL Web.
Where is my RP named TRC001 stored? I looked for @TRC* and couldn't find it. I found my Server Modules in the Partition library but no RP's.
Thanks.
Re: Where are the RP objects stored on IBM i?
Posted: Sat Nov 14, 2020 12:29 am
by Dino
Hi Art
If the reusable part is a web reusable part, like a filter or command handler for VLF One, or one used for a Web Page,View, etc, they are .js files once compiled and you will found them in the web folder in the IFS
Installation of Package - C0000141 - started
Object copied. ----------------> /LANSA_dcxpgmlib/x_lansa/x_ppp/web/vl/trc001.js
Copy of file trc001.js was successful
Installation of Package - C0000141 - ended successfully
If the reusable part is "all platforms" you will have both, the .js in the IFS and the @TRC001 *SRVPGM in the module library of the partition.
Anf if is only for Windows/IBM i/Linux you will find the @TRC001 *SRVPGM in the module library of the partition.
Re: Where are the RP objects stored on IBM i?
Posted: Sat Nov 14, 2020 1:21 am
by atostaine
Thanks. I didn’t think of looking in the IFS