Imports CICS resources from a resource definition table (.rdt file).
casrdtup /ffile-name [/opresource-definition-path] [/rregion-name] [/uuserid] [/ppassword] [/xext] [/q] [/o] [/d]
| /ffile-name | The RDT file to import from. This parameter is mandatory. |
| /opresource-definition-path | The directory containing the resource definition
file, dfhdrdat, into which resources will be imported.
This defaults to $COBDIR/etc/cas, which contains the dfhdrdat file supplied with the product. |
| /rregion-name | The name of the region into which the resources will be imported |
| /uuserid | User ID |
| /ppassword | Password |
| /xext | Default FCT file extension |
| /q | Quiet mode (no prompts) |
| /o | Overwrite existing entries. If this is not specified, any duplicate entry results in an error message. |
| /d | Discard MVS data set names |
You must make sure the directory $COBDIR/bin containing the command is on your PATH.
casrdtup /fresfile.rdt /d /op/devmto/files
The above command imports the file resfile.rdt, discarding MVS data set names.