Query to list all User Login VOC
The following query can be used in a Jbase server to list all the User login VOCs created in that environment.
LIST VOC WITH TYPE EQ PA AND F3 EQ EX
In this query the Variable F3 denotes the position of the command EX in the VOC entry. In the below entry EX is in 3rd line hence the query uses the variable F3. If it is in line 2 then we need to use the query as
LIST VOC WITH TYPE EQ PA AND F2 EQ EX
An example VOC record is given below
File VOC , Record 'A1'
Command->
0001 PA
0002 ETS
0003 EX
0004 DATA INPUTT
0005 DATA 123456
0006 DATA Y
Comments
Post a Comment