I'm trying to create a text file in PROC and then write to that file
via jbasic. I tried the following but the file is never created and I
don't get an error:

F-CLEAR 12
F-OPEN 12 "/data/txtfiles/scanpr/scan.txt"
MV &12.1 "Scan stuff"
F-WRITE 12
F-CLOSE 12

Does anyone know how I can accomplish this in PROC

Thanks in advance,

WW

-- 
Please read the posting guidelines at: 
http://groups.google.com/group/jBASE/web/Posting%20Guidelines

IMPORTANT: Type T24: at the start of the subject line for questions specific to 
Globus/T24

To post, send email to [email protected]
To unsubscribe, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/jBASE?hl=en

Reply via email to