I want my system date of the DB (adabas). There were no information on google.
Something like in other DB:
SELECT SYSDATE FROM dual;
I want my system date of the DB (adabas). There were no information on google.
Something like in other DB:
SELECT SYSDATE FROM dual;
There is no such thing.
What would you need it for ?
You could always use Natural if you want to know the system date:
DISPLAY *DATX (EM=YYYY-MM-DD)
ADABAS SQL Gateway can’t even help here because there is no “dual” object in ADABAS, but as you see there are always ways to interrogate the system date. :lol: