[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: SQR page breaking on MVS
- Subject: Re: SQR page breaking on MVS
- From: "Schelske, Steve K." <SKSchelske@AAAMICHIGAN.COM>
- Date: Thu, 19 Apr 2001 13:00:39 -0400
Here's what I have in my notes....You might try it and see if it works.
Your output dataset probably needs to be FBA as well.
For SQR to create ASCII carriage control characters successfully on
mainframe, replace the -GPRINT=? SQRPARM with -P.
EX.
Was
PARMS('DDN:SQRIN DSN/DBADB2TI -FDDN:SQROUT -GPRINT=NO -
-IDDN:SQRINC( -TBZ -MDDN:MAXIN' -S)
Change to
PARMS('DDN:SQRIN DSN/DBADB2TI -FDDN:SQROUT -P -
-IDDN:SQRINC( -TBZ -MDDN:MAXIN' -S)
-----Original Message-----
From: Discussion of SQR, Brio Technology's database reporting language
[mailto:SQR-USERS@list.iex.net]On Behalf Of Steve Rogers
Sent: Thursday, April 19, 2001 11:40 AM
To: SQR-USERS@list.iex.net
Subject: SQR page breaking on MVS
We are in the process of converting PeopleSoft HRMS from an AS/400
platform
to an MVS platform. We are finding that MVS does not seem to be recognizing
the
page break control character in SQR reports. We see the '1' page break
character actually printing out on reports in the first column, but no page
breaking. Can anyone tell us what the problem is?
thanks,
steve