Re: TSO LISTCAT output to dataset
"mstramba2000" <[email protected]>
| Newsgroups | gmane.comp.emulators.turnkey-mvs |
|---|---|
| Message-ID | <[email protected]> |
Hmm, If I create a RECFM=U, LRECL=0 file, then LISTCAT OUTF(o1), *does* work, but then I can't view or edit it with anything, other than the PRINT command. --- In [email protected], "mstramba2000" <mikestramba@...> wrote: > > I created a ds from RPF: > > HERC03.SYSPRINT.DATA > --RECFM-LRECL-BLKSIZE-DSORG--DDNAME---DISP > FBA 121 1331 PS O1 KEEP > --VOLUMES-- > PUB002 > > Then did : > > ALLOC FI(o1) da(sysprint.data) > > Then tried : > > LISTCAT OUTF(o1) > > .. and get : > > ACTION ERROR ON HERC03.SYSPRINT.DATA > ** RECORD X'F1C9C4C3C1' NOT WRITTEN. LENGTH INVALID > UABORT CODE 36 > > What record length is LISCTCAT outputting? > > Mike >