How to supress ASA characters?

WRITE(1)
DISPLAY(1)
I want the first position of ‘FILE CMPRT01’ does not contain ASA characters. How to do it?

Read manual on PRINT parameter and in JCL define file as FB or VB not FBA or VBA.

Eugene (Gene) Miklovich

ADABAS/NATURAL Systems Support and DBA

Cell: 916-202-7047

Normal Hours: 8am-4pm E.T.

Please call or text if assistance needed outside these hours.

Out of Office Notice:

Fri July 4th thru Sun July 13

Please clarify what you mean by “suppress”.
. Shift each print line 1 character to the left to remove the ASA character.
. Replace the ASA characters with blanks.
. Instead of ASA characters, use blank lines to provide double and triple spacing.