Returns the 8-character name of the CICS® region.
INVREQ
Signals the start of a browse through a set of CICS resources.
END, FILENOTFOUND, ILLOGIC, NOTAUTH
Returns the default dateFormat for the CICS region.
INVREQ
Signals the end of a browse through a set of CICS resources.
END, FILENOTFOUND, ILLOGIC, NOTAUTH
Releases the storage obtained by the IccSystem getStorage method.
INVREQ
Returns a pointer to the IccFile object identified by the argument.
END, FILENOTFOUND, ILLOGIC, NOTAUTH
This method is only valid after a successful beginBrowse(IccSystem::file) call. It returns the next file object in the browse sequence in the CICS system.
END, FILENOTFOUND, ILLOGIC, NOTAUTH
Obtains a block of storage of the requested size and returns a pointer to it. The storage is not released automatically at the end of task; it is only released when a freeStorage operation is performed.
LENGERR, NOSTG
Returns a pointer to the singleton IccSystem object. The object is created if it does not already exist.
Returns a 1-character value that identifies the operating system under which CICS is running:
NOTAUTH
Returns a halfword binary field giving the release number of the operating system under which CICS is running. The value returned is ten times the formal release number (the version number is not represented). For example, MVS/ESA Version 3 Release 2.1 would produce a value of 21.
NOTAUTH
Returns the level of the CICS system as an integer set to 100 multiplied by the version number plus 10 multiplied by the release level. For example, CICS Transaction Server for z/OS® [Version 1] Release 3 would return 130.
NOTAUTH
Returns the same as release, except as a 4-character string. For example, CICS Transaction Server for z/OS [Version 1] Release 3 would return "0130".
NOTAUTH
Returns a reference to the IccSysId object that identifies this CICS system.
INVREQ
Returns a reference to the IccBuf object that holds the work area for the CICS system.
INVREQ