VMS Help  —  LD  ANALYZE
   LM ANALYZE filespec

 	This command will verify the integrity of the container file. It can
 	only be used for virtual tapes, disks have their own format (ODS-2/5).

 	Notice that analyzing a container file while it is still connected to
 	an LM device may give unpredictable results as some data may still be
 	cached in memory. Disconnecting the device will flush the data back
 	to disk.

1    /CONTINUE

   /CONTINUE

 	This qualifier allows analyze to attempt to continue after encountering
 	an error.

2    /DATA

   /DATA

 	This qualifier will dump the datarecords in both Hex and Ascii.

3    /DIRECTORY

   /DIRECTORY [=HEX,DECIMAL]

 	This qualifier will dump the tape directory records in either Hex
 	or Decimal format, where decimal is the default.

4    /OUTPUT

   /OUTPUT[=filespec]

 	This qualifier forces THE output of the analysis to be written to
 	the specified file.

5    /RECORDS

   /RECORDS [=HEX,DECIMAL]

 	This qualifier will dump the tape records in either Hex or Decimal
 	format, where decimal is the default.
Close Help