JCL Help:GlobalGroupExists
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GlobalGroupExists Function
Search in JCL Help
Search in all projects
Summary
Checks whether a given group exists in the local account database of the given server.
Pascal
function GlobalGroupExists(const Server: string; const Group: string): Boolean;
Parameters
Parameters | Description |
const Server: string | The name of the server to check. |
const Group: string | The name of the account to check for. |
Return Value
If the account exists, the function returns True, otherwise it returns False.
Description
GlobalGroupExists checks whether the group specified in the parameter Group exists in the local account database of the server specified in the parameter Server.
See Also
About
Unit
Donator
Peter Friese
Notes
If the function returns False, the user can retrieve extended error information by calling RaiseLastOSException.
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page