The CPYTOLLO command in TURNOVER® for iSeries v100 is used to copy a TURNOVER® library list object, essentially duplicating the configuration that defines which libraries TURNOVER uses during promotions, checkouts, and other operations. It’s a handy way to replicate environment setups across projects, users, or systems without rebuilding them manually.
What CPYTOLLO Does
This command:
Copies an existing TURNOVER library list object to a new one
Preserves the sequence of libraries, descriptions, and type codes
Allows reassignment to a different application, user, or session
Supports both default and custom library lists
It’s the command-line equivalent of using option 3=Copy on the Work with TURNOVER Library Lists panel.
Typical Parameters
| Parameter | Description |
|---|---|
FROMLIBL | Name of the existing TURNOVER library list object to copy |
TOLIBL | Name of the new TURNOVER library list object to create |
DESCRIPTION | Description for the new library list |
TYPE | Type of library list (*DEFAULT, *SESSION, *USER) |
USERID | Optional user ID to associate with the new list |
SESSION | Optional session ID |
APPLICATION | Optional application ID |
You can use *SAME for fields you want to retain from the original object.

