Create a z/OS Host


When writing Java applications or (Eclipse plug-ins not running in a Workbench for Eclipse client), you can create instances of z/OS Hosts using the HostFactory class:

String host = ...
int port = ...
Protocol protocol = ...
int timeoutSeconds = ...

IZOSHost zosHost = HostFactory.createZOSHost(host, port, protocol, timeoutSeconds);


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI DevX Mainframe DevOps