[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



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