Serengeti 3770 User Manual

Sna/rje emulation demo version

Advertisement

Quick Links

3770Link SNA/RJE Emulation
Notational Conventions............................................................................... ii
Ordering Information .................................................................................. 1
Technical Support ....................................................................................... 2
Introduction to 3770Link ............................................................................ 3
3770Link Features....................................................................................... 4
3770 Emulation Features..................................................................... 4
Advanced Features .............................................................................. 4
Script Language For Unattended Operation ........................................ 4
RJE Server Features ............................................................................ 5
Supported Host Environments............................................................. 5
3770Link System Requirements.......................................................... 5
Software Installation.................................................................................... 6
Media and Files ........................................................................................... 6
Script Files ................................................................................................ 11
Script Commands ...................................................................................... 11
Sample Script Files.................................................................................... 11
3770Link Script Language ........................................................................ 14
Command Line Options ............................................................................ 18
Demo Version User's Guide

Table of Contents

i

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 3770 and is the answer not in the manual?

Questions and answers

Summary of Contents for Serengeti 3770

  • Page 1: Table Of Contents

    Ordering Information ... 1 Technical Support ... 2 Introduction to 3770Link ... 3 3770Link Features... 4 3770 Emulation Features... 4 Advanced Features ... 4 Script Language For Unattended Operation ... 4 RJE Server Features ... 5 Supported Host Environments... 5 3770Link System Requirements...
  • Page 2: Notational Conventions

    3770Link Notational Conventions The following notation is used in this guide: 3770Link Refers to the 3770Link package in general. Refers specifically to the graphical user interface 3770Link GUI program (“3770link.exe”) Refers specifically to the console style script-only 3770Link SO program (“3770so.exe”)
  • Page 3: Ordering Information

    Demo User’s Guide 3770Link Demo Version User’s Guide Thank you for requesting the 3770Link demo diskette. This demo introduces you to the “look-and-feel” of 3770Link and to the extensive script file capabilities found within. The demo simulates online sessions and therefore does not require an adapter or modem to be present in your system.
  • Page 4: Technical Support

    3770Link Technical Support Once you’ve ordered 3770Link, Serengeti Systems provides technical support for as long as you use 3770Link at no additional cost to you. Support is available via the Internet from our web site or via e-mail, or by telephone.
  • Page 5: Introduction To 3770Link

    Demo User’s Guide Introduction to 3770Link 3770Link combines full-featured SNA RJE communications with a comfortable user interface. You can use the intuitive menus for interactive operations or take advantage of the powerful script language and/or programmatic control for automated, unattended sessions. 3770Link’s user interface utilizes menus, dialog boxes, and context sensitive help.
  • Page 6: 3770Link Features

    3770Link 3770Link Features 3770 Emulation Features IBM 3776/3777 Model 3 or Model 4 emulation (SNA Logical Unit type 1) LU LU and SSCP LU sessions Unlimited number of concurrent sessions Receive to console, printer, or disk file Automatic ASCII EBCDIC translation...
  • Page 7: Rje Server Features

    The client version of 3770Link requires one of the following: Microsoft SNA Server 2.11 or later IBM Communications Server for NT 5.0 or later Novell Netware for SAA 3.0 or later SSI SyncPlus SDLC Adapter (optional with 3770Link) 16-bit ISA bus adapter...
  • Page 8: Software Installation

    3770Link GUI demo program 3770Link GUI demo program 3770Link SO Sample script file Sample script file Sample master connect script file Script file used to create a 3770 server Configuration file for this demo Configuration file for this demo 3770Link...
  • Page 9: Running 3770Link Gui And Simulating An Interactive Session

    RCVFILE.TXT DLLSHARE.DLL 3770LINK.HLP After you use 3770Link, you may also see the following files in your 3770Link directory: JOBNAME.* RECEIVE1.LOG MRU.INI Running 3770Link GUI and Simulating an Interactive Session To execute the interactive version of 3770Link and see a simulated host session in action, perform the following steps: Double click on the “3770Link Demo”...
  • Page 10 3770Link text regarding the status of the connection. You should see the following text in each LU window during the connection process: Activating Link To The Host ... PU Is Active LU Is Active => SSCP-LU Session Established Sending Formatted Logon (INIT_SELF) Session Bound LU-LU Session Established In addition, each LU window has a status bar which displays the...
  • Page 11: Running 3770Link So And Simulating An Unattended Session

    You should also see the following simulated host message in the console window: DOWNLOAD COMPLETE ON RJELU1. At this point, feel free to try some of the other menus such as Transmit | File, Transmit | Application Request, Transmit | Logoff, and Transmit | Logon.
  • Page 12: Simulating Sending And Receiving Files With The Demo

    3770Link Simulating Sending and Receiving Files with the Demo For the purposes of this demo, the following rules apply when sending or receiving files: You may send a file at any time you are connected. A connection is achieved through the Auto-Dial, Auto-Answer, or Connect menus in 3770Link GUI, or through the DIAL, CONN, or ANS script commands in 3770Link SO.
  • Page 13: Script Files

    Script Files To accommodate unattended operation, 3770Link utilizes an extremely powerful script language. There is a corresponding script command for most of the menu items available in interactive mode. In addition there are numerous commands to manage error checking, error recovery, looping, and branching. Script files can be executed by specifying the -sfilename command line option of 3770Link SO or from the File | Run Script menu in 3770link interactive mode.
  • Page 14 3770Link IF conn_loop, connect QUIT :connect PTR testptr SEND jcl.txt IF sendfail :sendfail DISC QUIT This example LU script file dials a phone number and checks for numerous possible result codes. If the dial is successful, two files are transmitted consecutively and a RCV is executed to await the host’s reply.
  • Page 15 :no_tone ##ATTENTION: Phone Line Not Connected QUIT This example master connect script file connects on all 3 configured LUs (RJELINK1, RJELINK2, and RJELINK3). The line is then disconnected. This script file example assumes that the 3 LUs are configured for the current connection.
  • Page 16: 3770Link Script Language

    3770Link 3770Link Script Language Commands are not case sensitive, they are shown in upper case for clarity. Replace text in italics with the appropriate values. Parameters enclosed in square braces "[ ]"are optional. When two or more parameters are separated by a bar “|”, only one of them may actually be used at a time. Command Syntax ;...
  • Page 17 Command Syntax DIAL xxx-xxx-xxxx [/t=x | /m=x] DISC ENDPIPE EXCH name [/n | /s] [/a] [/b] [/t] EXEC [/c] [/e] filename [args] FORM formname FORM pl=x tm=x bm=x lm=x rm=x ch2=x ch3=x ch4=x ch5=x ch6=x ch7=x ch8=x ch9=x ch10=x ch11=x ch12=x ff=[y | n] dtf=[y | n] GOTO label HOST_FORM /on | /off...
  • Page 18 3770Link Command Syntax IFERROR< nnnn label IFERROR>= nnnn label IFERROR<= nnnn label IFERROR!= nnnn label IFFILE filename label IFNFILE filename label LOG /on | /off LOGON [message] LOGOFF [message] LOOP label LOOPCOUNT x PAUSE hh:mm PAUSE +x PIPE [pipename] [/t=x | /m=x] PRINT file ptr PTR name [/n | /s] [/a] [/b] [/t] PUN name [/n | /s] [/a] [/b] [/t]...
  • Page 19 Command Syntax RCV [/t=x | /m=x] [/PTR[n] | /PUN[n] | /EXCH[n]] RCV_FC /d | /i RCV_IRS /c | /s | /i RCV_PAD /on | /off RCVM [/t=x | /m=x] [/PTR[n] | /PUN[n] | /EXCH[n]] the host. RDRRL xxx RENAME filename1 filename2 SEND [[b] | [j] | [p]]file [+[[b] | [j] | [p]]file...] [&[[b] | [j] | [p]]file...]...
  • Page 20: Command Line Options

    3770Link Command Syntax START_LU_SCRIPT file [luname] SUBMIT file [[/p | /j] | /b] [/t=x | /m=x] SYSREQ request WAIT_FOR_LU_SCRIPTS luname(s) WAITSIG [/t=x] [/a] Command Line Options 3770link [-d[size]] [-ffile] [-l] [-rsize] [-t] 3770so -sfile | -u [-d[size]] [-ffile] [-q] [-rsize] [-t] [&sub-parm&...

This manual is also suitable for:

3770link

Table of Contents