FYI - Quiz cover page solution - AS/400
george.j.wen@us.abb.com
george.j.wen@us.abb.com
Wed, 13 Sep 2000 10:57:08 -0500
Thanks to all who responded. Your suggestions led to the solution. There was
someone who had experienced this problem on the AS/400 so I thought I'd share
my results.
I was getting a banner page with statistics, etc. during batch execution of a
Quiz
programs. And even when I got rid of all the verbiage I still had a blank page
coming out on the printer. The program had a number of subfile creations and
disk file creations (for later use statements) in it.
The final version that worked had the following in the CL with set statements
for
Nowarnings and Nostatistics where needed in the Quiz program itself.
QUIZ AUTO(library name/object name member name) LISTOPT(NOLIST)
BANNEROPT(NOBANNER) +
STATSOPT(NOSTATISTICS) ERRLIST(library name/data queue name)
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
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.