Jump to content

REXX SuperSet/2: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
 
Line 5: Line 5:


The seven libraries are:
The seven libraries are:
*GRXCPIC - CPI-C
*GRXHLAPI - Communications Manager Interface
*GRXHLAPI - Communications Manager Interface
*GRXHOST - Miscellaneous Host Utilities
*GRXHOST - Miscellaneous Host Utilities
Line 12: Line 13:
*GRXUPM - User Profile Management Interface
*GRXUPM - User Profile Management Interface
*GRXUTILS - General OS/2 Utilities
*GRXUTILS - General OS/2 Utilities
Object REXX external class packages:
*SSCFTP - File Transfer Protocol
*SSCNETB - NetBIOS
*SSCNPIPE - Named Pipes
*SSCSEM - Semaphores
*SSCSOCK - Sockets
*SSCVIM - Vendor Independent Messaging
*SSCVIO - Screen


==Products==
==Products==
*REXX SuperSet/2 1.0
*REXX SuperSet/2 1.0
*REXX SuperSet/2 2.0 (Personal Edition/Professional Edition)  
*REXX SuperSet/2 2.0 (Personal Edition/Professional Edition)
*2.00.01 (1996)


[[Category:REXX Function Library]]
[[Category:REXX Function Library]]

Latest revision as of 04:36, 3 January 2024

REXX SuperSet/2 from SofTouch Systems is a set of external library functions for REXX which can interface to a variety of products, including IBM LAN Server, TCP/IP, NetBIOS, Communications Manager. It also provides the ability to access low level facilities such as processes, threads, semaphores, named pipes, VIO commands, and others.

The REXX SuperSet/2 has over 300 REXX external functions in seven Dynamic Link Libraries (DLLs), which are full 32-bit implementations. The libraries are divided by product and interface type, as follows, so the developer only needs to load the functions actually used.

The seven libraries are:

  • GRXCPIC - CPI-C
  • GRXHLAPI - Communications Manager Interface
  • GRXHOST - Miscellaneous Host Utilities
  • GRXLSNET - LAN Server Interface
  • GRXNETB - NetBIOS Interface
  • GRXTCPIP - TCP/IP Interface
  • GRXUPM - User Profile Management Interface
  • GRXUTILS - General OS/2 Utilities

Object REXX external class packages:

  • SSCFTP - File Transfer Protocol
  • SSCNETB - NetBIOS
  • SSCNPIPE - Named Pipes
  • SSCSEM - Semaphores
  • SSCSOCK - Sockets
  • SSCVIM - Vendor Independent Messaging
  • SSCVIO - Screen

Products

  • REXX SuperSet/2 1.0
  • REXX SuperSet/2 2.0 (Personal Edition/Professional Edition)
  • 2.00.01 (1996)