Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Check In Object (CHKIN) command checks in an object that had previously been checked out.
For more information about integrated file system commands, see the Integrated file system information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
Restrictions:
Top |
Specifies the path name of the object or a pattern to match the path name or names of objects to be checked in.
The object path name can be either a simple name or a name that is qualified with the name of the directory in which the object is located. A pattern can be specified in the last part of the path name. An asterisk (*) matches any number of characters and a question mark (?) matches a single character. If the path name is qualified or contains a pattern, it must be enclosed in apostrophes.
For more information on specifying path names, refer to "Object naming rules" in the CL concepts and reference topic in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
Top |
Example 1: Checking an Object In
CHKIN OBJ('W')
This command checks in file W in your current directory. If another user has the file checked out and this user has sufficient authority, the file is checked in.
Top |
*ESCAPE Messages
Top |