HPlogo SNA NRJE Node Manager's Guide: HP 3000 MPE/iX Computer Systems > Chapter 6 Commands

VERIFY

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Glossary

 » Index

Verifies the entries in the Formid Lookup Table.

Syntax

VERI[FY][;W[SID]=Wsid]

Parameter

Wsid

The workstation name. This can be up to eight alphanumeric characters long; the first character must be alphabetic.

If you omit this parameter, the default workstation identifier is used. You can specify a default workstation identifier in the NRJE command.

Description

After building the Formid Lookup Table and then configuring it in the NRJE Configuration: Workstation Data Page 2 screen, you should use the VERIFY command to verify all of the records. Note that all of the devices in the Formid Lookup Table must be available. Also, if your workstation is established over a data communications line (DS line), the line must be open. For additional information about the Formid Lookup Table, see the SNA NRJE User/Programmer Reference Manual.

You should be logged on as MANAGER.SYS,NRJE when you issue this command. If any Formid Lookup Table records reference a tape device, then a tape mount request will be sent to the operator's console. This command can be terminated by a [CTRL]-Y.

Text Reference

See RELOAD earlier in this chapter for information about reloading the Formid Lookup Table.

Example

R18>VERIFY
 
...............          A dot is printed as each record is verified.
ALL RECORDS PASSED
R18>
 
 
         If an error occurs, NRJE will report the nature of the error         and will continue checking the remainder of the records in the table.
 
 
R18>VERIFY
 
......
RECORD 7:
UNKNOWN DEVICE CLASS.  (CIERR 344)
NRJE FORMID = ANNE      ;FILE EQUATION ATTEMPTED:
FILE TEST7 ;DEV= NOTTHERE
 
..
RECORD 10;
NONEXISTENT PERMANENT FILE (FSERR 52)
NRJE FORMID = PUNOUT   ;FILE EQUATION ATTEMPTED:
FILE TEST10 =PUNMSG,OLD
 
...............
 
ALL BUT 2 RECORD(S) PASSED.
R18>
 
               If an error is detected, NRJE will report the logical record 
               number of concatenated records in the Formid Lookup Table.  
               The first record is record zero.
Feedback to webmaster