z/OS Communications Server: IP CICS Sockets Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZACICAL call format for assembler language

z/OS Communications Server: IP CICS Sockets Guide
SC27-3649-00

The following is the EZACICAL call format for assembler language:

Read syntax diagramSkip visual syntax diagram
>>-CALL EZACICAL,(TOKEN,COMMAND,--parm1, parm2, ...--ERRNO RETCODE),VL-><

The parameter descriptions in this topic are written using the COBOL language syntax and conventions. For assembler language, use the following conversions:

COBOL PIC
 
  PIC S9(4) COMP                     HALFWORD BINARY VALUE
  PIC S9(8) COMP                     FULLWORD BINARY VALUE
  PIC   X(n)                         CHARACTER FIELD OF N BYTES
 
ASSEMBLER DECLARATION
 
  DS    H                            HALFWORD BINARY VALUE
  DS    F                            FULLWORD BINARY VALUE
  DS    CLn                          CHARACTER FIELD OF n BYTES

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014