Server Guide

Defined instance methods

Parameters supplied to CICS in CICSLoad


Parameter Instance method Mode Type Notes/exceptions
ENTRY(ptr-ref) entry I/O Switch
HOLD hold Input Switch
PROGRAM(name) program: Input Fixed(8)
SET(ptr-ref) set I/O Switch

Parameters returned by CICS in CICSLoadResult


Parameter Instance method Mode Type Notes/exceptions
ENTRY(ptr-ref) entry I/O Variable
FLENGTH(data-area) flength Output Binary 32
LENGTH(data-area) length Output Binary 32 LENGTH is an alias for FLENGTH.
RESP resp Output Fixed(2) Inherited from CICSResult.
RESP2 resp2 Output Fixed(2) Inherited from CICSResult.
SET(ptr-ref) set I/O Variable


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]