>> DSNE117E NOT ABLE TO LOCATE DSNTEP2 IN DSNAME DB2.DBV.SDSNSAMP
Thomas,
Looks like you are pointing to the samp lib. The LOAD module DSNTEP2 is NOT in
the SDSNSAMP library.
Here is my sample DSNTEP2 (pay attention to LIB statement)
//SYSTSIN DD *
DSN SYSTEM(DB2P)
RUN PROGRAM(DSNTEP2) -
PLAN(DSNTEP12) -
LIB('DB2P.RUNLIB.LOAD.V12')
END
You can try to find the load module with the following procedure.
Go to ISPF 3.4 and bring up the dataset list with the mask DB2.DBV.**
From the command prompt issue the command MEMBER DSNTEP2
From the search results you need to find the one that has a LOAD module
Thanks,
Kolusu
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN