how to use QMF objects exported in non QMF libraries

greenspun.com : LUSENET : DBAzine : One Thread

A QMF shared procedure, named "P0" has been created with TSO logon "USER01" and then exported as member of PDS "USER01.PROC(P0)" Then I submit this job (the &xxx are replaced automatically with values at submit) :

//STEP2000 EXEC QMFBATCH,MAIL=0,TO=&&SYSUID //*--- P1 = QUALIFIER, P2=MIN CONTRACT, P3=MAX CONTRACT //SYSOUT DD SYSOUT=&S //SYSTSIN DD * DSQQMFE DSQSMODE=B, - DSQSSUBS=&DB2N, - DSQSRUN=USER01.PROC.P0 - (&&P0=USER01,&&P1=&CRT,&&P2=&CCB1,&&P3=&CCB9) /* // SYSOUT after run : ---------- ****** 04/02/20 15.21.24 ****** -------------------- USERID: USER01 AUTHORIZATION-ID: USER01 COMMAND TEXT: RUN PROC USER01.PROC.P0 (&P0=USER01,&P1=BCF,&P2=1111111,&P3=2500000) ---------------------------------------------------------------------- ---------- ****** 04/02/20 15.21.24 ****** -------------------- USERID: USER01 AUTHORIZATION-ID: USER01 MESSAGE NUMBER: DSQ16950 MESSAGE TEXT: The location name is not known to the local DB2 subsystem. &C1: RUN &C2: LOCATION NAME NOT LISTED IN CDB &C9: -950 ******************************** BOTTOM OF DATA ********************

It looks like QMFBATCH was unable to run with objects in non QMF libraries ???

-- Buble2 (bblms.mail@laposte.net), February 27, 2004


Moderation questions? read the FAQ