135 pts.
 How to make new QINTER subsystem?
can anyone tell how make new subsystem Qinter

Software/Hardware used:
ASKED: March 15, 2009  2:28 AM
UPDATED: March 23, 2009  10:36 AM

Answer Wiki:
Hi, If you've accidentally deleted your QINTER subsystem then your best option is to restore it from a backup. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  March 15, 2009  4:13 pm  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi,

If you’ve accidentally deleted your QINTER subsystem then your best option is to restore it from a backup.

Regards,

Martin Gilbert.

 135 pts.

 

HI,

No i don’t deleted mya QINTER but i want to separated interactive for my Apliction and user?

 135 pts.

 

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.

 23,625 pts.

 

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…

 130 pts.

 

Hi,

I don’t think you need to create a class.

Regards,

Martin Gilbert.

 23,625 pts.

 

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.

 5,525 pts.

 

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.

 2,250 pts.