Elardus Engelbrecht at IBM Mainframe Discussion List <[email protected]>
wrote on 04/24/2012 07:01:01 AM:
> For example, using ICETOOL, despite trying out options and RECFM=FB,
> my output ends up having RECFM=FBA (column 1 with that control
> characters and other columns the report/output)
>
If you are using the DISPLAY or OCCUR operator of DFSORT's ICETOOL, you can
specify the NOCC operand to remove the carriage control characters.
For DFSORT reports, you can use the REMOVECC operand.
You can use DFSORT's INREC statement to remove the first character from any
file, e.g.
OPTION COPY
INREC BUILD=(2,n)
where n=LRECL-1 (e.g. 2,132 for LRECL=133).
Frank Yaeger - DFSORT Development Team (IBM) - [email protected]
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
=> DFSORT/MVS is on the Web at http://www.ibm.com/storage/dfsort
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN