×
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.
It's a little different than what I thought.
First of all, this schema is set up to automatically journal all new files.
CREATE TABLE ROB/TEST2022 (MYCHAR CHAR (10 ) NOT NULL WITH DEFAULT)
CHGOBJAUD OBJ(ROB/TEST2022) OBJTYPE(*FILE) OBJAUD(*ALL)
INSERT INTO ROB/TEST2022 VALUES('test')
select * from rob/test2022
DSPJRN JRN(QSYS/QAUDJRN) FROMTIME(121222 1215) JOB(249905/ROB/ROBS1)
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
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.