Examples of valid URL formats

The following examples show valid URL formats.

  1. http://MVSXX.COMPANY.COM:04445/CICSPLEXSM//JSMITH/MENU/OURHOME?
           CONTEXT=FRED&SCOPE=FRED

    This is a request for a user to be directly presented with a home menu called OURHOME using context FRED and scope FRED.

  2. http://MVSXX.COMPANY.COM:04445/CICSPLEXSM//JSMITH/VIEW/OURLOCTRAN?
           CONTEXT=FRED&SCOPE=FRED&A_TRANID=PAY*

    This is a request for a user to be directly presented with the default view, in view set OURLOCTRAN, displaying all the local transactions with a TRANID beginning with the characters PAY, using context FRED and scope FRED.

  3. http://MVSXX.COMPANY.COM:04445/CICSPLEXSM//JSMITH/VIEW/OURWLMAWAOR.TABLE1?
           P_WORKLOAD=WLDPAY01

    This is a request for a user to be directly presented with the TABLE1 view, in view set OURWLMAWAOR, displaying active workload information about workload WLDPAY01, using the default context as specified in the DEFAULTCONTEXT Web User Interface server initialization parameter.

  4. http://MVSXX.COMPANY.COM:04445/CICSPLEXSM//JSMITH/VIEW/OURLOCTRAN?
           A_TRANID=P*&O_TRANID=NE

    This is a request for a user to be directly presented with the default view, in view set OURLOCTRAN, displaying all the local transactions with a TRANID that does not begin with the character P.

  5. http://MVSXX.COMPANY.COM:04445/CICSPLEXSM//JSMITH/VIEW/OURTASK?
           A_PRIORITY=200&O_PRIORITY=GT

    This is a request for a user to be directly presented with the default view, in view set OURTASK, displaying all the tasks with a PRIORITY greater than 200.

  6. http://MVSXX.COMPANY.COM:44455/CICSPLEXSM//TOXTETH/VIEW/EYUSTARTPROGRAM.TABULAR
           ?FILTERC=1

    This is a request for a user to be presented with the filter confirmation screen of the EYUSTARTPROGRAM TABULAR view.