| Hi,
this problem seems to be general problem with files being produced
to be printed using CTLASA standard control characters. (COBOL/FORTRAN-
output in the EBCDIC world). As I don't find a qualifier for the PRINT
command to tell the printer how to interpret the characters in col. 1,
the only way to work around this problem may be to CONVERT/FDL the
received file in order to set the record attributes to CARRIAGE_CONTROL
FORTRAN or PRINT (see RMS docu.). Before, it might be necessary to
run a self-written program/editor routine over the file in order to replace
the 'A' formfeed indicator of the source file with the '1' formfeed used
in FORTRAN files.
If this way works, you should pack it all into a .COM being started as
a success action of the FTSIE file transfer.
Regards
Helmut
|
| Thank You Helmut,
I hacked a little 'C' program which substitutes the 'A' with <FF>.
I thout this would be OK. But:
To convert a 3MB-file lasts about 6 minutes.I can't recognize
column 1 because there are no linefeeds in the file.
I thought of a .com file which converts and prints, but the cutomer said.
"Das dauert mir zu lang!!"
So I think, there's no easy (and fast) way to do that job.
Any other hints?
Gerald
|