ADACMP whose input is a txt file from mainframe

I am working on ADABAS 6.1.7 on Open Systems. I want to make a load on a file whose input is a text file originated on mainframe.
It has 120 characters of lenght, all alphanumeric, without separator between the fields and I use newline separator to new register.
I´m having a problem on compress. I tried see the error with ADAERR but I don’t get read the file CMPERR with ADAERR. The ADAERR ask for ERRIN file, that not exists.

Here is the .prm file

fdt
max_decompressed_size=256K
single_file
null_value
source_architecture=(EBCDIC, IBM_370_FLOATING, HIGH_ORDER_BYTE_FIRST)
record_structure=NEWLINE_SEPARATOR

Here is the input file (some registers)

ZZZ99A1RCC00140409SUPORTE COD300409000000ICCF ORIGINAL BACK-UP #5.FEIRA#
SAD01AX0CC00150508VIBAMAR ADM280508000000CAD SAD FASE 01 #MAIO/2008# ORIGINAL

Does someone have experienced something like this?
ADACMP-output.txt (1.26 KB)

Which way did you transfer the data from mainframe? If it is a text file, then the file may have already been converted to ASCII. In this case you must no longer specify SOURCE_ARCHITECTURE=EBCDIC. The recommended way for processing mainframe data is using FTP with the site rdw option as described for the ADACMP RECORD_STRUCTURE parameter.

Regards,
Wolfgang