FEPI INQUIRE PROPERTYSET

Inquire on a FEPI property set.

FEPI INQUIRE PROPERTYSET

Read syntax diagramSkip visual syntax diagramFEPI INQUIREPROPERTYSET( data-value)BEGINSESSION(data-area)CONTENTION(cvda)DEVICE(cvda)ENDSESSION(data-area)EXCEPTIONQ(data-area)FJOURNALNAME(data-area)FJOURNALNUM(data-area)FORMAT(cvda)INITIALDATA(cvda)MAXFLENGTH(data-area)MSGJRNL(cvda)STSN(data-area)UNSOLDATA(data-area)UNSOLDATACK(cvda)
Notes:

Description

FEPI INQUIRE PROPERTYSET returns information about a FEPI property set.

The following commands allow you to browse all FEPI PROPERTYSET definitions:

FEPI INQUIRE PROPERTYSET START
FEPI INQUIRE PROPERTYSET(8-character data-area) NEXT
[The options are as for FEPI INQUIRE PROPERTYSET]
FEPI INQUIRE PROPERTYSET END

Options

BEGINSESSION(4-character data-area)
returns the name of the transaction performing begin-session processing, or blanks if no transaction was specified.
CONTENTION(cvda)
returns a value that specifies what happens when a FEPI SEND command is issued and there is inbound data with ‘begin bracket'. The relevant CVDA values are:
LOSE
FEPI SEND command fails; a FEPI RECEIVE must be issued to get the inbound data.
WIN
FEPI SEND command succeeds; inbound data is rejected with a negative response.
DEVICE(cvda)
returns a value that identifies the mode of conversation and the type of device. Defined values are:
T3278M2
SLU2 mode, 3278 Model 2
T3278M3
SLU2 mode, 3278 Model 3
T3278M4
SLU2 mode, 3278 Model 4
T3278M5
SLU2 mode, 3278 Model 5
T3279M2
SLU2 mode, 3279 Model 2B
T3279M3
SLU2 mode, 3279 Model 3B
T3279M4
SLU2 mode, 3279 Model 4B
T3279M5
SLU2 mode, 3279 Model 5B
TPS55M2
SLU2 mode, PS/55, 24 lines
TPS55M3
SLU2 mode, PS/55, 32 lines
TPS55M4
SLU2 mode, PS/55, 43 lines
LUP
SLU P mode, all cases.
ENDSESSION(4-character data-area)
returns the name of the transaction performing end-session processing, or blanks if no transaction was specified.
EXCEPTIONQ(4-character data-area)
returns the name of the TD queue to which exceptional events are notified, or blanks if no queue was specified.
FJOURNALNAME(8-character data-area)
returns the 1- to 8-character name of the journal where data is to be logged.
FJOURNALNUM(fullword binary data-area)
returns the number of the journal where data is to be logged.
FORMAT(cvda)
returns a value that identifies the data format. The relevant CVDA values are:
FORMATTED
Formatted operation
DATASTREAM
Data stream operation
NOTAPPLIC
Option is not applicable for the specified pool.
INITIALDATA(cvda)
returns a value indicating whether initial inbound data is expected when a session is started. The relevant CVDA values are:
NOTINBOUND
No inbound data expected
INBOUND
Inbound data expected.
MAXFLENGTH(fullword binary data-area)
returns the maximum length of data that can be returned on any FEPI RECEIVE, CONVERSE, or EXTRACT FIELD command for a conversation, or that can be sent by any FEPI SEND or CONVERSE command for a conversation.
MSGJRNL(cvda)
returns a value indicating whether journaling is performed for inbound and outbound data. The relevant CVDA values are:
NOMSGJRNL
No journaling is to be performed.
INPUT
Inbound data is journaled.
OUTPUT
Outbound data is journaled.
INOUT
Inbound and outbound data are journaled.
PROPERTYSET(8-character data-value/8-character data-area)
is the name of the set of properties.
STSN(4-character data-area)
returns the name of the transaction handling STSN data (SLU P mode only), or blanks if no transaction was specified.
UNSOLDATA(4-character data-area)
returns the name of the transaction handling unsolicited data (data received outside a conversation), or blanks if no transaction was specified.
UNSOLDATACK(cvda)
indicates what acknowledgment FEPI gives to a BID, if there is no unsolicited-data processing. The relevant CVDA values are:
NEGATIVE
Negative response X'0813', BID not accepted
POSITIVE
Positive response, BID accepted and subsequent data is accepted and discarded
NOTAPPLIC
Option is not applicable for the specified pool.

Conditions

ILLOGIC
RESP2 value:
1
For START: browse of this resource type is already in progress. For NEXT or END: START was not issued.
END
RESP2 value:
2
For NEXT: all resource definitions have been retrieved.
INVREQ
RESP2 value:
11
FEPI not installed, or not active.
171
PROPERTYSET name unknown.