noreport under PH819c3
Pickering, John (NORBORD)
PICKERIJ@norbord.com
Tue, 28 Sep 1999 16:54:12 -0400
non-MPE folks hit delete now :-)
Kris
Kind of weird. In your example below the job stream for the noreport
statement actually gets written to $oldpass. But if you change the page
length from your zero to 1 then the job stream gets written to the file
secwost as you would expect.
Beats me why - you can pursue it if you like but I'd just fix the page
length and go on to better things!
Regards,
John Pickering
Toronto
> -----Original Message-----
> From: Opper, Kris [SMTP:KOpper@rpci.com]
> Sent: Tuesday, September 28, 1999 4:40 PM
> To: powerh-l@lists.swau.edu
> Subject: noreport under PH819c3
>
>
>
> We use the following code for building streams to daisy chain, one after
> the
> other. Under PH819C3, the noreport statement doesn't appear to be working
> properly. If I run the same code under PH709E, it builds the stream named
> NULL in the file named SECWOST. The same code run under PH819c3, doesn't
> produce the file SECWOST. Therefore, the next stream blows the chain with
> non-existent file. Has anyone had similiar problems? If so, how do you
> force the noreport statement to build the file? Thanks in advance for any
> input.
>
> (We do not compile this source)
>
> Kris Opper
> Renaissance Publishing Company
> kopper@rpci.com
>
> SET REPORT DEVICE DISC SPACING 0 LIMIT 5000 &
> > NAME SECWOST NODUPLICATES NOVERIFY
> > ACCESS *SWO4
> > SELECT IF ERRSTAT = 0 AND GROSS2 > .01
> > DEFINE CDATE DATE FORMAT MMDDYY = DATE(SODSCH+26235)
> > INITIAL HEADING TAB 1 &
> > "!JOB SECWOGEN,MGR2000/MGR2000.ASKON70;OUTCLASS=LP,2" SKIP &
> > TAB 1 "!MFG" SKIP &
> > TAB 1 "ASK" SKIP &
> > TAB 1 "01" SKIP &
> > TAB 1 "A,300" SKIP
> > REPORT TAB 1 SWORKNO SKIP &
> > TAB 1 PRONUM SKIP 3 &
> > TAB 1 GROSS2 FILL "0" PIC "^^^^^^" SKIP &
> > TAB 1 CDATE SKIP 2 &
> > TAB 1 STWIP SKIP 2
> > FINAL FOOTING TAB 1 "E" SKIP &
> > TAB 1 "E" SKIP &
> > TAB 1 "!STREAM NJROLL5.CLWO.RENSTUFF" SKIP &
> > TAB 1 "!EOJ"
> > NOREPORT TAB 1 &
> > "!JOB NULL,MGR2000/MGR2000.ASKON70;OUTCLASS=LP,2" SKIP &
> > TAB 1 "!STREAM NJROLL5.CLWO.RENSTUFF" SKIP &
> > TAB 1 "!EOJ"
> > SET NOHEAD NOWAIT
> > SET PAGE LENGTH 0
> > SET PAGE WIDTH 80
> > GO
>
>
> = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
> =
> Subscribe: "subscribe powerh-l" in message body to
> majordomo@lists.swau.edu
> Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
> This list is closed, thus to post to the list, you must be a subscriber.
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Subscribe: "subscribe powerh-l" in message body to majordomo@lists.swau.edu
Unsubscribe: "unsubscribe powerh-l" in message to majordomo@lists.swau.edu
This list is closed, thus to post to the list, you must be a subscriber.