Hi there,
Ok here is my problem. I am sending my report to a CSV file. My one field is not being populated with data, it shows up as gibberish and I am trying to use a display statement to see where I'm going wrong, I think i'm using it in the wrong place in my program.
example:
MOVE CASH-TRANS-NO TO WS-CSV2-SEQ-NUM NW082710
DISPLAY 'WS-CSV2-SEQ-NUM'
This is what it shows me in SDSF when I run this:
TRANS HOLD TRANS BATCH SEQ
CDE *** ERROR MESSAGE *** CD CAT CD DATE NUM NUM
10 NO ACCT 01 C 2031010827 12595
WS-CSV2-SEQ-NUM
10 NO ACCT 01 C 3911350827 17565
In my csv file the seq num is this: ž*
I just want to figure out what I'm transferring. Let me know. Thanks.