| Key line: |
/IDENT,1,0 (A7,1X,I4,1X,I4) |
| Data line: |
IdStrg, IdNum (1X,A15,1X,I10) |
| Default: |
- |
The keyword /IDENT is used to identify a record. It has to be the first keyword of a record and has to be matched by the keyword /EOR. When a program meets this keyword it should set all variables of a record to their default values in order to ensure proper operation in case of missing keywords.
| Hint: |
If the software which creates a record does not
use its own enumeration of the data the parameters IdStrg and IdNum should
be set to OrgLib and OrgNum
respectively. |
|