jbasemultivalue-databasepickmultivalue
This is how D3 lists the accounts in the system.
SORT ONLY MDS WITH A1 = "D]""Q"
Not sure how to do this in jBASE.This is how D3 lists the users that can log into the system.
SORT USERS
Not sure how to do this in jBASE.This is how D3 shows the current user or a number of users with their port#, user-id, and account-name.
WHO
WHO USERID
WHO PORT#
WHO
jBASE does have a "WHO" command, but is there a way to see who the user is as well?This is how D3 logs off a port.
LOGOFF PORT#
RESET-USER PORT#*
jBASE does have a LOGOFF, but not sure how to logoff the correct user/port.This is how D3 shows the available verbs on the account.
LIST-VERBS
Not sure how to do this in jBASE.When using jBASE
LIST-LOCKS
, jBase returns a PORT/PID.
How do I determine the User ID from the PORT/PID information?
Can you also point me in the direction to find jBASE documentation for these questions so I can avoid asking these questions of support?