Hello!
Whether it is possible use DYNAMIC variables in the reporting mode?
I need remove spaces from alpha variable and write it to a file.
When I try this code
WRITE (01) 'some_text' *TRIM(MECS1) ' some_text.'
I get the error message:
“NAT0302 Element in WRITE/INPUT statement does not fit on 1 line.”
Without *TRIM function data is written, but with spaces.
Thanks in advance!