CICS Command Level interface module, AESFCICS. I want to know everything about the OPEN-PARM and the parameters because I need choose the paper in the SNA printer(A4 or A3) , can you help me?
It only say:
01 OPEN PARM.
03 OPEN ENTRY PT PIC X(08) VALUE 'ESFOPNC '.
03 OPEN STATUS PIC X(02) VALUE '60'
.
EXEC CICS LINK PROGRAM ('AESFCICS')
COMMAREA (OPEN PARM)
LENGTH (nnn)
END EXEC.