IBM 3770 User Manual

Page 15

Advertising
background image

Demo User’s Guide

13

: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.

;Connect on all 3 LUs.

CONN

;Start script file named "rjelink1.s" on LU named "RJELINK1".

START_LU_SCRIPT rjelink1.s RJELINK1

;Start script file named "rjelink2.s" on LU named "RJELINK2".

START_LU_SCRIPT rjelink2.s RJELINK2

;Start script file named "rjelink3.s" on LU named "RJELINK3".

START_LU_SCRIPT rjelink3.s RJELINK3

;Wait for all of the script files to complete.

WAIT_FOR_LU_SCRIPTS RJELINK1 RJELINK2 RJELINK3

;Disconnect on all 3 LUs.

DISC

;Quit 3770Link.

QUIT

Note that the script commands are not case sensitive. Your script files may
mix upper and lower case characters freely.

Advertising