The DDM file object on the source iSeries™ server can be accessed by these object-oriented CL commands. These commands work with DDM files as they normally do with any other files on the local server.
Some of these commands can operate on more than one object, and one or more of them might be DDM files if, for example, a generic file name is specified.
Except as noted in the chart, these commands have no effect on the remote file associated with the DDM file; that is, no reference is made over a communications line to the target server when one of these commands specifies a DDM file.
However, if you do want one of these commands to operate on a remote file (instead of the DDM file), you can use the Submit Remote Command (SBMRMTCMD) command to submit the command to run on the target server, if it is an iSeries server or a System/38™. The results of running the submitted command, in this case, are not sent back to the source server, except for some indication to the source server user (normally a message) about whether the function was performed successfully.
Command name | Descriptive name |
---|---|
CHGDDMF | Change DDM File |
CHGLF1,2,3,4 | Change Logical File |
CHGOBJOWN | Change Object Owner |
CHGPF1,2,3,4 | Change Physical File |
CHGSRCPF1,2,3,4 | Change Source Physical File |
CHKOBJ | Check Object |
CRTDDMF | Create DDM File |
CRTDUPOBJ | Create Duplicate Object |
CRTLF1,2,3 | Create Logical File |
CRTPF1,2,3 | Create Physical File |
CRTSRCPF1,2,3 | Create Source Physical File |
CRTS36CBL6 | Create S/36 COBOL Program |
CRTS36DSPF7 | Create S/36 Display File |
CRTS36MNU7 | Create S/36 Menu |
CRTS36MSGF7 | Create S/36 Message File |
CRTS36RPG6 | Create S/36 RPG II Program |
CRTS36RPGR7 | Create Console Display File |
CRTS36RPT6 | Create S/36 RPG II Auto Report |
DLTF1,2,3 | Delete File |
DMPOBJ | Dump Object |
DMPSYSOBJ | Dump System Object |
DSPFD1,2,3 | Display File Description |
DSPFFD1,2,3 | Display File Field Description |
DSPOBJAUT | Display Object Authority |
DSPOBJD | Display Object Description |
GRTOBJAUT | Grant Object Authority |
MOVOBJ | Move Object |
RCLDDMCNV | Reclaim DDM Conversations |
RNMOBJ1,2,3 | Rename Object |
RSTLIB | Restore Library |
RSTOBJ | Restore Object |
RVKOBJAUT | Revoke Object Authority |
SAVCHGOBJ | Save Changed Object |
SAVLIB | Save Library |
SAVOBJ | Save Object |
WRKJOB5 | Work with Job |
WRKOBJLCK5 | Work with Object Lock |
|