On Apr 21, 7:41 pm, wsw <[email protected]> wrote: > jbasic won't create the file so I thought ok maybe PROC will create the file.
As DK demonstrated, you can create sequential access files directly with a jBC statement. Also remember that TCL commands can be EXECUTEd from within jBC, such as: EXECUTE 'CREATE-FILE MYFILE 1 7' -- Kevin Powick -- 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
