DQU query to list all users who signed on to Dataquery this year
search cancel

DQU query to list all users who signed on to Dataquery this year

book

Article ID: 134187

calendar_today

Updated On:

Products

Datacom

Issue/Introduction

How to query the Dataquery User Table DQU to obtain a list of all DQ USERS who have used Dataquery in 2019. 

 

Environment

Release : 15.0

Component : Dataquery for Datacom

Resolution

Run DQL query:

 FIND DATAQUERY-DQU ROWS WITH (F00092-00032 = '#############/19################')

  PRINT FROM DATAQUERY-DQU USER-NAME F00092-00032

 

 

Additional Information

If DQOPTLST LITMASK is another character than # then use that masking character .