× 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.



On 11/10/2010 2:58 PM, Charles Wilt wrote:
Ok I've got what I guess are System 36 Objects in a library,
Object Type Attrib Source Lib Source File Source Mbr
#ACRECB *FILE DSPF QTEMP QS36DDSSRC $$FGR.WORK
#ACRRPT *FILE DSPF QTEMP QS36DDSSRC $$FGR.WORK
SS0510FM *FILE DSPF QTEMP QS36DDSSRC $$FGR.WORK

and many more...

Can somebody explain what these objects are?

They might have been created by the CRTS36RPG command from an RPG36 program with a CONSOLE file. CRTS36RPG calls CRTS36RPGR under the covers.

===> CRTLIB MYLIB
===> CRTSRCPF MYLIB/QS36SRC
- create member T1 type RPG36 in QS36SRC with the following code
H T1
FT1FM ID 10 CONSOLE
IT1FM NS 01
I 1 1 FLD
C READ T1FM 10
C SETON LR
===> CLRLIB QTEMP
===> CRTS36RPG MYLIB/T1 MYLIB/QS36SRC

See the files that were created in QTEMP and MYLIB by the CRTS36RPG command.

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.