home *** CD-ROM | disk | FTP | other *** search
- .XLIST
- ;
- ; Full Screen Control Table
- ;
- SCTAB STRUC
- ;
- TFLG DB ? ;Active field when terminated
- TSTR DB ? ;First field to display
- TCND DB ? ;Count of fields for display
- TFLD DW ? ;Pointer to the field table
- ;
- ; Definition of IOSCB included in Screen Control block
- ;
- OPN DB ? ;Operation type code
- FLD DB ? ;Field number
- DAT DW ? ;Pointer to data field
- FLG DB ? ;Reserved
- FKY DW ? ;Pointer to key list
- KYL DW ? ;Pointer to terminator list
- ERM DW ? ;Pointer to error message
- FKD DB ? ;Function Key Display line
- ERD DB ? ;Error message display line
- TFL DB ? ;Feed back terminator type
- TVL DB ? ;Feed back terminator key
- ;
- SCTAB ENDS
- ;
- .LIST