For future reference, beginning in V5R3, you can create data area
QDFTJRN in a library and put library and name of journal in the data
area followed by either *FILE or *NONE:
http://publib.boulder.ibm.com/infocenter/iseries/v5r3/index.jsp?topic=/dbp/rbafoimplicitjournal.htm
If *FILE is the final portion of the data area, then any time a file is
created in the same library the data area is in, the file will
automatically start journaling to the named journal.
In V5R4, the function is extended to allow journaling of data queues and
data areas as well. Available options also are extended:
http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaki/rzakiautostrjrnl.htm
An interactive possibility for starting journaling on all files in a
library is by listing all physical files in a PDM object list, and then
running STRJRNPF against them all through a user action.
--
Tom Liotta
http://zap.to/tl400