Sorry for not following this thread properly. I don't know why OP wants a PDS 
dataset. Nothing wrong with that; it just puts the user in charge of getting 
the right attributes. 

Suggestion: Use XDC to create a brand new sequential dataset with SDSF's 
preferred attributes. Then use ISPF 3.2 to create a PDS with same DCB 
attributes. As others have said, let SDB optimize block size. Fastest, cleanest 
way I can think to do it. 

.
.
J.O.Skip Robinson
Southern California Edison Company
Electric Dragon Team Paddler 
SHARE MVS Program Co-Manager
323-715-0595 Mobile
626-543-6132 Office ⇐=== NEW
robin...@sce.com

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf 
Of venkat kulkarni
Sent: Friday, December 30, 2016 10:33 PM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: (External):Re: Xdc output print

Hello All,

Sorry for delay. I think the issue was, somebody defined PDS with record length 
of only 80 and and then when we were doing XDC and trying to put report into 
PDS member even by specifying bigger record length but its report was not able 
to fit because PDS was only defined with 80 length.

So, now i created PDS with VBA and bigger record length and all worked..
Thanks for all help.

On Fri, Dec 30, 2016 at 3:18 AM, Doug <dsh...@bellsouth.net> wrote:

> Have you tried FBA or VBA ?
> Late to the party but typically LRECL plus 1 gets the job done for us.
> Regards, Doug
>
> .
>
> On Dec 29, 2016, at 15:29, Sri h Kolusu <skol...@us.ibm.com> wrote:
>
> >> If I specify VB, it allows one character (for carriage control?)
> regardless,
> > thereby possibly truncating the last character of data.
>
> Paul,
>
> Just so you know you can issue the SE command to edit your spool and 
> then you can remove the first byte by shifting to the left ((1 and 
> then C9999 followed by CREATE  command to copy the contents without 
> the carriage control characters
>
> Thanks,
> Kolusu
>
> IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU> wrote on
> 12/29/2016 01:01:11 PM:
>
> > From: Paul Gilmartin 
> > <0000000433f07816-dmarc-requ...@listserv.ua.edu>
> > To: IBM-MAIN@LISTSERV.UA.EDU
> > Date: 12/29/2016 01:02 PM
> > Subject: Re: Xdc output print
> > Sent by: IBM Mainframe Discussion List <IBM-MAIN@LISTSERV.UA.EDU>
> >
> >> On 2016-12-29, at 12:12, Gibney, Dave wrote:
> >>
> >> Stop specifying blksize. For that matter, don't specify LRECL or
> > RECFM either, SDSF knows from JES.
> >> XDC to a new SEQUENTIAL file.
> >>
> > Errr... If I omit SPACE, RECFM, or LRECL, SDSF complains about 
> > Invalid
> Value.
> > If I specify VB, it allows one character (for carriage control?)
> regardless,
> > thereby possibly truncating the last character of data.
> >
> > SDB will handle BLKSIZE.
> >
> > -- gil


----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to