Hi,
Then you need to create a new subsystem :-
CRTSBSD SBSD(Yourlib/YourSBSD) POOLS((1 *BASE))
To allocate specific workstsations to your subsystem you can use the ADDWSE command.
To allocate specific job queues to your subsystem you can use the ADDJOBQE command.
You should also add the routing entries that you currently have in your QINTER using the ADDRTGE command.
Regards,
Martin Gilbert.
Hi,
U can create a new subsystem
First u want to create a new subsystem description command CRTSBSD
create a class command CRTCLS &
create a rouging entry command ADDRTGE
Regards
KC...
We needed a separate subsystem, just as you describe in your question.
We just used CRTDUPOBJ of QINTER with new object name of MISINTER. Then we gave all the MIS work stations a unique prefix in Client Access to cause those sessions to run in MISINTER. It works pretty good and involved very little work.
Sometimes one of our IT folks will land in QINTER. In that case we do a TRFJOB from the green screen to move the session to MISINTER. After that the session stays there for a while (weeks, months) but occassionally flips back to QINTER. This could probably be solved if we took more time to configure all the non-IT work station names into QINTER's subsystem description.
You Should exclude your MIS displays in QINTER: ADDWSE SBSD(QINTER)
WRKSTN(MIS*) AT(*ENTER) . The AT'*ENTER entry will allow your station to switch to QINTER, but it also tells the subsystem to not automatically "grab" the wirkstation.
The problem with excluding MIS staff from QINTER is that if MISINTER is not running for any reason, the MIS staff can't sign-on to fix it. If you STRSBS MISINTER *last* it should usually do the trick.
Free Guide: Managing storage for virtual environments
Complete a brief survey to get a complimentary 70-page whitepaper featuring the best methods and solutions for your virtual environment, as well as hypervisor-specific management advice from TechTarget experts. Don’t miss out on this exclusive content!
Discuss This Question: 8  Replies