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



try running it in ACS RUNSQL scripts.

I found this: http://ibm.co/2iXCVij
that may help with the "entry_data" field.

Bryan



Justin Taylor wrote on 1/19/2017 9:10 AM:
With the help of IBM support, I finally got the QSYS2.DISPLAY_JOURNAL UDTF to work (hint, the doc examples won't run on 7.1). My issue now is that the entry data is coming back as a BLOB. The primary reason I go to a journal is to see how did what when. I currently use DSPJRN to an *OUTFILE and was hoping the UDTF would work better.

How do I get human-readable entry data?


SELECT *
FROM table(
DISPLAY_JOURNAL( 'myLibrary', 'myJournal', '', '', CAST(null as TIMESTAMP), CAST(null as DECIMAL(21,0)), '', '', '', '', '', '', '', '', '')
) 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.