z/OS JES Application Programming
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Symbol table (JSYTABLE)

z/OS JES Application Programming
SA32-0987-00

The JES symbol table (JSYTABLE) contains information about JES symbols and their names. The symbol table consists of a table header that is mapped by the JSYTABLE data structure, and zero or more symbol entries that are mapped by the JSYENTRY data structure.
Field Name
Description
JSYTEYE
Eyecatcher - JSYT.
JSYTLEN
The total length of the table, which includes the table header, symbol entries and space for symbol values. The JSYTLEN field indicates the distance between the first byte of table header and the first byte which follows the table. Note that if the table has unused space (between symbol values, for example), the unused space is accounted for by the JSYTLEN field.
JSYTVER
Version of the table.
Field Name
Description
JSYTVER1
Version 1 of the table.
JSYTENT1
Offset from the beginning of the table to the first entry.
JSYTENT#
Number of entries in the table.
JSYTENTS
Size of each entry.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014