Use this command to change the name of a non-LU resource that is currently
defined to the TPF system. You can change the name of the following
types of non-LU resources:
- Adjacent link station (ALS) resources
- Cross-domain resource manager (CDRM) resources
- Channel-to-channel (CTC) resources
- Network control program (NCP) resources.
You can also change the subarea of a CDRM, CTC, or NCP resource.
Requirements and Restrictions
- You can enter this command only in 1052 state or higher.
- You cannot change an active non-LU resource.
- You cannot change the name of the local system services control point
(SSCP).
- You cannot change the subarea of a CDRM resource if CTC links are defined
for that subarea.
- If you are changing the subarea of a CTC resource, a resource definition
must exist for a CDRM resource with the new subarea.
Format
- OLD-name
- is the old name of the resource, where name is a 1- to
8-character resource name. The network ID and name of a resource
must both begin with a letter (A-Z), @, #, or
$. The remaining characters can be letters (A-Z),
numbers (0-9), @, #, or $.
- Note:
- To specify an SNA network ID or resource name that contains dollar signs
($), you must type two consecutive dollar signs ($$) for
each dollar sign in the network ID or resource name. For example, if
the SNA resource name is $SNANAME, you must type
$$SNANAME.
- NEW-name
- is the new name of the resource, where name is a 1- to
8-character resource name. The network ID and name of a resource
must both begin with a letter (A-Z), @, #, or
$. The remaining characters can be letters (A-Z),
numbers (0-9), @, #, or $.
Notes:
- The new resource name cannot be the same as the old resource name.
- To specify an SNA network ID or resource name that contains dollar
signs ($), you must type two consecutive dollar signs
($$) for each dollar sign in the network ID or resource
name. For example, if the SNA resource name is $SNANAME, you must type
$$SNANAME.
- SUBarea-s
- is the new subarea number for the resource, from 1-255. If
you do not specify a value for this parameter, the subarea is not
changed.
- Note:
- You can specify this parameter only when you change the name of a CDRM, CTC,
or NCP resource.
Additional Information
- Online help information is available for this command. To display
the help information, enter one of the following:
ZNDYN HELP
ZNDYN ?
- The resource definitions are changed only on the processor from which you
enter this command. They are not changed on each processor in a loosely
coupled TPF system.
- You can specify the parameters for this command in any order.
Examples
The name of the ALSTEST resource is changed to ALS1 in the following
example.
+--------------------------------------------------------------------------------+
|User: ZNDYN CHANGE OLD-ALSTEST NEW-ALS1 |
| |
|System: NDYN0074I 14.09.57 RESOURCE NAME ALSTEST WAS CHANGED TO ALS1 |
+--------------------------------------------------------------------------------+
The name of the NCP7 resource is changed to NCPNEW in the following
example. The subarea is also changed from 77 to 56.
+--------------------------------------------------------------------------------+
|User: ZNDYN CHANGE OLD-NCP7 NEW-NCPNEW SUB-56 |
| |
|System: NDYN0074I 13.31.13 RESOURCE NAME NCP7 WAS CHANGED TO NCPNEW |
| NDYN0075I 13.31.13 SUBAREA FOR NCPNEW WAS CHANGED FROM 77 TO 56 |
+--------------------------------------------------------------------------------+
Related Information