semi合集-English.pdf - 第1232页
SEMI E5-1104 © SEMI 1982, 2004 174 Stream,Function Name (Mnemonic) Direction S13,F8 Close Data Set Acknowledge (DSCA) S, H<->E Description Sent by the sending system in res ponse to C lose Data Set Send (DSCS). Str…

SEMI E5-1104 © SEMI 1982, 2004 173
Stream,Function Name (Mnemonic) Direction
S13,F6 Read Data Set Data (DSRD) M,H<->E
Description
Sent by the sending system in response to Read Data Set Request.
Structure
L,4
1. <HANDLE>
2. <ACKC13>
3. <CKPNT>
4. L,n
1. <FILDAT>
.
.
n. <FILDAT>
Exception
The possible item formats, number of items (n), and length of each FILDAT item (|th) are given by the following table.
MaxItems is defined in Section 10.17.10.2.
RTYPE 0 (Stream) 1 (Discrete)
Item Format 10 (binary) 10 (binary)
or 20 (ASCII)
Maximum n 1 MaxItems
Maximum n 1 (ACKC13 = 0) 1 (ACKC13 = 0)
0(any error) 0(any error)
Maximum |th READLN RECLEN
Maximum |th 0 0
The possible ACKC13 codes for this message are:
0 = O.K.
6 = ERROR: No open Data Set
7 = ERROR: Cannot Continue
8 = ERROR: End of Data
10 = ERROR: Pending Transaction
Stream,Function Name (Mnemonic) Direction
S13,F7 Close Data Set Send (DSCS) S,H<->E,reply
Description
Sent by the receiving system to close an open data set.
Structure
L,1
1. <HANDLE>
Exception
None

SEMI E5-1104 © SEMI 1982, 2004 174
Stream,Function Name (Mnemonic) Direction
S13,F8 Close Data Set Acknowledge (DSCA) S,H<->E
Description
Sent by the sending system in response to Close Data Set Send (DSCS).
Structure
L,2
1. <HANDLE>
2. <ACKC13>
The possible ACKC13 codes for this message are:
0 = O.K.
6 = ERROR:No open Data Set.
10 = ERROR:Pending Transaction.
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F9 Reset Data Set Send (DSRS) S,H<->E,reply
Description
Sent by either system to close all open data sets.
Structure
Header only
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F10 Reset Data Set Acknowledge (DSRA) S,H<->E
Description
Sent in response to Reset Data Set Send.
Structure
Header only
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F11 Data Set Object Multi-Block Inquire (DSOMGI) S,H<->E,reply
Description
This message requests permission to send a multi-block data set. If the receiving system does not grant permission in the reply,
the multi-block data set may not be sent. OBJSPEC is used to identify the data set object type and identifier and may include a
destination. DATALENGTH represents the total message length, not the length of the data set.
Structure
L,3
1. <DATAID>
2. <OBJSPEC>
3. <DATALENGTH>
Exception
None

SEMI E5-1104 © SEMI 1982, 2004 175
Stream,Function Name (Mnemonic) Direction
S13,F12 Data Set Object Multi-Block Grant (DSOMBG) S,H<->E
Description
This message grants or denies permission to send a multi-block data set.
Structure
<GRANT>
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F13 Table Data Send (TDS) M,H<->E,reply
Description
This message allows the host and the equipment to exchange predefined datasets in a tabular format. The first element of every
row is used to reference that row for all other elements. If S13,F13 is Multi-block, it must be preceded by the S13,F11/S13,F12
Inquire/Grant transaction.
Structure
L,8
1. <DATAID>
2. <OBJSPEC>
3. <TBLTYP>
4. <TBLID>
5. <TBLCMD>
6. L,n # of table attributes
1. L,2
1. <ATTRID
1
>
2. <ATTRDATA
1
>
.
.
n. L,2
1. <ATTRID
n
>
2. <ATTRDATA
n
>
7. L,c # of column definitions
1. <COLHDR
1
> 1st column element description
.
.
c. <COLHDR
c
> cth column element description
8. L,r # of row definitions
1. L,c
1
# of entries per definition
1. <TBLELT
11
> 1st table element, 1st row
.
m. <TBLELT
1c1
> mth table element, 1st row
.
.
r. L,c
r
rth row definition
1. <TBLELT
r1
> 1st table element, rth row
.
m. <TBLELT
rcr
> mth table element, rth row
Exception
If OBJSPEC is a zero-length item, then the owner of the table is the receiver of the message. If r is zero, any existing table
definition of the given type and id is to be deleted. Otherwise, c
1
may not be zero, and the value of c
1
shall be less than or equal
to the value of c.