Previous Topic: EDITNext Topic: MARK STATUS


DUPLICATE
DVW

For an unmodeled dataview, a copy of the IDDVW member is made with the NEWNAME or NEXT version. The DUP command internally invokes the EDIT command for the new dataview.

MEM

Defines a copy of the data member with the new name. For a different user, the user ID is changed to the new user ID. In addition, the DUP command internally invokes an EDIT command for the new member.

PGM

Defines a copy of any of the three possible program members that exist (work, parameter, procedure) with the new name. For the NEXT option, the version number is changed to one higher than the highest next version number. For the NEWNAME option, the program name is changed to the new name, and the version is changed to 001. In addition, the DUP command internally invokes an EDIT command for the new program.

PNL

Defines a copy of the panel member with the new name. For the NEXT option, the version number is changed to one higher than the highest version number. For the NEWNAME option, the panel name is changed to the new name, and the version is changed to 001. In addition, the DUP command internally invokes an EDIT command for the new panel.

RPT

Defines a copy of the report member with the new name: For the NEXT option, the version number is changed to one higher than the highest version number. For the NEWNAME option, the report name is changed to the new report name, and the version is changed to 001. In addition, the DUP command internally invokes an EDIT command for the new report.