Access to adabas file number and names

Hi,

How can we read all the file number and file names through adabas native sql in cobol program.

Can someone please help me here.

Regards,
Anushka

Data Manipulation Language statements, such as those in SQL, can access user data files in an Adabas database, but file numbers and names are stored in internal Adabas tables which are not accessible via DML.

The Predict data dictionary files will contain similar information, but typically that data is accessed via Predict itself or through an API in Natural.

Thanks for the response.

That means we cannot access all the file numbers and names at an instance from Adabas Native SQL using Cobol.

Also can you please suggest regarding the security checks in Adabas

Regards,
Anushka

Thanks for your response.

If I have to access all the user files in a database through adabas native sql in cobol, then how can we do that.

Regards,
Anushka