Specialty Forums
Security and Virus
General Hardware
CPUs/Overclocking
Networking
Digital Photo/Video
Office Software
PC Gaming
Console Gaming
Programming
Database
Web Development
Digital Home

General Forums
Windows XP
Windows Vista
Windows 95/98
Windows Me
Windows NT
Windows 2000
Win Server 2008
Win Server 2003
Windows 3.1
Linux
PDAs
BeOS
Novell Netware
OpenVMS
Solaris
Disk Op. System
Unix
Mac
OS/2

Drivers
Driver Scan
Driver Forum

Software
Automatic Updates

BIOS Updates

My Computing.Net

Solution Center

Free IT eBook

Howtos

Site Search

Message Find

RSS Feeds

Install Guides

Data Recovery

About

Home
Reply to Message Icon Go to Main Page Icon

Subject: DCL script to check for empty file

Original Message
Name: jinlong
Date: May 24, 2004 at 00:11:19 Pacific
Subject: DCL script to check for empty file
OS: VMS
CPU/Ram: DS20E
Comment:
Hi,

I need a DCL script in VMS to check for empty file. Is any one could help ?

:)
Tom


Report Offensive Message For Removal

Response Number 1
Name: Hakan Andersson (by HakAnd)
Date: May 24, 2004 at 06:17:12 Pacific
Subject: DCL script to check for empty file
Reply: (edit)
Quick and Dirty but functional.........
It doesn't check if the file exist or not

$ SET NOON
$ OPEN/READ FILE EMPTY_FILE.TXT
$ READ/END_OF_FILE=EOF FILE DUMMY_STRING
$ !!!! IF NOT EMPTY !!!!
$ WRITE SYS$OUTPUT "THIS FILE IS NOT EMPTY"
$ GOTO END
$EOF:
$ !!!! IF EMPTY !!!!
$ WRITE SYS$OUTPUT "THIS FILE IS EMPTY"
$END:
$ CLOSE FILE
$ EXIT


Report Offensive Follow Up For Removal

Response Number 2
Name: erensm
Date: May 24, 2004 at 12:04:07 Pacific
Subject: DCL script to check for empty file
Reply: (edit)
A little less dirty :

if f$file_attribute("EMPTY_FILE.TXT","ALQ") .eq. 0 then write sys$output "Empty"


Report Offensive Follow Up For Removal

Response Number 3
Name: erensm
Date: May 24, 2004 at 12:11:46 Pacific
Subject: DCL script to check for empty file
Reply: (edit)
OR, depending on what you call an empty file :

if f$file_attribute("EMPTY_FILE.TXT","EOF") .eq. 0 then write sys$output "Empty"


Report Offensive Follow Up For Removal

Response Number 4
Name: jinlong
Date: May 24, 2004 at 19:07:55 Pacific
Subject: DCL script to check for empty file
Reply: (edit)
Thank you very much is working

Report Offensive Follow Up For Removal

Response Number 5
Name: jinlong
Date: May 24, 2004 at 19:43:34 Pacific
Subject: DCL script to check for empty file
Reply: (edit)
Hi Hakan & Me,

Thank you very for your scripts and it working very well.

:)
Tom


Report Offensive Follow Up For Removal



Use following form to reply to current message:

   Name: From My Computing.Net Settings
 E-Mail: From My Computing.Net Settings

Subject: DCL script to check for empty file

Comments:

 
  Homepage URL (*): 
Homepage Title (*): 
         Image URL: 
 


Data Recovery Software



Version Tracker Pro
Keep your software current and secure, effortlessly

Click Here for a Free Scan

Driver Agent
Automatically find the latest drivers for your computer.
Click Here for a Free Scan



The information on Computing.Net is the opinions of its users. Such opinions may not be accurate and they are to be used at your own risk. Computing.Net cannot verify the validity of the statements made on this site. Computing.Net and Computing.Net, LLC hereby disclaim all responsibility and liability for the content of Computing.Net and its accuracy.
PLEASE READ THE FULL DISCLAIMER AND LEGAL TERMS BY CLICKING HERE

All content ©1996-2007 Computing.Net, LLC