Scott,

I have changed the value in the WLM panel and also modified the defintion to
reflect the NUMTCB=1, But when a user tries to invoke the DSN1WLM proc the
started task again shows the value as NUMTCB=1. for this change I have even
Re-started the DB2 region but no luck.

Gerard,

I will try changing the values using your advice too.

Bob,

Thanks a lot for the link.

All,

Also,While we connect it from DB2CONNECT we get the below error :
"DSNU003I DSNUTILS - NOT INVOKED APF AUTHORIZED". We have Added all the
Joblib, steplib to the APF library and refereshed it.Even the DSNUTILS entry
is very much available in SYSIBM.SYSROUTINES. but still we get this error.

Mainframe side version details :
DB2 : 8.1
Z/OS : 1.6

Regards,
Jags

On Sat, Apr 9, 2011 at 5:27 AM, Bob Rutledge <[email protected]> wrote:

>  jagadishan perumal wrote:
>
>> Hi,
>>
>> When I view the Started task DSN1WLM I see that the NUMTCB value is set to
>> 8
>> but i want to change it to 1. I browsed the SYS1.PROCLIB(DSN1WLM), but I
>> could find the first two lines.
>>
>> 1 //DSN1WLM  JOB MSGLEVEL=1
>> 2 //STARTING EXEC DSN1WLM,DB2SSN=DSN1,NUMTCB=8,APPLENV=DSN1WLM
>>  XX*************************************************************
>>  XX*    JCL FOR RUNNING THE WLM-ESTABLISHED STORED PROCEDURES
>>  XX*    ADDRESS SPACE
>>  XX*       RGN     -- THE MVS REGION SIZE FOR THE ADDRESS SPACE.
>>  XX*       DB2SSN  -- THE DB2 SUBSYSTEM NAME.
>>  XX*       NUMTCB  -- THE NUMBER OF TCBS USED TO PROCESS
>>  XX*                  END USER REQUESTS.
>>  XX*       APPLENV -- THE MVS WLM APPLICATION ENVIRONMENT
>>  XX*                  SUPPORTED BY THIS JCL PROCEDURE.
>>  XX*
>>  XX*************************************************************
>> 3 XXDSN1WLM  PROC RGN=0K,APPLENV=DSN1WLM,DB2SSN=DSN1,NUMTCB=1
>> 4 XXIEFPROC EXEC PGM=DSNX9WLM,REGION=&RGN,TIME=NOLIMIT,
>>  XX        PARM='&DB2SSN,&NUMTCB,&APPLENV'
>>
>>
>> Could you please guide me to change the NUMTCB value to 1. As I could'nt
>> get
>> any clue from WLM panel.
>>
>>
> WLM administration of DB2 stored procedures is described in whichever of
>
> http://www.redbooks.ibm.com/abstracts/sg247604.html?Open
>
> http://www.redbooks.ibm.com/abstracts/sg247083.html?Open
>
> matches your DB2 release.
>
> Bob
>
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: GET IBM-MAIN INFO
> Search the archives at http://bama.ua.edu/archives/ibm-main.html
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to