Zitat Zitat von mlinaric
...
DRAWER=DRAWER3
DATA ='1B266C3548'X.
Eigentlich sollte der 3 Schacht so funktionieren !
Das WSCST Objekt läßt sich so nicht erstellen.
Ab Schacht 3 muss die Lösung etwas anders aussehen:

Auszug aus http://www-912.ibm.com/s_dir/slkbase...4?OpenDocument

New Method for Accessing Drawer 3 and Above

Support for the ADDDRWTBL (Additional Drawer Table) tag is available in more recent versions of OS/400. The old method of modifying the DWRNBR (Drawer Number) tag can still be used to access drawer 3, but that tag is more difficult to setup when printing to drawers higher than 3. Therefore, modifying the ADDDRWTBL tag is recommended for handling drawers 3 and above. However, the old method is described below, if needed.

If additional drawers are needed, then another tag can be used for access. The tag is :ADDDRWTBL. An example for usage on a HP8000 with 5 drawers is as follows. Getting drawer 5 to work has been a problem. Since, the HP8000 will default to that drawer unless changed in its configuration, just leaving off the NUMBER = 5 from the list, should get the printout to the correct drawer.

:ADDDRWTBL.
:ADDDRWTBLE
NUMBER= 3
DATA ='1B266C3548'X.
:ADDDRWTBLE
NUMBER= 4
DATA ='1B266C323048'X.

:ADDDRWTBLE
NUMBER= 5
DATA ='1B266C3848'X.
:EADDDRWTBL.