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.
append a file
Name: athena123 Date: January 29, 2003 at 23:51:20 Pacific OS: VMS 7 CPU/Ram: alpha
Comment:
Hi, How do we append a file in a procedure? the file is created by the procedure itself. Thank you :)
Name: Jo Date: January 30, 2003 at 03:21:54 Pacific
Reply:
Hi,
If a file already exsist but needs to be opened you should use OPEN/APPEND. To write records to the file you should use the WRITE command Here's an example, first loop creates a new file, second loop opens an existing file.
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: Hi, I want to capture the system errors and write to a file. Eg:%DCL-E-INVEST,invalid IF-THEN-ELSE nessting structure or data inconsistency I want to record this error in a file .Kindly help Shari...
Summary: I want to replace on DCL level some string patterns in a file ,how can I do it? In unix from example there is a command utily SED which can be used to replace strings in a file. ...