[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR 2905 - Can't Open file 'OUT1' as 1. Permission Denied -Reply
- Subject: Re: SQR 2905 - Can't Open file 'OUT1' as 1. Permission Denied -Reply
- From: John Sayre <John_Sayre@GAP.COM>
- Date: Mon, 16 Nov 1998 12:51:09 -0800
John Sayre@GAPINC
11/16/98 12:51 PM
try something like this:
#ifdef mvs
! running on the Mainframe
let $file = 'Test'
#else
let $file = 'C:\TEMP\test.dat' ! client
#end-if
open $file as 1 for-writing record=80 status = #stat_read
Get the environment from setenv.sqc