Re: 2nd fopen returns ENOENT when POSIX(ON)

2006-08-26 Thread Rick Troth
<[EMAIL PROTECTED]> wrote: > > I resolved my problem by putting // in front of dd: > > in the fopen command. ... Come to think of it, that is consistent with OE filepath syntax. On Fri, 25 Aug 2006, Alan Altmark wrote: ... > I'd suggest opening a PMR. Either the code is wrong > or the docume

Re: 2nd fopen returns ENOENT when POSIX(ON) (never mind)

2006-08-25 Thread Alan Altmark
On Wednesday, 08/23/2006 at 09:31 AST, Julia Erickson <[EMAIL PROTECTED]> wrote: > I resolved my problem by putting // in front of dd: in the fopen command. I > found this syntax at a dovetail site which was discussing BPX... routines. The MAP in the z/OS C/C++ Programming Guide says that //

Re: 2nd fopen returns ENOENT when POSIX(ON) (never mind)

2006-08-25 Thread Julia Erickson
@LISTSERV.UARK.EDU Cc: Julia Erickson Subject: 2nd fopen returns ENOENT when POSIX(ON) I'm porting some code from z/OS to CMS. My application opens several CMS= output files using fopen with a dd name and a corresponding FILEDEF, for = example fopen( dd:OBNLOG, w,recfm=vba,lrecl=125 ) and FILEDEF O

2nd fopen returns ENOENT when POSIX(ON)

2006-08-23 Thread Julie Erickson
I'm porting some code from z/OS to CMS. My application opens several CMS output files using fopen with a dd name and a corresponding FILEDEF, for example fopen( dd:OBNLOG, w,recfm=vba,lrecl=125 ) and FILEDEF OBNLOG DISK OBNLOG LISTING A. The first fopen is successful, but the second (and als