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
> >
>
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>

----------------------------------------------------------------------
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