×
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.
md '/deleteme'
CRTJRNRCV JRNRCV(ROB/IFS)
CRTJRN JRN(ROB/IFSJRN) JRNRCV(IFS)
STRJRN OBJ(('/deleteme')) JRN('/qsys.lib/rob.lib/ifsjrn.jrn')
SUBTREE(*ALL)
EDTF STMF('/deleteme/sample.txt')
STRJRN OBJ(('/deleteme')) JRN('/qsys.lib/rob.lib/ifsjrn.jrn')
SUBTREE(*ALL)
1 of 2 objects have started journaling.
Had to start journalling on the new file...
EDTF STMF('/deleteme/sample.txt')
SELECT entry_timestamp, journal_code, journal_entry_type,
path_name,
object_file_name
FROM TABLE (
DISPLAY_JOURNAL( 'ROB', 'IFSJRN')) AS JT
;
Object file name always seems to be blank and the file name is in the
directory but other than that oddity looks good.
This mailing list archive is Copyright 1997-2025 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.