Skip to content. | Skip to navigation

Sections
Personal tools
Home Products Rocket AS Rocket AS Client Connections

Overview

Rocket AS Client Connections provides the connectivity layer between AS on the host mainframe and your client systems.

Rocket AS Client Applications combine to form a suite of programs that are tailored to complement AS and built using the AS Client Connections development capabilities.


Connecting AS to all Your Client Systems

AS Client Connections provides the connectivity layer between Rocket AS on the host mainframe and your client systems. Various connectivity options are provided for numerous operating system platforms including Microsoft Windows, Red Hat Linux and many more.

AS Client Connections also provides a programming API for developers to create their own applications using a variety of programming languages with plenty of sample applications provided. Rocket can assist with client development or can develop your applications for you.

Connection protocols provided include ODBC, FTP, TCP/IP, APPC, SRPI.

AS Client Connections Version 6

Client Connections v6 introduces two new programming interfaces as well as updating the existing ActiveX object and C-API. As a result AS Client Connections v6 ships in 3 independent “flavors” which can be installed separately or together on one system:

  • Microsoft Windows Edition - The Microsoft Windows Edition provides the classic C-API, ActiveX control, Command Client and Visual Studio Version 6 developer tools as provided by earlier versions of Client Connections.
  • Microsoft .NET Developer Edition - The Microsoft .NET Developer Edition provides the .NET class libraries and developer tools to build AS connected applications on Windows-based client systems.
  • Java Developer Edition - The Java Developer Edition provides the Java class libraries and developer tools to build AS connected applications on multi-platform client systems, including Windows, Unix and Linux Servers etc.

All flavors of Client Connections v6 provide support for new features in ASv6:

  • Long Column Names - The maximum length of an AS Table column has been increased to 32. Client Connections v6 also supports this increased length.
  • Hand Shaking Support - Client Connections and Rocket ASv6 now exchange handshake signals periodically to ensure the connection is alive and responsive. This means that both Client Connections v6 and AS handle network disruption graciously - making your data safer and your application more responsive.

Microsoft .NET Developer and Java Developer Editions

The new Java and .NET class libraries introduced in Client Connections v6 provide new possibilities for client connectivity with AS. Client Connections v6 support Rocket AS Versions 5.3 and later. New benefits in the Java and .NET editions of Client Connections v6 include:

New Platforms

  • True multiplatform support with the new Java Class libraries. Access your AS data from ANY operating system supporting Java. Please Note: Rocket has tested and fully supports Client Connections Java Edition on Microsoft Windows platforms and RedHat Linux 7.2 and above. All other operating systems will be supported on a best efforts basis.
  • Improved software productivity through compatibility with Microsoft Visual Studio and IBM Websphere / Rational Application Developer.
  • Vastly improved Support for web development, web services and Smart Clients; enabling AS to be presented to your users wherever they may be!

Better Performance

The Java and .NET Class libraries in Client Connections v6 offer increased performance over Client Connections 5.3 with applications accessing AS data between 2 and 8 times faster depending on the situation.

New Connection Methods (NEW IN 6.2!)

  • FTP Connection - Uses FTP on the mainframe to start AS. This is easier to configure than REXEC as FTP is usually already available on the mainframe system.
  • IPC Connection - This is a Java and .NET implementation of the TCPIP connection method in the Windows Edition of Client Connections v6. It connects to the Intermediate Protocol Converter shipped with Rocket AS. This has the benefit of being more "firewall friendly" than either the REXEC or FTP connections.

Java Command Client (NEW IN 6.2!)

The Java Command Client is a port of the Command Client application in the Windows Edition of Client Connections v6. It allows a PC user to execute, edit and debug AS command tables on any Java enabled platform. It also allows the exporting of data to common PC formats (CSV, HTML and XML). It can also be scheduled to run in the future using its command line options in conjunction with a scheduling utility (such as Windows scheduled tasks).

New Features

  • Writing data to your AS tables has never been easier. Client Connections v6 now allows one step table creation and one step updates for your AS tables using a single method call on its new Table objects.
  • XML Configuration files. Client connections v6 includes a new Configuration application, backed by XML files to make configuring your connection to AS easier than ever before. Client Connections Configurations can be defined for all users by an administrator or individually by each user.
  • Migrate your Client Connections Windows Edition DASPWAPI.ini files to Client Connections .NET and Java edition XML format with the enhanced Configuration Utility. (NEW IN 6.2!)
  • Caching of your AS table data. The new Table objects in Client Connections v6 hold the data you have downloaded from AS on the client - allowing you to work with local data before updating AS. They even allow for working on your AS data whilst disconnected from AS.
  • New Graphical User Interface components which allows you to combine standard forms and dialogs to quickly build applications for accessing your AS data.
  • The .NET edition of Client Connections v6 includes NDoc help which can be integrated with Microsoft Visual Studio allowing quick access to the reference information for the Class Library. The Java edition ships with JavaDoc reference information which can also be integrated with IBM WebSphere / Rational Application Developer.

New Samples

Client Connections v6 ships with the TableGrid Sample Application (Enhanced IN 6.2!) which combines the standard forms available in Client Connections v6 to enable you to view and edit your AS data tables and also run your procedures, viewing results on your PC.

Web Samples

The following web samples are available. We are continually developing sample applications demonstrating the capabilities of client connections. Please email us if you have any ideas for a sample which would be useful to your organization.

  • The Bookstore sample application (Java Version only) shows how you are able to use the data in AS as a back-end to a web based application.
  • The Table Grid Web Sample allows users to browse their AS data and command tables as well as their DB2 tables from the web and to download data to the client. (Enhanced IN 6.2!)
  • The WebMenu sample enables the execution of AS command tables via a web interface. No need for users to log on to the mainframe. This application builds an HTML menu based on tables on the host which enables a user to interact with AS. It displays the AS output to the user and enables users to download the resulting data. Users can leave there sessions to execute and come back later to pick up the results. (New IN 6.2!)

Microsoft Windows Edition

The Microsoft Windows Edition of Client Connections v6 is an update to Client Connections 5.3 to provide support for new features in ASv6. The Windows Edition supports AS Version 5 and above including AS Version v6. Client Connections v6 Microsoft Windows Edition contains the following components:

  • AS Command Client - The AS Command Client is a workstation application that allows you to create, store and run AS command tables from your workstation. It sends the command table to AS on the mainframe for execution. You can use it to manipulate and analyze data from any of the sources AS can access.
  • AS ODBC Driver - The AS ODBC Driver can be used by applications that support ODBC, such as Microsoft Excel, Microsoft Access, Lotus Notes and so on. Applications that support ODBC can access data on the mainframe via AS and can use the power of AS to manipulate and reduce the data brought down to the workstation.
  • AS ActiveX Control - The AS ActiveX Control is a component of Client Connections which allows AS to be easily integrated into the client environment. It acts as an intermediary between AS and any ActiveX compliant application, such as Microsoft Office, Visual Basic or Visual C++. This provides a simple method of developing your own client applications to interface to AS.

Client Applications

Explore AS and Your Host System Direct from Your Client

Rocket AS Client Applications combine to form a suite of programs that are tailored to complement AS and built using the AS Client Connections development capabilities. You can obtain AS Client Applications on the ASLINK CD along with AS Client Connections and Rocket Shuttle AS Edition (RSAE).

Explorer

This application provides a Windows Explorer-style interface to host FTP systems, including IBM MVS and VM, and also to host AS connections. This allows simple viewing and FTP data transfer between the PC and the host systems.

FTP Server

This application creates an FTP server on a PC workstation that allows a host AS user to transfer and optionally open or print data in CSV or HTML format between AS and the PC. For example, the results of an AS procedure can be sent directly into Microsoft Excel, even starting Excel on the target PC.

ASTPrint

This utility program enables specific types of host files, such as charts, to be printed onto a workstation connected printer.

Document Actions