View previous topic :: View next topic |
Author |
Message |
mf_user Intermediate

Joined: 01 Jun 2003 Posts: 372 Topics: 105
|
Posted: Fri Mar 09, 2007 2:22 am Post subject: PGM=WA2PQU00 |
|
|
Hi,
Would you please explain me about the PGM=WA2PQU00 used in this JCL?
Code: |
//*****************************************************************
//* RUNS THE QUERY IN D1XX RESULT IN TXXXX.XXXUX.PRPGXXX.OUT *
//*****************************************************************
//JS010 EXEC PGM=WA2PQU00,PARM='/SSID=D1XX'
//STEPLIB DD DSN=D1XX.DSNLOAD,DISP=SHR
// DD DSN=D1XX.DSNEXIT,DISP=SHR
//SELECT DD DSN=TXXXX.XXXUX.BATCH.UPD.SPUFIXX(PRPGXXX),DISP=SHR
//SYSPRINT DD DSN=TXXXX.XXXUX.PRPGXXX.ABEND,DISP=SHR
//ROWPRINT DD DSN=TXXXX.XXXUX.PRPGXXX.OUT,DISP=SHR
|
Please pass on if you have any website links that explains about this PGM.
TIA. _________________ MF
==
Any training that does not include the emotions, mind and body is incomplete; knowledge fades without feeling.
== |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Fri Mar 09, 2007 8:08 am Post subject: |
|
|
mf_user,
The pgm WA2PQU00 is a home grown application. Did you ask your co-workers?
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
mf_user Intermediate

Joined: 01 Jun 2003 Posts: 372 Topics: 105
|
Posted: Fri Mar 09, 2007 9:19 am Post subject: asked. |
|
|
I've asked them but they too not sure. We found it in our JCL library. I thought it is a third party product or something.
Thanks. _________________ MF
==
Any training that does not include the emotions, mind and body is incomplete; knowledge fades without feeling.
== |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Fri Mar 09, 2007 11:41 pm Post subject: |
|
|
One way to see if it is a commercial load module (sometimes):
TSO ISRDDN
LOAD WA2PQU00
Press Enter on the info screen
see if there is a copyright statement, eye catcher, or other identifier at the start of the load module
This doesn't always help, but at least it is more reliable than just browsing the load module because the load module may include other products' CSECTs that have copyrights, etc and browsing a load module data set is confusing, but browsing the load module directly will work too. |
|
Back to top |
|
 |
|
|