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



Bryan

The other way to document the contents of a save is to capture it during the save operation.

We had this requirement in the past, where we had to send one of our customers the contents of save files every time we sent one to them.

What we ended up doing was pretty simple, we created a command that looked exactly like the savobj command and ran it through a CL program which used the OUTFILE parameter in the savobj command, to capture what was being saved into an outfile in a designated library. Seemed to work well for us and allowed us to document what was being saved.

Example

SAVOBJ OBJ(*ALL) LIB(UTLLIB) DEV(*SAVF) SAVF(QTEMP/TEST) OUTFILE(OUTFILLIB/OUTFILE) OUTMBR(*FIRST *ADD)

HTH

Krish




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

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.