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 <[email protected]> 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 <[email protected]> wrote on 12/29/2016 01:01:11 PM: > From: Paul Gilmartin <[email protected]> > To: [email protected] > Date: 12/29/2016 01:02 PM > Subject: Re: Xdc output print > Sent by: IBM Mainframe Discussion List <[email protected]> > >> 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 [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
