WW,

Can I be the first to ask: Why do you want to do this in a proc when it would be so easy in Basic (especially since you'll be writing to that file in Basic anyway)?

Also, I know Jim's going to remind you about the posting guidelines.  :-)

Regards,
Charlie Noah
Inland Truck Parts

wsw wrote, On 04/20/2010 02:43 PM:
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