|
|
This chapter will help you customize global parameters for all applications in Cisco IOS for S/390.
The first statement of APPCFGxx is the GLOBAL statement, which defines global options for all applications. It is followed by statements specific to the application. For more information on the statements that follow (APPL, FTP, GAT, LPR, SERVICE, SMTP, TELNET and TERMPROF) refer to the specific application chapters.
| ACBNAME (abcname)] | Specifies the VTAM primary ACBNAME used to access Cisco IOS for S/390 services through VTAM. Default: ACCES |
| API (subsys | *)] | Specifies the subsystem ID for the Application Program Interface. This parameter should be specified only if the applications are running in a separate address space from the TCP stack.
Default: The subsystem ID for the current address space. |
| DNR ({subsys | *} { dnrtime | LOCAL}) | Specifies options for the Domain Name Resolver.
subsys - The subsystem parameter needs to be specified only if DNR is running in a separate address space from the applications, otherwise, specify an asterisk (*). Default: the currently active Cisco IOS for S/390 subsystem. LOCAL - Specifies no domain name servers used. dnrtime - Specifies the maximum wait time, in seconds, that a Cisco IOS for S/390 subtask waits for the domain name resolver to obtain directory information from the domain name server in your network. Default: (* LOCAL) |
| GREETING (YES | NO | APPL) | Specifies if the Server TELNET banner messages are sent to the client. If NO is specified, only the message Enter Command or Help is sent to the client. APPL returns a message on exit from an application.
Default: YES |
| JES (jestype jesname jeslu jessubsyschar) | Specifies the job entry system used, as well as these optional pieces of data: the JES type, the JES subsystem name, a JES VTAM LU name, or a different JES subsystem command identification character.
· jestype is one character specification for JES2 or JES3 and is given as either 2 or 3. · jesname is specified as 4 characters. · jeslu is 8 characters. · jussubsyschar is 1 character. Defaults: jjestype defaults to 2. JES subsystem name defaults to JES2 for JES2 or JES3 for JES3 JES VTAM LU name defaults to first parameter; JES2 for JES2 or JES3 for JES3 Subsystem communication character is $ for JES2 or * for JES3 |
| LUPARM (luparm | NONE) | Specifies the member name of the LU pool configuration member. Specifying NONE turns off LU pool support for Server TELNET.
Default: APPLUP00. |
| MIGVOL (volser) | Specifies the volser, such as HSM, used by your storage management software for migrated data sets.
Default: MIGRAT |
| SMS | NOSMS | Specifies that SMS is to control allocation of new data sets. If SMS is specified, many of the default DCB allocation parameters will not be specified by Cisco IOS for S/390. If NOSMS is coded, Cisco IOS for S/390 will set default for many of the DCB allocation parameters. If SMS is coded, be sure to verify that SMS will control allocation of data sets.
Default: NOSMS |
| SVC99WTO | NOSVC99WTO | Specifies whether to ask MVS to produce additional diagnostic WTO messages when processing an SVC99 (dynamic allocation) request. This may be useful in diagnosing allocation problems.
Default: NOSVC99WTO |
| TRANTBL (tablename) | Specifies the translate table load module to be used by the control connection for the service. The tablename can be one of the following:
Default: Translate table specified by TRANTBL parameter on TELNET statement in TCPCFGxx configuration member. If no parameter is specified, ENGLISH is used. |
This example is typical for an installation with minimal changes from the sample. SVC99 debugging is enabled.
GLOBAL ACBNAME(A03ACCA) API(*) DNR(* 30) GREETING(YES) JES(2 JES2 JES2 $) LUPARM(APPLUP00) MIGVOL(MIGRAT) SVC99WTO TRANTBL(ENGLISH)
This example shows the applications and DNR running in the current address space, and the TCP stack running in a separate address space with a subsystem ID of TCP1.
GLOBAL ACBNAME(A03ACCA) API(TCP1) DNR(* 30) SVC99WTO
|
|