Re: DFSORT job to convert FBM to FBA

2021-12-07 Thread Michael Babcock
? On 12/6/2021 1:58 PM, Sri h Kolusu wrote: DFSORT job to convert FBM to FBA? -- Michael, Try this. /STEP0100 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DISP=SHR,DSN=your.FBM.file //SORTOUT DD DSN=Your.FBA.File, //DISP=(NEW,CATLG,DELETE), //SPACE=(CYL,(X,Y),

Re: DFSORT job to convert FBM to FBA

2021-12-07 Thread Seymour J Metz
nt: Monday, December 6, 2021 8:38 PM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: DFSORT job to convert FBM to FBA On Mon, 6 Dec 2021 13:34:05 -0700, Sri h Kolusu wrote: >> X'03' is "No operation" i.e. "don't print". C'+' is "Print >witho

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Paul Gilmartin
On Mon, 6 Dec 2021 13:34:05 -0700, Sri h Kolusu wrote: >> X'03' is "No operation" i.e. "don't print". C'+' is "Print >withoutspacing." > >X'03' is "No operation" for "Machine withOUT data" > I believe even a no-op CCW (used to?) need a nonzero count, else the channel threw an error. Perhaps the

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Charles Mills
@LISTSERV.UA.EDU Subject: Re: DFSORT job to convert FBM to FBA IIRC the; C'+' is "Print without spacing. was intended to BOLD a line, like a heading ? double print? like in a 1403 or 3211? Carmen On 12/6/2021 2:22 PM, Paul Gilmartin wrote: > C'+' is "Print without sp

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Mike Schwab
+ is overprint on the same line. On Mon, Dec 6, 2021 at 8:38 PM Carmen Vitullo wrote: > > IIRC the; > > C'+' is "Print without spacing. > was intended to BOLD a line, like a heading ? double print? like in a 1403 or > 3211? > > Carmen > > On 12/6/2021 2:22 PM, Paul Gilmartin wrote: > > C'+'

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Carmen Vitullo
IIRC the; C'+' is "Print without spacing. was intended to BOLD a line, like a heading ? double print? like in a 1403 or 3211? Carmen On 12/6/2021 2:22 PM, Paul Gilmartin wrote: C'+' is "Print without spacing. -- /I am not bound to win, but I am bound to be true. I am not bound to succeed

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Sri h Kolusu
> X'03' is "No operation" i.e. "don't print". C'+' is "Print withoutspacing." Gil, X'03' is "No operation" for "Machine withOUT data" Thanks, Kolusu -- For IBM-MAIN subscribe / signoff / archive access instructions, send ema

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Paul Gilmartin
On Mon, 6 Dec 2021 15:13:50 -0500, Steve Smith wrote: >Well, as most machine-CC operates after the line is printed, and ASA-CC >operates before, I'd think it would be more complicated than that. > Oops! I forgot. Now that you remind me, I recall that CMS (used to) issue 3 commands for each ASA-C

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Paul Gilmartin
On Mon, 6 Dec 2021 12:58:08 -0700, Sri h Kolusu wrote: >> DFSORT job to convert FBM to FBA? -- > >Michael, > >Try this. > >/STEP0100 EXEC PGM=SORT >//SYSOUT DD SYSOUT=* >//SORTIN DD DISP=SHR,DSN=your.FBM.file >//SORTOUT DD DSN=Your.FBA.File, >

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Steve Smith
Well, as most machine-CC operates after the line is printed, and ASA-CC operates before, I'd think it would be more complicated than that. sas On Mon, Dec 6, 2021 at 2:58 PM Sri h Kolusu wrote: > > DFSORT job to convert FBM to FBA? -- > > Michael, > > Try this. >

Re: DFSORT job to convert FBM to FBA

2021-12-06 Thread Sri h Kolusu
> DFSORT job to convert FBM to FBA? -- Michael, Try this. /STEP0100 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DISP=SHR,DSN=your.FBM.file //SORTOUT DD DSN=Your.FBA.File, //DISP=(NEW,CATLG,DELETE), //SPACE=(CYL,(X,Y),RLSE) //SYSINDD * OPTION COPY IN

DFSORT job to convert FBM to FBA

2021-12-06 Thread Michael Babcock
I don’t want to reinvent the wheel so I’m asking this list. Anyone have a DFSORT job to convert FBM to FBA? -- Michael Babcock OneMain Financial z/OS Systems Programmer, Lead -- For IBM-MAIN subscribe / signoff / archive