× 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 Tue, Jan 29, 2019 at 11:17 AM Kevin Bucknum <Kevin@xxxxxxxxxxxxxxxxxxx>
wrote:

That is probably one of the ones that changed from 7.1 to 7.2. Look on
page 154 of this for the 7.1 format.
http://www.redbooks.ibm.com/redbooks/pdfs/sg247858.pdf


Thanks, Kevin, this works for me:

-- v7.1
select * from table (
QSYS2.Display_Journal
(
'MYJRNLIB', 'MYJRN', -- Journal library and name
'', '', -- Receiver library and name
CAST('2018-01-29 00:00:00.000000' as TIMESTAMP), -- Starting timestamp
CAST(null as DECIMAL(21,0)), -- Starting sequence number
'', -- Journal codes
'', -- Journal entries
'MYTARGLIB','MYFILE','*FILE','*ALL', -- Object library, Object name, Object
type, Object member
'', -- User
'', -- Job
'' -- Program
) ) as x;


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.