IBM 3770 manual Demo User’s Guide

Models: 3770

1 20
Download 20 pages 62.47 Kb
Page 15
Image 15
Manual background

Demo User’s Guide

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

13

Page 15
Image 15
IBM 3770 manual Demo User’s Guide