Specifies the location of the 3-fullword storage area in which the system will build the #DELSCR parameter list.
(Default); the symbolic name of the storage area in which the system will build the #DELSCR parameter list.
A register that points to the area or the symbolic name of the area in which the system will build the #DELSCR parameter list.
Specifies the 1- to 8-character ID of the scratch area associated with the scratch record being deleted.
A register that points to a field containing the id, the symbolic name of a user-defined field containing the ID, or the ID literal enclosed in quotation marks. If the SAID parameter is not specified, a scratch area ID of 8 blanks is assumed.
Specifies the scratch record to be deleted from the area associated with the specified scratch record id.
(Default); deletes the next record. If currency has not been established, NEXT is equivalent to FIRST.
Deletes the current record, that record most recently referenced by another scratch function.
Deletes the first record. (Records are always stored in ascending order by scratch record ID.)
Deletes the last record.
Deletes the prior record. If currency has not been established, PRIOR is equivalent to LAST.
Deletes all records.
Deletes the record identified by scratch-record-id. Scratch-record-id is a register that points to the 4-byte scratch record id, the symbolic name of a user-defined field containing the id, or an absolute expression of the id.
Specifies the location to which the system will return the scratch record ID of the last record deleted with a #DELSCR function.
A register or the symbolic name of a fullword user-defined field to which the system will return the scratch record ID of the last record deleted, the default is register 1.
Specifies whether this #DELSCR is conditional and under what conditions control should be returned to the issuing program, as follows.
(Default); specifies that the request is not conditional.
Specifies that the request is conditional. Control is returned if the delete cannot be serviced for any of the reasons listed below.
Specifies conditions under which control is returned to the issuing program. Multiple condition options must be enclosed in parentheses and separated by commas. Condition options are as follows:
Specifies the symbolic name of the routine to which control should be returned if the #DELSCR request cannot be serviced because the scratch area ID cannot be found.
Specifies the symbolic name of the routine to which control should be returned if the #DELSCR request cannot be serviced because the scratch record ID cannot be found.
Specifies the symbolic name of the routine to which control should be returned if the #DELSCR request cannot be serviced because of an I/O error while processing the #DELSCR request.
Specifies the symbolic name of the routine to which control should be returned if the #DELSCR request cannot be serviced because of an invalid parameter list.
Specifies the symbolic name of the routine to which control should be returned if a condition specified in the COND parameter occurs for which no other exit routine was coded.
|
Copyright © 2014 CA.
All rights reserved.
|
|