Bonjour,
J’ai besoin de comparer des ID niveaux de fichiers et ID niveaux de formats sur un même nom de fichier. Existe t’il une requête de service pour le faire ?
Cordialement,
Olivier.
Bonsoir Olivier,
Il y a cette table :
SELECT TABLE_NAME,
FILE_TYPE,
FILE_LEVEL_ID,
FORMAT_LEVEL_ID
FROM QSYS2.SYSFILES
WHERE TABLE_SCHEMA = ‘QGPL’;
Bonne continuation !