noreport under PH819c3

Opper, Kris KOpper@rpci.com
Tue, 28 Sep 1999 15:39:52 -0500



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.