semi合集-English.pdf - 第1231页

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 re sponse to R ead Data Set Request. Structure L,4 1. …

100%1 / 7923
SEMI E5-1104 © SEMI 1982, 2004 172
Stream,Function Name (Mnemonic) Direction
S13,F4 Open Data Set Data (DSOD) S,H<->E
Description
Sent by the sending system in response to Open Data Set Request.
Structure
L,5
1. <HANDLE>
2. <DSNAME>
3. <ACKC13>
4. <RTYPE>
5. <RECLEN>
Exception
The possible ACKC13 codes for this message are:
0 = O.K.
1 = ERROR:Try later.
2 = ERROR:Unknown Data Set Name.
3 = ERROR:Illegal Checkpoint value.
4 = ERROR:Too many open Data Sets.
5 = ERROR:Data set open too many times.
9 = ERROR:Handle in Use.
10 = ERROR:Pending Transaction.
Stream,Function Name (Mnemonic) Direction
S13,F5 Read Data Set Request (DSRR) S,H<->E,reply
Description
Sent by the receiving system to read data from an open data set.
Structure
L,2
1. <HANDLE>
2. <READLN>
Exception
None
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