Format:
$ @UNTAR2DATESET inputfile outputfile
Arguments:
Example:
$! redirect output of VMSTAR
$ DEFINE/USER_MODE SYS$OUTPUT name-UNTAR.LOG
$! extract files from the TAR file
$ VMSTAR xvf name.TAR
$! read the output file and create command procedure
$ @UNTAR2DATESET name-UNTAR.LOG name-DATESET.COM
$! run the created procedure
$ @name-DATESET.COM/OUTPUT=name-DATESET.LOG
$! search for any errors
$ SEARCH name-DATESET.LOG "%" /WINDOW=(1,4)