Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
DCL script to check for empty file
Name: jinlong Date: May 24, 2004 at 00:11:19 Pacific OS: VMS CPU/Ram: DS20E
Comment:
Hi,
I need a DCL script in VMS to check for empty file. Is any one could help ?
Summary: Hi all all, I'm new to the board and I have a quick question: how can I check If a file exists using a conditional (IF..) I've seen that I could use OPEN/error= and put an error label but this not ve...
Summary: Hello, First, please note that version 6.2 is an very old version. A little terminology - in OpenVMS lingo, "scripts" are called "command files", have have the file type ".COM". The command language ...
Summary: I have to write a little DCL script: It can sort the line of a file, which is determined by parameter. If the two lines in the files is similar, the script must send an individual error message. If th...