Pipe Policy Rule subsystem parameters
This section provides a list of Pipe Policy Rule options and their corresponding subsystem parameters.
Pipe Policy Rule parameter | Subsystem parameter |
---|---|
Participant type | PRTYPE=WTR | RDR |
internal checkpoint/restart support | NOTESUP=YES | NO |
Buffer number | BUFFNUM= n |
No synchronization | NONSYNC=YES |
Allocation synchronization 1 | ALCSYNC=YES | NO |
Open synchronization 2 | OPNSYNC=YES | NO |
Close synchronization | CLSSYNC=YES | NO |
Deallocation synchronization | DLCSYNC=YES | NO |
No-operation wait time | NOOPTIME= n |
No-operation wait action | NOOPACT=ABEND | ASK |
Input-Output wait time | IOWAIT= n |
Input-Output wait action | IOWTACT=ABEND | ASK |
Synchronization wait time | SYNCWAIT= n |
Synchronization wait action | SYNCWACT=ABEND | ASK |
Minimum writers | MINWTR= n |
Additional writers | ADDWTR=NO | n | YES |
Create File | CREFILE = WTR | NO |
Create file DD name | DDNAME= ddname |
Writer error option | WTRERROP=IGNORE | IMMED |
Writer signals EOF | SIGNEOF=CLOSE | DEALLOC | NO |
Writer error condition code | CONDCODE= n |
Writer skip alloc synch | ALCSYNC=SKIP |
Writer skip open synch | OPNSYNC=SKIP |
Minimum readers | MINRDR= n |
Additional readers | ADDRDR=NO | n | YES |
Reader data | DATA=ALL | NEXT |
Reader error option | RDRERROP=IGNORE | DELAY | IMMED |
Reader waits for EOF | NEEDEOF=YES | NO |
Reader error condition code | CONDCODE= n |
Reader skip alloc synch | ALCSYNC=SKIP |
Reader skip open synch | OPNSYNC=SKIP |
(A) ALCSYNC=SKIP implies ALCSYNC=YES for the pipe, and SKIP for the specific participant. When ALCSYNC=SKIP is required, specify ALCSYNC=SKIP for the participants that need it specified, and specify ALCSYNC=YES for all of the other participants.
(B) OPNSYNC=SKIP implies OPNSYNC=YES for the pipe, and SKIP for the specific participant. When OPNSYNC=SKIP is required, specify OPNSYNC=SKIP for the participants that need it specified, and specify OPNSYNC=YES for all of the other participants.
Related topics