×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hello,
You just need to add SFILE for each subfile :
workstn infsr(*pssr)
sfile(sfl010:sn10##)
sfile(sfl020:sn20##)
Kind regards
Seán
-----Original Message-----
From: RPG400-L <rpg400-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Dave
Sent: Tuesday, 20 June 2023 09:20
To: rpg400-l@xxxxxxxxxxxxxxxxxx
Subject: Managing one physical file with several subfile record formats
Hello,
I don't think it's possible to do this but I'm very much outdated and maybe
there's something that can help :
FMYFILE CF E WORKSTN
F SFILE(MySFRecord:SFRRN)
MYFILE is the name of the display file, but MySFRecord would be variable.
I have a simple program that reads records from a flat physical file into a
subfile, manages these and updates the physical file from them.
Now I need to add different subfile record formats and do the same, still
managing the same physical file.
Thanks
--
This is the RPG programming on IBM i (RPG400-L) mailing list To post a
message email: RPG400-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or
change list options,
visit:
https://lists.midrange.com/mailman/listinfo/rpg400-l
or email: RPG400-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/rpg400-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.