Computing.Net > Forums > OpenVMS > open VMS

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.

open VMS

Reply to Message Icon

Name: madhumitha
Date: December 5, 2007 at 08:47:01 Pacific
OS: windows
CPU/Ram: intel and 256MB
Product: DELL
Comment:

how to extract values from a record in .dat file and to check whether it is (i mean the value of the field) is empty or not. need a com script



Sponsored Link
Ads by Google

Response Number 1
Name: HakZan
Date: December 6, 2007 at 08:13:51 Pacific
Reply:

$ open file YOURFILE.DAT
$10:
$ read/end_of-file=20 file record
$ if record .eqs. "" then goto 10
$ write sys$output record
$ goto 10
$20:
$ close file


0
Reply to Message Icon

Related Posts

See More






Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: open VMS

What is Open VMS you ask www.computing.net/answers/openvms/what-is-open-vms-you-ask/5.html

Open VMS Post-Installation Help www.computing.net/answers/openvms/open-vms-postinstallation-help/287.html

Open VMS, help me please www.computing.net/answers/openvms/open-vms-help-me-please/458.html