I want to query the CA Dataquery User table DQU to obtain a list with all DQ USERS who have used Dataquery in 2019.
How can I do that?
Release : 15.0
Component : CA Dataquery for CA Datacom
Run DQL query
FIND DATAQUERY-DQU ROWS WITH (F00092-00032 = '#############/19################')
PRINT FROM DATAQUERY-DQU USER-NAME F00092-00032
If DQOPTLST LITMASK is another character than # then use that masking character .