View previous topic :: View next topic |
Author |
Message |
yrcreddy Beginner
Joined: 28 Dec 2005 Posts: 27 Topics: 12
|
Posted: Tue May 02, 2006 10:11 pm Post subject: Problem With FILEAID utility program |
|
|
Hi,
here is my JCL:
Code: |
//STEP01 EXEC PGM=FILEAID
//DD01 DD DSN=AATPOP.APV.INPUT,
// DISP=SHR
//DD01O DD DSN=AATPOP.YRCR.OUTPUT,
// DISP=(NEW,CATLG,DELETE),DCB=*.DD01,
// SPACE=(TRK,(5,5),RLSE),UNIT=SYSDA
//SYSOUT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSLIST DD SYSOUT=*
//SYSTOTAL DD SYSOUT=*
//SYSIN DD *
|
After execution of the above JCL, i am getting the following error message:
Code: |
CSV003I REQUESTED MODULE FILEAID NOT FOUND
CSV028I ABEND806-04 JOBNAME=TESTJCL STEPNAME=STEP01
IEA995I SYMPTOM DUMP OUTPUT
SYSTEM COMPLETION CODE=806 REASON CODE=00000004
|
In our shop we have FILEAID.please let me know why it is giving 806(FILEAID program not available) error message. _________________ Thanks,
Ramachandra Reddy |
|
Back to top |
|
|
Grant Beginner
Joined: 02 Dec 2002 Posts: 45 Topics: 1 Location: Sydney, NSW, Australia
|
Posted: Tue May 02, 2006 10:16 pm Post subject: |
|
|
You don't have a steplib and I can only assume from the message that the FILEAID libraries are not in the linklist.
You should contact your sysprogs to find out what is going on... |
|
Back to top |
|
|
Dibakar Advanced
Joined: 02 Dec 2002 Posts: 700 Topics: 63 Location: USA
|
Posted: Tue May 02, 2006 11:59 pm Post subject: |
|
|
You can go to fileaid and select the batch processing option. Then you can see what jcl is generated and what libraries are used. |
|
Back to top |
|
|
yrcreddy Beginner
Joined: 28 Dec 2005 Posts: 27 Topics: 12
|
Posted: Wed May 03, 2006 12:18 am Post subject: Problem With FILEAID utility program |
|
|
i did thru batch processing option in FILEAID,but still i amgetting same error message _________________ Thanks,
Ramachandra Reddy |
|
Back to top |
|
|
Bithead Advanced
Joined: 03 Jan 2003 Posts: 550 Topics: 23 Location: Michigan, USA
|
Posted: Wed May 03, 2006 1:27 pm Post subject: |
|
|
The JCL Skeleton that was supplied by Compuware was not tailored correctly during the installation process. Contact your FileAid systems programmer. |
|
Back to top |
|
|
|
|