Hello,
I've got a problem with File-AID for DB2, when I want to browse a table, I've the "Table not found".
If I do a request via SPUFI, I see the content of the table.
Can someone help me to solve m'y problem. Thank you.
Fie-AID for DB2 : Table not found
-
- Posts: 3
- Joined: Wed Feb 15, 2012 5:35 am
- Skillset: Tao Z/os
- Referer: Google
-
- Global moderator
- Posts: 3025
- Joined: Sun Jul 04, 2010 12:13 am
- Skillset: JCL, PL/1, Rexx, Utilities and to a lesser extent (i.e. I have programmed using them) COBOL,DB2,IMS
- Referer: Google
- Location: Pushing up the daisies (almost)
Re: Fie-AID for DB2 : Table not found
You may possubly have specified the wrong DB2 susbsystem in your file-aid setup. Other than that the only people who can help are your own support people.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
Regards
Nic
-
- Posts: 3
- Joined: Wed Feb 15, 2012 5:35 am
- Skillset: Tao Z/os
- Referer: Google
Re: Fie-AID for DB2 : Table not found
Thank you for your response.
I've the good DB2 subsystem, with all the settings like other people, I've the message explain above and my own support people can't help me. I thought I will find more competent people like you here
.
I've the good DB2 subsystem, with all the settings like other people, I've the message explain above and my own support people can't help me. I thought I will find more competent people like you here

-
- Global moderator
- Posts: 3720
- Joined: Sat Dec 19, 2009 8:32 pm
- Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
- Referer: other forum
- Location: Dubuque, Iowa, USA
Re: Fie-AID for DB2 : Table not found
It is not likely that anyone on this forum can help you. Your problem is something specific to YOUR site, and hence only someone working at your site will be able to assist you. The problem could be the File Aid configuration for your TSO user id (including a parameter value you changed for whatever reason), the site File Aid configuration, the way DB2 is running at your site, or many other possible causes. You need to work with your site support group, coworkers, and/or team leader to identify the problem and resolve it.Can someone help me to solve m'y problem.
-
- Posts: 3
- Joined: Wed Feb 15, 2012 5:35 am
- Skillset: Tao Z/os
- Referer: Google
Re: Fie-AID for DB2 : Table not found
OK, I understand, thank you.
-
- Posts: 1
- Joined: Thu Jan 02, 2014 9:04 pm
- Skillset: COBOL,JCL,DB2,IMSDB,REXX
- Referer: Internet
Re: Fie-AID for DB2 : Table not found
This post might be old. But I am just replying to this as it would help many others who come across this problem.
Sometimes table not found can occur because of "Invalid table name".
Place the cursor on the space where we specify the table name and then press SHIFT+F1 key, in the screen that appears, if there is any junk character already present, then clear out that and enter the correct table name here.
Press F3 key and then ENTER.
Hope this might be one of the solutions for 'Table not found'.
Sometimes table not found can occur because of "Invalid table name".
Place the cursor on the space where we specify the table name and then press SHIFT+F1 key, in the screen that appears, if there is any junk character already present, then clear out that and enter the correct table name here.
Press F3 key and then ENTER.
Hope this might be one of the solutions for 'Table not found'.
-
- Posts: 47
- Joined: Sat Aug 30, 2014 3:52 pm
- Skillset: JCL, COBOL, DB2, CICS, VSAM, MQ
- Referer: Internet
Re: Fie-AID for DB2 : Table not found
Hi,
Please share the SQLCODE for the query. I think it might be -204 which (object not defined).
The reason for such an anomaly is that:
when you use IKJEFT01 or Fileiad for DB2 to process a SQL query, you have to suffix the table name with a suitable qualifier (which in most of the cases in the schema of the database).
Eg:
If our intention is somewhat like: SELECT * FROM EMP_TABLE;
then you have to code like this : SELECT * FROM <QUALIFIER>.EMP_TABLE;
But querying it through SPUFI or QMF, you are extempted from using this qualifier.
Thanks,
Pranav
Please share the SQLCODE for the query. I think it might be -204 which (object not defined).
The reason for such an anomaly is that:
when you use IKJEFT01 or Fileiad for DB2 to process a SQL query, you have to suffix the table name with a suitable qualifier (which in most of the cases in the schema of the database).
Eg:
If our intention is somewhat like: SELECT * FROM EMP_TABLE;
then you have to code like this : SELECT * FROM <QUALIFIER>.EMP_TABLE;
But querying it through SPUFI or QMF, you are extempted from using this qualifier.
Thanks,
Pranav
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0
- 3035
-
by dylson
View the latest post
Sat Aug 01, 2020 11:09 pm
-
- 5
- 2701
-
by sergeyken
View the latest post
Thu Feb 25, 2021 8:19 pm
-
- 12
- 3761
-
by sergeyken
View the latest post
Wed Jan 29, 2025 8:49 pm
-
-
Array processing and Table handling with packed decimal
by rogerstrycova » Tue Oct 26, 2021 3:55 pm » in IBM Cobol - 2
- 1694
-
by Robert Sample
View the latest post
Wed Oct 27, 2021 1:12 am
-
-
-
strategy: partitioned table, delete millions of rows
by BobHarris » Wed Aug 17, 2022 2:47 pm » in DB2 - 1
- 1927
-
by engh
View the latest post
Tue Sep 20, 2022 1:56 pm
-