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

Reply via email to