i have a interview question
what command is used to cancel tcp/ip????
which member is used for tcp/ip comm???
how do we cancel tcp/ip??
-
- Posts: 4
- Joined: Wed May 12, 2010 3:05 am
- Skillset: mvs system programming
- Referer: thru google
-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: how do we cancel tcp/ip??
Console command P <tcpipname> will stop TCP/IP on the LPAR -- tcpipname is the started task name used at your site (usually but not always TCPIP). This is usually done by an operator or system programmer, since stopping TCP/IP means every 3270 session, FTP, and email in process on that LPAR will be interrupted.
There are multiple configuration parameter files used by TCP/IP -- basic configuration, OSA interface configuration, FTP configuration, and SMTP configuration being some of the possible configuration members that are required. The TCP/IP started task will identify the configuration file used at your site; generally this is a PDS with members for the various configuration requirements.
There are multiple configuration parameter files used by TCP/IP -- basic configuration, OSA interface configuration, FTP configuration, and SMTP configuration being some of the possible configuration members that are required. The TCP/IP started task will identify the configuration file used at your site; generally this is a PDS with members for the various configuration requirements.
Re: how do we cancel tcp/ip??
Robert Sample wrote:Console command P <tcpipname> will stop TCP/IP on the LPAR -- tcpipname is the started task name used at your site (usually but not always TCPIP). This is usually done by an operator or system programmer, since stopping TCP/IP means every 3270 session, FTP, and email in process on that LPAR will be interrupted.
There are multiple configuration parameter files used by TCP/IP -- basic configuration, OSA interface configuration, FTP configuration, and SMTP configuration being some of the possible configuration members that are required. The TCP/IP started task will identify the configuration file used at your site; generally this is a PDS with members for the various configuration requirements.
Addicting Games
ITIL Service Management
Thanks for imformation
