WRKCSI (Work with Communications Side Information)
Purpose
The Work with Communications Side Information (WRKCSI) command is used to work with side information objects, specified by the side information object name, from the library or libraries specified.
Optional Parameters
- CSI
- Specifies the name of the side information object to work with.
The name of the side information object can be qualified by one of the following library values:
*LIBL: All libraries in the job's library list are searched. All objects in these libraries with the specified object name are shown.
*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
*USRLIBL: Only the libraries in the user portion of the job's library list are searched.
*ALL: All libraries in the system, including QSYS, are searched.
library-name: Specify the name of the library to be searched.
side-information-name: Specify the name of the object that contains the desired side information. This is the Common Programming Interface (CPI)-Communications symbolic destination name (sym_dest_name). If *LIBL or *USRLIBL is specified as the library name, only the first side information object found with the specified name is listed.
generic*-side-information-name: Specify the generic name of the side information object. A generic name is a character string of one or more characters followed by an asterisk (*); for example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name. If the complete object name is specified, and multiple libraries are searched, multiple objects can be worked with only if *ALL or *ALLUSR library values can be specified for the name. See generic names for additional information.
Examples for WRKCSI
Example 1: Displaying Information Objects
WRKCSIThis command displays all the side information objects in the library list. The user can work with the objects.
Example 2: Displaying Objects the Begin with "SIDE"
WRKCSI CSI(QGPL/SIDE*)This command displays all the side information objects that begin with the characters "SIDE" and are located in library QGPL. The user can work with the objects.
Error messages for WRKCSI
*ESCAPE Messages