Previous Topic: Specify Names GenericallyNext Topic: Copy Test Streams and Rulesets


Select Terminals for Copy and Print Functions

Use the Terminals function to specify terminals to be copied or printed. The Terminals card applies only to test streams. One or more Terminals cards may precede a Copy or Print card. The format is:

TERMINALS name name name ... name

Specify one or more terminal names, separated by blanks. For example:

TERMINALS TRM1 TRM2

selects terminals TRM1 and TRM2.

You can specify consecutive Terminals cards to create a cumulative list of terminals to be copied or printed. Non-consecutive Terminals cards create separate lists. For example:

TERMINALS TRM1 TRM2
PRINT
SELECT GENERAL.TEST.001
TERMINALS TRM3 TRM4
COPY
SELECT GENERAL.TEST.002

In this case, CA Verify for VTAM will print screens for terminals TRM1 and TRM2 for test stream GENERAL.TEST.001, and copy screens for terminals TRM3 and TRM4 for test stream GENERAL.TEST.002.