semi合集-English.pdf - 第1230页
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 re sponse to Open Data Set Request. Structure L,5 1. &…

SEMI E5-1104 © SEMI 1982, 2004 171
Stream,Function Name (Mnemonic) Direction
S13,F0 Abort Transaction (S13F0) S,H<->E
Description
Same form as S1,F0.
Structure
Exception
Stream,Function Name (Mnemonic) Direction
S13,F1 Send Data Set Send (DSSS) S,H<->E,reply
Description
Sent by the sending system to request that the other system read a dataset.
Structure
L,1
1. <DSNAME>
Exception
None
Stream,Function Name (Mnemonic) Direction
S13,F2 Send Data Set Acknowledge (DSSA) S,H<->E
Description
Sent by the receiving system in response to Send Data Set Send.
1. <DSNAME>
2. <ACKC13>
Structure
Exception
The possible ACKC13 codes for this message are:
0 = O.K.
1 = ERROR:Try later.
2 = ERROR:Unknown Data Set Name.
Stream,Function Name (Mnemonic) Direction
S13,F3 Open Data Set Request (DSOR) S,H<->E,reply
Description
Sent by the receiving system to open a data set for reading.
Structure
L,3
1. <HANDLE>
2. <DSNAME>
3. <CKPNT>
Exception
None

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