IBM Content Manager OnDemand, Version 9.5The apka2e input record exit program translates data that is encoded in ASCII (code set IBM-850) into EBCDIC (code set IBM-037) encoded data. You should use this exit when the print data requires fonts such as GT12, which has only EBCDIC code points defined.
inpexit=apka2e
cc=yes
cctype=a
Also, make sure that the directory where the apka2e input
record exit program resides is included in the INPEXIT parameter (specify
the full path name) or if running ACIF from the command line, in the PATH environment
variable (or specify the full path name).The asciinp input record exit program transforms an ASCII data stream into a record format that contains a carriage control character in byte 0 of every record. If byte 0 of the input record is an ASCII carriage return (X'0D'), byte 0 is transformed into an ASCII space (X'20') that causes a data stream to return and advance one line; no character is inserted. If byte 0 of the input record is an ASCII form feed character (X'0C'), byte 0 is transformed into an ANSI skip to channel 1 command (X'31') that serves as a form feed in the carriage control byte. If the data contains the ASCII form feed character (X'0C') the asciinp exit must be used to insert ANSI carriage controls so that the data can be loaded into Content Manager OnDemand.
inpexit=asciinp
cc=yes
cctype=z
fileformat = stream,(newline=X'0A')
Also, make sure that
the directory where the asciinp input record exit program resides
is included in the INPEXIT parameter (specify the full path name)
or if running ACIF from the command line, in the PATH environment
variable (or specify the full path name). inpexit=asciinpe
cc=yes
cctype=z
cpgid=500
fileformat = stream,(newline=X'0A')
Also, make sure that the directory where the asciinpe input record exit program resides is included in the INPEXIT parameter (specify the full path name) or if running ACIF from the command line, in the PATH environment variable (or specify the full path name).