|
The system is on 7.3 and a little behind on ptf'schar(1000))
I am trying to use a method that I think Rob Berendt provided some time
back.
I run the following which produces the file.
create table test_lib.jrn_xx as (
Select x.entry_timestamp, x.journal_entry_type, x.Job_NAme,
x.Job_USer, x.Job_number, x.Program_Name, CAST(x.Entry_data as
as entry_datahave
FROM TABLE (QSYS2.Display_Journal('JRN', 'JRN',
JOURNAL_CODES => 'D,F,R',
STARTING_RECEIVER_NAME => '*CURCHAIN' )) as x
) with data;
My problem is that between some of the fields x'000A' is inserted - I
highlighted the position with the ?? below.000
2020-11-16-14.04.01.906560JF QPADEV001W USER01 383701 PGM994C
FFFF6FF6FF6FF4FF4FF4FFFFFFDC00DDCCCEFFFE00DECCCC444400FFFFFF00DDEFFFC444FFF
2020011016014B04B01B906560160A87145500160A4244320000063837010A4549943000000
?? ?? ??reasonable precautions to ensure no viruses are present in this email, MSD
So we get this;
entry_timestamp
journal_entry_typ
x'000A'
Job_NAme
x'000A'
Job_USer
x'0006'
Job_number
x'000A'
Program_Name
entry_data
Why am I getting these hex values between fields ?
Thanks for any suggestions.
Don
--
This email has been scanned for computer viruses. Although MSD has taken
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.