Use this command to modify a specific entry or a group of entries in the
record ID attribute table (RIAT).
Requirements and Restrictions
This command modifies the RIAT entries only for the current image.
Format
Notes:
- You can also separate the parameters with the , character.
- charid
- is a 2-character alphanumeric ID.
- hexid
- is a 4-digit hexadecimal ID.
- XCP
- specifies if exception recording is on.
- LOG
- specifies if logging is on.
- RESTORE
- specifies if the RIAT entry is restored after a capture is
performed.
- Note:
- If you specify NO, also specify NO for the LOG and XCP parameters.
Otherwise, exception recording and logging occur when the RIAT entry is not
restored.
- UEXIT
- specifies if a user exit is defined for special processing.
- VFAF
- modifies the VFA fixed record attribute.
- VFAP
- modifies the VFA pool record attribute, where:
- DELay
- specifies that the record is a candidate for delayed filing.
- IMMediat
- specifies that the record is a candidate for immediate filing.
- NO
- specifies that the record is not a candidate for delayed or immediate
filing.
- SDELay
- specifies that the record is a candidate for virtual file access (VFA)
synchronization delay filing.
- SIMMed
- specifies that the record is a candidate for VFA synchronization immediate
filing.
- RCSF
- modifies the record caching attribute for an RCS fixed record.
- RCSP
- modifies the record caching attribute for an RCS pool record, where:
- DFW
- assigns the record DASD fast write access.
- CFWS
- assigns the record cache fast write access (simplex write).
- CFWD
- assigns the record cache fast write access (duplex write).
- RET
- assigns the record retentive access.
- NO
- specifies that the record is not a candidate for caching.
- LOCKF
- modifies the locking attribute for a fixed record.
- LOCKP
- modifies the locking attribute for a pool record, where:
- DASD
- specifies that the lock is maintained by the DASD ELLF control
unit.
- PROC
- specifies that the lock is maintained by the record hold table (RHT) of
the processor.
- RTPx-pooldevtype
- modifies the pool characteristices for the specified record ID,
where:
- x
- is a number from 0 to 9. This number corresponds to the number
specified for the RTP parameter of the GETFC macro.
- pool
- is one of the following pool types:
- SLT
- Small, long-term
- SST
- Small, short-term
- SDP
- Small, long-term duplicate
- LLT
- Large, long-term
- LST
- Large, short-term
- LDP
- Large, long-term duplicate
- 4LT
- 4-KB, long-term
- 4ST
- 4-KB, short-term
- 4DP
- 4-KB, long-term duplicate
- 4D6
- 4-KB, long-term FARF6 duplicate.
- devtype
- is a device type of A, B, C, or D.
If you do not specify a value for an RTP parameter, a value of NIU is
displayed for that RTP parameter.
Attention: Changing the value specified for the RTP
parameters for RIAT IDs that are in use by applications in the TPF system can
cause serious problems, including system outages and database
corruption.
Additional Information
- Online help information is available for this command. To display
the help information, enter one of the following:
ZRTDM HELP
ZRTDM ?
- If the RCSF or RCSP parameter is currently set to CFWS and you want to
change it, you must first change it to CFWD. This allows the duplex
records not updated while CFWS was in effect to be written to DASD.
- If you specify LOCKF-PROC, you cannot specify VFAF-SIMM or
VFAP-SDEL.
- If you specify LOCKP-PROC, you cannot specify VFAP-SIMM or
VFAP-SDEL.
Examples
RIAT entry A1 is changed in the following example.
+---------------------------------------------------------------------------------------------+
|User: ZRTDM MODIFY RECID-A1,VFAF-SIMMED |
| |
|System: RTDM0010I 13.47.55 RECID-A1 , VFAF-*SIMMED, VFAP-IMMED , XCP-YES |
| LOG-YES, RESTORE-YES, UEXIT-NO , LOCKF-DASD, LOCKP-DASD |
| RCSF-RET , RCSP-RET _ |
| CSMP0097I 13.47.55 CPU-B SS-BSS SSU-HPN IS-01 |
| VFAC0011I 13.47.55 FLUSH REQUEST COMPLETED FOR RECORD ID C1F1, |
| NUMBER RECORDS FLUSHED 0+ |
| RTP0-4DPA, RTP1-4DPA, RTP2-NIU , RTP3-NIU , RTP4-NIU , |
| RTP5-NIU , RTP6-NIU , RTP7-NIU , RTP8-NIU , RTP9-NIU , |
| * - VFA IN STAGED MODE _ |
| RTDM0010I 13.47.55 RECID-A1 , VFAF-SIMMED , VFAP-IMMED , XCP-YES |
| LOG-YES, RESTORE-YES, UEXIT-NO , LOCKF-DASD, LOCKP-DASD |
| RCSF-RET , RCSP-RET _ |
| RTP0-4DPA, RTP1-4DPA, RTP2-NIU , RTP3-NIU , RTP4-NIU , |
| RTP5-NIU , RTP6-NIU , RTP7-NIU , RTP8-NIU , RTP9-NIU , |
| |
| RTDM0004I 13.47.55 MODIFY PROCESSING COMPLETED FOR IMAGE TPF02 + |
+---------------------------------------------------------------------------------------------+
Related Information