Package zowe.client.sdk.zostso
Class TsoConstants
- java.lang.Object
-
- zowe.client.sdk.zostso.TsoConstants
-
public final class TsoConstants extends Object
Constants for various tso related info- Version:
- 3.0
- Author:
- Frank Giordano
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_CHSETDefault character-set valuestatic StringDEFAULT_COLSDefault amount of columns valuestatic StringDEFAULT_CPAGEDefault code page valuestatic StringDEFAULT_PROCDefault logonProcedure valuestatic StringDEFAULT_ROWSDefault number of rows valuestatic StringDEFAULT_RSIZEDefault region-size valuestatic StringPARAM_ACCTQuery id of account number passed to z/OSMF URIstatic StringPARAM_CHSETQuery id of character-set passed to z/OSMF URIstatic StringPARAM_COLSQuery id of columns passed to z/OSMF URIstatic StringPARAM_CPAGEQuery id of code page passed to z/OSMF URIstatic StringPARAM_PROCQuery id of logonProcedure passed to z/OSMF URIstatic StringPARAM_ROWSQuery id of rows passed to z/OSMF URIstatic StringPARAM_RSIZEQuery id of region size passed to z/OSMF URIstatic StringRES_DONT_READ_REPLYParam for not reading replystatic StringRES_PINGURI for TSO Ping APIstatic StringRES_START_TSOURI for starting TSOstatic StringRESOURCEURI base for TSO APIstatic StringTSO_MESSAGETso response message type - messagestatic StringTSO_PROMPTTso response message type - promptstatic StringZOSMF_UNKNOWN_ERRORz/OSMF unknown error
-
-
-
Field Detail
-
DEFAULT_CHSET
public static final String DEFAULT_CHSET
Default character-set value- See Also:
- Constant Field Values
-
DEFAULT_COLS
public static final String DEFAULT_COLS
Default amount of columns value- See Also:
- Constant Field Values
-
DEFAULT_CPAGE
public static final String DEFAULT_CPAGE
Default code page value- See Also:
- Constant Field Values
-
DEFAULT_PROC
public static final String DEFAULT_PROC
Default logonProcedure value- See Also:
- Constant Field Values
-
DEFAULT_ROWS
public static final String DEFAULT_ROWS
Default number of rows value- See Also:
- Constant Field Values
-
DEFAULT_RSIZE
public static final String DEFAULT_RSIZE
Default region-size value- See Also:
- Constant Field Values
-
PARAM_ACCT
public static final String PARAM_ACCT
Query id of account number passed to z/OSMF URI- See Also:
- Constant Field Values
-
PARAM_CHSET
public static final String PARAM_CHSET
Query id of character-set passed to z/OSMF URI- See Also:
- Constant Field Values
-
PARAM_COLS
public static final String PARAM_COLS
Query id of columns passed to z/OSMF URI- See Also:
- Constant Field Values
-
PARAM_CPAGE
public static final String PARAM_CPAGE
Query id of code page passed to z/OSMF URI- See Also:
- Constant Field Values
-
PARAM_PROC
public static final String PARAM_PROC
Query id of logonProcedure passed to z/OSMF URI- See Also:
- Constant Field Values
-
PARAM_ROWS
public static final String PARAM_ROWS
Query id of rows passed to z/OSMF URI- See Also:
- Constant Field Values
-
PARAM_RSIZE
public static final String PARAM_RSIZE
Query id of region size passed to z/OSMF URI- See Also:
- Constant Field Values
-
RESOURCE
public static final String RESOURCE
URI base for TSO API- See Also:
- Constant Field Values
-
RES_DONT_READ_REPLY
public static final String RES_DONT_READ_REPLY
Param for not reading reply- See Also:
- Constant Field Values
-
RES_START_TSO
public static final String RES_START_TSO
URI for starting TSO- See Also:
- Constant Field Values
-
RES_PING
public static final String RES_PING
URI for TSO Ping API- See Also:
- Constant Field Values
-
TSO_MESSAGE
public static final String TSO_MESSAGE
Tso response message type - message- See Also:
- Constant Field Values
-
TSO_PROMPT
public static final String TSO_PROMPT
Tso response message type - prompt- See Also:
- Constant Field Values
-
ZOSMF_UNKNOWN_ERROR
public static final String ZOSMF_UNKNOWN_ERROR
z/OSMF unknown error- See Also:
- Constant Field Values
-
-