Difference between revisions of "Where is my report?"

From MidrangeWiki
Jump to: navigation, search
m (Understand Queues)
(Where 400 places report)
Line 24: Line 24:
  
 
When I say "'''the next level is'''" by that I mean that this next level can override stuff that was in the earlier level.  If different levels have different rules, it is the last level that wins the arguement, but many levels do not bother to exert their authority, so it usually does no good to look at the last level ... you have to know the hierarchy, and how to look at the rules for each level.
 
When I say "'''the next level is'''" by that I mean that this next level can override stuff that was in the earlier level.  If different levels have different rules, it is the last level that wins the arguement, but many levels do not bother to exert their authority, so it usually does no good to look at the last level ... you have to know the hierarchy, and how to look at the rules for each level.
 +
 +
These rules work like a library list ... a program needs to access a bunch of objects, and it goes down the library list "path" until it hits the first discovery of each piece of the puzzle, but different pieces might be found at different levels.  Same basic story for all the rules pertaining to 400 reports talking to a printer.
 +
 +
In this navigation exploration, we will go from the bottom level up the hierarchy to see how to navigate each thing then see what its boss is, recognizing that most bosses on the 400 tend to let their subordinates do their own thing except in very special cases.
 +
 +
# the first level is very basic
 +
## DSPSYSVAL QPRTDEV
 +
## this is the system value that says to send 100% of print-outs to the system printer PRT02 unless something over-rides that. 
 +
## This system value is pretty simple, you are not going to see it cause different behavior for different people printers.

Revision as of 02:00, 9 June 2005

When we have lots of users with lots of reports for lots of printers, this can be a problem.

Understand Queues

One of the biggest issues for new users coming from an environment of stand-alone PCs, is a failure to recognize the implications of network queues.

A new user, unaccustomed to a multi-user system, is accustomed to doing SOMETHING, then IMMEDIATELY expecting to find the results on the printer. But

  • Their task might still be in JOBQ.
  • Some software, when selection criteria would create an empty report, generates nothing.
  • Depending on the software structure, the output might not be going to end up as a report on spool file, but get transmitted to a shared PC folder in a format to go to e-mail or spread sheet, or be going to some kind of work file.
  • Their report might not print until someone else's report has finished printing.
  • Their reports might be going to an OUTQ that does not have an attached printer writer.
  • If they slow to get to printer, relative to when report prints, someone else may have torn it off and set it aside, or accidentally when tear off reports, a user goes off with THEIR report(s) with someone else's attached.

Where 400 places report

  • Did you ever play Dungeons and Dragos?
  • Do you remember "levels" going down into the adventures?
  • Each level more challenging than the last?
  • You learn the rules for a level, then go down to next level and find there are more rules to learn if you have any hope of proceeding into deeper layers.
  • Well IBM Printer management also has "levels" but fortunately some levels are simpler than the last. It is possible to navigate with only a superficial understanding of the rules at some levels.
  • And guess what? When I am going to mess with the rules that govern how printers behave, I prefer to do so at a level that is simple.

When I say "the next level is" by that I mean that this next level can override stuff that was in the earlier level. If different levels have different rules, it is the last level that wins the arguement, but many levels do not bother to exert their authority, so it usually does no good to look at the last level ... you have to know the hierarchy, and how to look at the rules for each level.

These rules work like a library list ... a program needs to access a bunch of objects, and it goes down the library list "path" until it hits the first discovery of each piece of the puzzle, but different pieces might be found at different levels. Same basic story for all the rules pertaining to 400 reports talking to a printer.

In this navigation exploration, we will go from the bottom level up the hierarchy to see how to navigate each thing then see what its boss is, recognizing that most bosses on the 400 tend to let their subordinates do their own thing except in very special cases.

  1. the first level is very basic
    1. DSPSYSVAL QPRTDEV
    2. this is the system value that says to send 100% of print-outs to the system printer PRT02 unless something over-rides that.
    3. This system value is pretty simple, you are not going to see it cause different behavior for different people printers.