- 论坛徽章:
- 0
|
Decimal Offset Parameter Type Description
0 Physical file Name char(10) The physical file being changed
10 Physical file library name char(10) The library which the physical file resides
20 Physical file member name char (10) The name of the physical file member
30 Trigger Event char(1) The event that caused the trigger program to be called; the possible values can be “1” (Insert), “2” (Delete), “3” (Update),“4” (Read)
31 Trigger Time char(1) Can be “1” (After) or “2” (Before)
32 Commit level char(1) Reports the commit lock level of the interface that activated
the trigger “0” (*NONE), “1” (*CHG ), “2” (*CS), “3” (*ALL)
33 Reserved char(3) Reserved
36 CCSID of data binary(4) The CCSID of the data in the new or the original records. The data is converted to the job CCSID by the database
40 Relative record number binary(4) Relative Record Number of the record to be updated or deleted (*BEFORE) triggers) or the relative record number of the record which was inserted, updated, deleted or read (*AFTER triggers)
44 Reserved char(4) Reserved (待续) |
|