![]() | SUMMARY | DETAIL |
View and manage elements of SAS Life Science Analytics Framework (LSAF).
Macro Summary | |
external | %lsaf_addgroupmember(lsaf_path=, lsaf_group=, lsaf_type=USER, lsaf_member=, lsaf_group_context=);
Adds a user or group as a member of a group in the specified organization, project, or ...
|
external | %lsaf_addmember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Adds a user or a group as a member of the specified organization, project, or analysis.
|
external | %lsaf_addrolemember(lsaf_path=, lsaf_role=, lsaf_role_context=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Adds a user or group as a member of a role in the specified organization, project, or ...
|
external | %lsaf_addroleprivilege(lsaf_path=, lsaf_role=, lsaf_privilege=);
Adds a privilege to a role in the specified organization, project, or analysis.
|
external | %lsaf_adduserprivilege(lsaf_userid=, lsaf_privilege=);
Assign a global privilege to a user in the system.
|
external | %lsaf_assignedroleexists(lsaf_path=, lsaf_role=, lsaf_role_context=);
Determine if a role exists (as defined or inherited) in an organization, project, or analysis.
|
external | %lsaf_assignrole(lsaf_path=, lsaf_role=, lsaf_role_context=);
Assigns a role to the specified organization, project, or analysis as an inherited role.
|
external | %lsaf_checkin(lsaf_path=, lsaf_comment=, lsaf_versiontype=MINOR, lsaf_customversion=);
Checks in a SAS Life Science Analytics Framework repository file.
|
external | %lsaf_checkout(lsaf_path=);
Check out a SAS Life Science Analytics Framework repository file.
|
external | %lsaf_copy(lsaf_source=, lsaf_target=);
Copies a file or folder to the specified target location.
|
external | %lsaf_createanalysis(lsaf_path=);
Creates an analysis in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_createfile(local_path=, lsaf_path=, lsaf_versioning=, lsaf_version=, lsaf_comment=);
Uploads a file from the local machine to the SAS Life Science Analytics Framework repository.
|
external | %lsaf_createfolder(lsaf_path=);
Creates a folder in the SAS Life Science Analytics Framework repository. Folders can ...
|
external | %lsaf_creategroup(lsaf_path=, lsaf_group=, lsaf_description=);
Creates a group in the specified organization, project, or analysis.
|
external | %lsaf_createprocessflow(lsaf_path=, lsaf_processflow=, lsaf_processflowdef=);
Creates a process flow in the SAS Life Science Analytics Framework repository. A process flow ...
|
external | %lsaf_createprocessflowmanifest(lsaf_path=, lsaf_processflow=, lsaf_manifest_path=, lsaf_versioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
Creates a process flow manifest file in the SAS Life Science Analytics Framework repository. ...
|
external | %lsaf_createproject(lsaf_path=);
Creates a project in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_createrole(lsaf_path=, lsaf_role=, lsaf_description=);
Creates a role in the specified organization, project, or analysis.
|
external | %lsaf_createuser(lsaf_userid=, lsaf_displayname=, lsaf_email=, lsaf_accounttype=, lsaf_password=, lsaf_firstname=, lsaf_lastname=, lsaf_department=, lsaf_phone=);
Creates a user account within the system.
|
external | %lsaf_createworkspacefolder(lsaf_path=);
Creates a folder in the SAS Life Science Analytics Framework workspace.
|
external | %lsaf_createworkspacejob(lsaf_path=, sas_dsname_info=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_tasks=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_parameters=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_inputs=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_outputs=%str(_lsaf_createworkspacejob_ds_notprovided_));
Creates a job in the SAS Life Science Analytics Framework workspace. The SAS macro variable ...
|
external | %lsaf_deleteanalysis(lsaf_path=);
Deletes an analysis from the SAS Life Science Analytics Framework repository.
|
external | %lsaf_deletegroup(lsaf_path=, lsaf_group=);
Deletes a group from the specified organization, project, or analysis.
|
external | %lsaf_deleteobject(lsaf_path=);
Deletes an object from the SAS Life Science Analytics Framework repository.
|
external | %lsaf_deleteprocessflow(lsaf_path=, lsaf_processflow=, lsaf_createmanifest=1, lsaf_manifest_path=, lsaf_versioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
Deletes a process flow and, optionally, creates manifest file in the SAS Life Science ...
|
external | %lsaf_deleteproject(lsaf_path=);
Deletes a project from the SAS Life Science Analytics Framework repository.
|
external | %lsaf_deleterbitems(sas_dsname=, sas_result_dsname=work.lsafDeleteRBItems);
Permanently deletes items from the SAS Life Science Analytics Framework recycle bin using a ...
|
external | %lsaf_deleterole(lsaf_path=, lsaf_role=);
Deletes a role from the specified organization, project, or analysis.
|
external | %lsaf_deleteuser(lsaf_userid=);
Deletes a user account from the system.
|
external | %lsaf_disableversioning(lsaf_path=, lsaf_comment=);
Disables versioning on a SAS Life Science Analytics Framework repository file.
|
external | %lsaf_downloadaszip(lsaf_path=, local_path=, lsaf_overwrite=0);
Downloads SAS Life Science Analytics Framework files or a folder along with its content ...
|
external | %lsaf_downloadfile(lsaf_path=, lsaf_version=, local_path=);
Downloads a file to your local machine from the SAS Life Science Analytics Framework repository.
|
external | %lsaf_enableversioning(lsaf_path=, lsaf_version=, lsaf_comment=);
Enables versioning on a SAS Life Science Analytics Framework repository file.
|
external | %lsaf_encryptpassword(lsaf_password=);
Encrypts the password for a user in the system. The returned encrypted password can be used ...
|
external | %lsaf_getabsolutepath(lsaf_base_path=, lsaf_relative_path=);
Returns an absolute path for a file relative to the given base path. Neither path is validated ...
|
external | %lsaf_getacls(lsaf_path=, sas_dsname=work.lsafGetACLs, lsaf_recursive=0);
Returns a SAS data set that contains the access control list for objects in the SAS Life ...
|
external | %lsaf_getallusers(sas_dsname=work.lsafGetAllUsers);
Returns a SAS data set that contains the metadata for all of the users defined within the ...
|
external | %lsaf_getassignedmembers(lsaf_path=, sas_dsname=work.lsafGetAssignedMembers);
Returns a SAS data set that contains the metadata for all of the members assigned to the ...
|
external | %lsaf_getcheckedoutfiles(lsaf_checkedoutby=%str(_LSAF_VALUE_NOT_PROVIDED_), lsaf_name=%str(_LSAF_VALUE_NOT_PROVIDED_), lsaf_location=%str(_LSAF_VALUE_NOT_PROVIDED_), sas_dsname=work.lsafGetCheckedOutFiles);
Returns a SAS data set containing the checked out file information for the specified user, ...
|
external | %lsaf_getchildren(lsaf_path=, sas_dsname=work.lsafGetChildren, lsaf_recursive=0);
Returns a SAS data set that contains the metadata for objects within a container in the SAS ...
|
external | %lsaf_getconfiguration(sas_dsname=work.lsafGetConfiguration, sas_suppressLogList=0);
Reports the current configuration settings.
|
external | %lsaf_getcontextprivileges(lsaf_path=, sas_dsname=work.lsafGetContextPrivileges);
Returns a SAS data set that contains the metadata for all of the privileges available in the ...
|
external | %lsaf_getcopytoworkspacestatus(lsaf_path=);
Returns the value for the Copy to Workspace status of a file or folder in the SAS Life Science ...
|
external | %lsaf_getglobalprivileges(sas_dsname=work.lsafGetGlobalPrivileges);
Returns a SAS data set that contains the metadata for all of the global privileges available ...
|
external | %lsaf_getgroupmembers(lsaf_path=, lsaf_group=, sas_dsname=work.lsafGetGroupMembers);
Returns a SAS data set that contains the metadata for all of the members assigned to a group ...
|
external | %lsaf_getgroups(lsaf_path=, sas_dsname=work.lsafGetGroups);
Returns a SAS data set that contains the metadata for all of the groups defined within a ...
|
external | %lsaf_getjobinfo(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobInfo);
Returns a SAS data set that contains the information for a job in the SAS Life Science ...
|
external | %lsaf_getjobinputs(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobInputs);
Returns a SAS data set containing metadata for the inputs for the specified job in the SAS ...
|
external | %lsaf_getjoboutputs(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobOutputs);
Returns a SAS data set containing metadata for the outputs for the specified job in the SAS ...
|
external | %lsaf_getjobparameters(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobParameters);
Returns a SAS data set containing job parameter metadata for the specified job.
|
external | %lsaf_getjobtasks(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobTasks);
Returns a SAS data set containing metadata for the tasks for the specified job in the SAS ...
|
external | %lsaf_getmyprocessflows(lsaf_path=, sas_dsname=work.lsafGetMyProcessFlows, lsaf_includeChildren=1);
Returns a SAS data set that contains the metadata for all the process flows defined by the ...
|
external | %lsaf_getobjecttype(lsaf_path=);
Reports the SAS Life Science Analytics Framework object type for the specified ...
|
external | %lsaf_getowner(lsaf_path=, lsaf_aclType=);
Returns the current owner of an object within the organization in the SAS Life Science ...
|
external | %lsaf_getpfjobelementinfo(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfJobElementInfo);
Returns a SAS data set that contains the properties for the job setup elements for the ...
|
external | %lsaf_getpfjobparameters(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfJobParameters);
Returns a SAS data set that contains the override parameters for the job setup elements for the ...
|
external | %lsaf_getpfnotificationinfo(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfNotificationInfo);
Returns a SAS data set that contains the properties for the notification setup elements for the ...
|
external | %lsaf_getpfnotifrecipients(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfNotifRecipients);
Returns a SAS data set that contains the recipients for notification setup elements for the ...
|
external | %lsaf_getpfsignallocations(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfSignalLocations);
Returns a SAS data set that contains the locations for the signal setup elements for the ...
|
external | %lsaf_getpftimerelements(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfTimerElements);
Returns a SAS data set that contains the data for the timer setup elements for the ...
|
external | %lsaf_getpfusercandidates(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfUserCandidates);
Returns a SAS data set that contains the candidates for user setup elements for the ...
|
external | %lsaf_getpfuserelementinfo(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfUserElementInfo);
Returns a SAS data set that contains the properties for the user setup elements for the ...
|
external | %lsaf_getprocessdefsbytype(lsaf_type=ORGANIZATION, sas_dsname=work.lsafGetProcessDefsByType);
Returns a SAS data set that contains the metadata for all of the process flow definitions ...
|
external | %lsaf_getprocessflowdata(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetProcessFlowData);
Returns a SAS data set that contains the metadata for the process data for the specified ...
|
external | %lsaf_getprocessflowelements(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetProcessFlowElements);
Returns a SAS data set that contains the metadata for the flow setup elements for the ...
|
external | %lsaf_getprocessflowproperties(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetProcessFlowProperties);
Returns a SAS data set that contains the properties for the specified process flow within the ...
|
external | %lsaf_getprocessflows(lsaf_path=, sas_dsname=work.lsafGetProcessFlows, lsaf_includeChildren=1);
Returns a SAS data set that contains the metadata for all of the process flows defined at, and ...
|
external | %lsaf_getproperties(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetProperties);
Returns a SAS data set that contains the properties of an object in the SAS Life Science ...
|
external | %lsaf_getrbitems(sas_dsname=work.lsafGetRBItems);
Returns a SAS data set that contains the metadata for the items in the SAS Life Science ...
|
external | %lsaf_getrbitemsbyquery(lsaf_path=, lsaf_name=, lsaf_userid=, lsaf_from=, lsaf_to=, sas_dsname=work.lsafGetRBItemsByQuery);
Returns a SAS data set that contains the metadata for the items in the SAS Life Science ...
|
external | %lsaf_getrelativepath(lsaf_base_path=, lsaf_absolute_path=);
Returns a relative path for a file relative to the given base path. Neither path is validated ...
|
external | %lsaf_getrolemembers(lsaf_path=, lsaf_role=, lsaf_role_context=, sas_dsname=work.lsafGetRoleMembers);
Returns a SAS data set that contains the metadata for all of the members assigned to a role ...
|
external | %lsaf_getroleprivileges(lsaf_path=, lsaf_role=, sas_dsname=work.lsafGetRolePrivileges);
Returns a SAS data set that contains the metadata for all of the privileges assigned to a ...
|
external | %lsaf_getroles(lsaf_path=, sas_dsname=work.lsafGetRoles, lsaf_getInherited=1);
Returns a SAS data set that contains the metadata for all of the roles defined and, if ...
|
external | %lsaf_getsignatures(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetSignatures);
Returns a SAS data set that contains the metadata for all of the signatures of a file or a ...
|
external | %lsaf_getsubmissionstatus(lsaf_jobsubmission_id=);
Determines the status of a SAS Life Science Analytics Framework repository or workspace job ...
|
external | %lsaf_getsubscriptions(sas_dsname=work.lsafGetSubscriptions);
Returns a SAS data set containing metadata for all subscriptions for the current user.
|
external | %lsaf_getsyncinfo(lsaf_path=, sas_dsname=work.lsafGetSyncInfo);
Returns a SAS data set containing synchronization information for the specified file in the ...
|
external | %lsaf_getsyncstatus(lsaf_path=);
Determines if a file in the SAS Life Science Analytics Framework repository is synchronized, ...
|
external | %lsaf_getusergroups(lsaf_userid=, sas_dsname=work.lsafGetUserGroups);
Returns a SAS data set containing metadata for each of the groups in which the specified ...
|
external | %lsaf_getuserprivileges(lsaf_userid=, sas_dsname=work.lsafGetUserPrivileges);
Returns a SAS data set that contains the metadata for all of the global privileges assigned ...
|
external | %lsaf_getversions(lsaf_path=, sas_dsname=work.lsafGetVersions);
Returns a SAS data set that contains the metadata for all of the versions of a file.
|
external | %lsaf_getworkspacechildren(lsaf_path=, sas_dsname=work.lsafGetWorkspaceChildren, lsaf_recursive=0);
Returns a SAS data set that contains the metadata for objects within a folder in the SAS ...
|
external | %lsaf_getworkspacejobinfo(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobInfo);
Returns a SAS data set that contains the information for a job in the SAS Life Science ...
|
external | %lsaf_getworkspacejobinputs(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobInputs);
Returns a SAS data set containing metadata for the inputs for the specified job in the SAS ...
|
external | %lsaf_getworkspacejoboutputs(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobOutputs);
Returns a SAS data set containing metadata for the outputs for the specified job in the SAS ...
|
external | %lsaf_getworkspacejobparameters(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobParameters);
Returns a SAS data set containing job parameter metadata for the specified job in the SAS ...
|
external | %lsaf_getworkspacejobtasks(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobTasks);
Returns a SAS data set containing metadata for the tasks for the specified job in the SAS ...
|
external | %lsaf_groupexists(lsaf_path=, lsaf_group=);
Determines whether a group is defined for the specified context.
|
external | %lsaf_hascontextprivilege(lsaf_path=, lsaf_privilege=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Determines whether a user or group has a specific role privilege in the specified ...
|
external | %lsaf_ischeckedout(lsaf_path=);
Determines whether a SAS Life Science Analytics Framework repository file has been checked out.
|
external | %lsaf_iscontainer(lsaf_path=);
Determines whether a SAS Life Science Analytics Framework repository object is of type container.
|
external | %lsaf_isgroupmember(lsaf_path=, lsaf_group=, lsaf_member=, lsaf_type=USER, lsaf_group_context=, lsaf_includeImplicit=0);
Determines whether a user or group is an explicit member of the group in the specified organization, ...
|
external | %lsaf_ismember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Determines whether a user or group is a member in the specified organization, project, ...
|
external | %lsaf_isrolemember(lsaf_path=, lsaf_role=, lsaf_role_context=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Determines whether a user or group is a member of a role in the specified organization, ...
|
external | %lsaf_isroleprivilege(lsaf_path=, lsaf_role=, lsaf_privilege=);
Determines whether a privilege is assigned to a role in the specified organization, ...
|
external | %lsaf_isuserprivilege(lsaf_userid=, lsaf_privilege=);
Determines whether a global privilege is assigned to a user.
|
external | %lsaf_isversioned(lsaf_path=);
Determines whether a SAS Life Science Analytics Framework repository object has versioning enabled.
|
external | %lsaf_lockuser(lsaf_userid=);
Locks a user account.
|
external | %lsaf_login(lsaf_url=, lsaf_userid=, lsaf_password=, proxy_host=, proxy_port=, proxy_userid=, proxy_password=);
Creates a connection to the SAS Life Science Analytics Framework instance.
|
external | %lsaf_logout;
Closes an open connection to SAS Life Science Analytics Framework.
|
external | %lsaf_markforaddandcheckin(lsaf_path=, lsaf_versionfile=1, lsaf_comment=, lsaf_versiontype=MAJOR, lsaf_customversion=);
Marks for add and checks in a workspace file to the SAS Life Science Analytics Framework ...
|
external | %lsaf_move(lsaf_source=, lsaf_target=);
Moves a file or folder to the specified target location.
|
external | %lsaf_objectexists(lsaf_path=);
Determines whether a SAS Life Science Analytics Framework repository object exists.
|
external | %lsaf_processflowexists(lsaf_path=, lsaf_processflow=);
Determines whether a process flow is defined for the specified context.
|
external | %lsaf_removegroupmember(lsaf_path=, lsaf_group=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Removes a user or a group as a member of a group in the specified organization, project, or ...
|
external | %lsaf_removemember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Removes a user or a group as a member of the specified organization, project, or analysis.
|
external | %lsaf_removerolemember(lsaf_path=, lsaf_role=, lsaf_role_context=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
Removes a user or a group as a member of a role in the specified organization, project, or ...
|
external | %lsaf_removeroleprivilege(lsaf_path=, lsaf_role=, lsaf_privilege=);
Removes a privilege from a role in the specified organization, project, or analysis.
|
external | %lsaf_removeuserprivilege(lsaf_userid=, lsaf_privilege=);
Remove a global privilege from a user in the system.
|
external | %lsaf_renameanalysis(lsaf_source=, lsaf_newname=);
Renames an analysis.
|
external | %lsaf_renameobject(lsaf_source=, lsaf_newname=);
Renames a file or folder.
|
external | %lsaf_renameproject(lsaf_source=, lsaf_newname=);
Renames a project.
|
external | %lsaf_resetpassword(lsaf_userid=, lsaf_newpassword=);
Reset the password for a user in the system. This action requires the logged on user to have ...
|
external | %lsaf_roleexists(lsaf_path=, lsaf_role=);
Determines whether a a role is defined in the specified organization, project, or analysis.
|
external | %lsaf_submitandpopulatewsjob(lsaf_path=, lsaf_userelativepaths=0, sas_dsname=);
Submits a SAS Life Science Analytics Framework workspace job for immediate execution and updates ...
|
external | %lsaf_submitjob(lsaf_path=, lsaf_version=, sas_dsname=);
Submits a SAS Life Science Analytics Framework repository job for immediate execution and sets ...
|
external | %lsaf_submitworkspacejob(lsaf_path=, sas_dsname=);
Submits a SAS Life Science Analytics Framework workspace job for immediate execution and sets ...
|
external | %lsaf_syncfiletoworkspace(lsaf_path=, lsaf_version=);
Gets the version of the SAS Life Science Analytics Framework from the repository file to ...
|
external | %lsaf_unassignrole(lsaf_path=, lsaf_role=, lsaf_role_context=);
Unassigns a role from the specified organization, project, or analysis.
|
external | %lsaf_unlockuser(lsaf_userid=);
Unlocks a user account.
|
external | %lsaf_updateacls(sas_dsname=);
Sets permissions on SAS Life Science Analytics Framework objects using a data set as input.
|
external | %lsaf_updateanalysislead(lsaf_path=, lsaf_userid=);
Updates the current lead of an analysis in the SAS Life Science Analytics Framework ...
|
external | %lsaf_updateanalysisstate(lsaf_path=, lsaf_state=, lsaf_comment=);
Update the state of an analysis in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_updatecopytoworkspacestatus(lsaf_path=, lsaf_status=);
Updates the value for the Copy To Workspace status of a file or folder in the SAS Life Science ...
|
external | %lsaf_updatefile(local_path=, lsaf_path=, lsaf_comment=, lsaf_version=);
Updates the contents of an existing file in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_updateorglead(lsaf_path=, lsaf_userid=);
Updates the current lead of an organization in the SAS Life Science Analytics Framework ...
|
external | %lsaf_updateowner(lsaf_path=, lsaf_aclType=, lsaf_userid=);
Updates the current owner of an object within the organization in the SAS Life Science ...
|
external | %lsaf_updatepfjobelementinfo(sas_dsname=);
Updates the properties for process flow job elements using a data set as input.
|
external | %lsaf_updatepfjobparameters(sas_dsname=);
Updates the job parameter overrides for process flow job elements using a data set as input.
|
external | %lsaf_updatepfnotificationinfo(sas_dsname=);
Updates the properties for process flow notification elements using a data set as input.
|
external | %lsaf_updatepfnotifrecipients(sas_dsname=);
Updates the recipients for process flow notification elements using a data set as input.
|
external | %lsaf_updatepfsignallocations(sas_dsname=);
Updates the locations for process flow signal elements using a data set as input.
|
external | %lsaf_updatepftimerelements(sas_dsname=);
Updates the values of process flow timer elements using a data set as input. Each row of the ...
|
external | %lsaf_updatepfusercandidates(sas_dsname=);
Updates the candidates for process flow user task elements using a data set as input.
|
external | %lsaf_updatepfuserelementinfo(sas_dsname=);
Updates the properties for process flow user elements using a data set as input.
|
external | %lsaf_updateprocessflowdata(lsaf_path=, lsaf_processflow=, sas_dsname=_lsaf_updatepf_donotupdate_);
Updates the metatdata for the process flow data for the specified process flow in the SAS ...
|
external | %lsaf_updateprocessflowproperties(lsaf_path=, lsaf_processflow=, sas_dsname=_lsaf_updatepf_donotupdate_);
Updates a process flow in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_updateprojectlead(lsaf_path=, lsaf_userid=);
Updates the current lead of a project in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_updateprojectstate(lsaf_path=, lsaf_state=, lsaf_comment=, lsaf_include_analyses=1);
Update the state of a project in the SAS Life Science Analytics Framework repository.
|
external | %lsaf_updateproperties(lsaf_path=, sas_dsname=);
Updates the editable properties of SAS Life Science Analytics Framework repository ...
|
external | %lsaf_updateuserinfo(lsaf_userid=, lsaf_displayname=_lsaf_updateuser_donotupdate_, lsaf_email=_lsaf_updateuser_donotupdate_, lsaf_accounttype=_lsaf_updateuser_donotupdate_, lsaf_firstname=_lsaf_updateuser_donotupdate_, lsaf_lastname=_lsaf_updateuser_donotupdate_, lsaf_department=_lsaf_updateuser_donotupdate_, lsaf_phone=_lsaf_updateuser_donotupdate_);
Update general user account information.
|
external | %lsaf_updateworkspacejob(lsaf_path=, sas_dsname_info=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_tasks=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_parameters=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_inputs=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_outputs=%str(_lsaf_updateworkspacejob_ds_notprovided_));
Updates an existing job in the SAS Life Science Analytics Framework workspace.
|
external | %lsaf_uploadandexpand(local_path=, lsaf_path=, lsaf_versioning=, lsaf_version=, lsaf_comment=);
Uploads and expands the contents of a zip file into the specified folder location in the SAS ...
|
external | %lsaf_userexists(lsaf_userid=);
Determines whether a user exists within the system.
|
external | %lsaf_workspaceobjectexists(lsaf_path=);
Determines whether a SAS Life Science Analytics Framework workspace object exists.
|
external | %sasdrugdev_addgroupmember(sdd_path=, sdd_group=, sdd_type=USER, sdd_member=, sdd_group_context=);
Adds a user or group as a member of a group in the specified organization, project, or ...
Deprecated. Replaced by lsaf_addgroupmember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_addmember(sdd_path=, sdd_member=, sdd_type=USER, sdd_group_context=);
Adds a user or a group as a member of the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_addmember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_addrolemember(sdd_path=, sdd_role=, sdd_role_context=, sdd_member=, sdd_type=USER, sdd_group_context=);
Adds a user or group as a member of a role in the specified organization, project, or ...
Deprecated. Replaced by lsaf_addrolemember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_addroleprivilege(sdd_path=, sdd_role=, sdd_privilege=);
Adds a privilege to a role in the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_addroleprivilege, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_adduserprivilege(sdd_userid=, sdd_privilege=);
Assign a global privilege to a user in the system.
Deprecated. Replaced by lsaf_adduserprivilege, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_assignedroleexists(sdd_path=, sdd_role=, sdd_role_context=);
Determine if a role exists (as defined or inherited) in an organization, project, or analysis.
Deprecated. Replaced by lsaf_assignedroleexists, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_assignrole(sdd_path=, sdd_role=, sdd_role_context=);
Assigns a role to the specified organization, project, or analysis as an inherited role.
Deprecated. Replaced by lsaf_assignrole, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_copy(sdd_source=, sdd_target=);
Copies a file or folder to the specified target location.
Deprecated. Replaced by lsaf_copy, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_createanalysis(sdd_path=);
Creates an analysis in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_createanalysis, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_createfile(local_path=, sdd_path=, sdd_versioning=, sdd_version=, sdd_comment=);
Uploads a file from the local machine to the SAS Drug Development repository.
Deprecated. Replaced by lsaf_createfile, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_createfolder(sdd_path=);
Creates a folder in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_createfolder, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_creategroup(sdd_path=, sdd_group=, sdd_description=);
Creates a group in the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_creatgroup, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_createproject(sdd_path=);
Creates a project in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_createproject, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_createrole(sdd_path=, sdd_role=, sdd_description=);
Creates a role in the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_createrole, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_createuser(sdd_userid=, sdd_displayname=, sdd_email=, sdd_accounttype=, sdd_password=, sdd_firstname=, sdd_lastname=, sdd_department=, sdd_phone=);
Creates a user account within the system.
Deprecated. Replaced by lsaf_createuser, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deleteanalysis(sdd_path=);
Deletes an analysis from the SAS Drug Development repository.
Deprecated. Replaced by lsaf_deleteanalysis, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deletegroup(sdd_path=, sdd_group=);
Deletes a group from the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_deletegroup, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deleteobject(sdd_path=);
Deletes an object from the SAS Drug Development repository.
Deprecated. Replaced by lsaf_deleteobject, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deleteproject(sdd_path=);
Deletes a project from the SAS Drug Development repository.
Deprecated. Replaced by lsaf_deleteproject, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deleterbitems(sas_dsname=, sas_result_dsname=work.sddDeleteRBItems);
Permanently deletes items from the SAS Drug Development recycle bin using a data set as ...
Deprecated. Replaced by lsaf_deleterbitems, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deleterole(sdd_path=, sdd_role=);
Deletes a role from the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_deleterole, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_deleteuser(sdd_userid=);
Deletes a user account from the system.
Deprecated. Replaced by lsaf_deleteuser, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_disableversioning(sdd_path=, sdd_comment=);
Disables versioning on a SAS Drug Development repository file.
|
external | %sasdrugdev_downloadaszip(sdd_path=, local_path=, sdd_overwrite=0);
Downloads SAS Drug Development files or a folder along with its content to your local machine ...
Deprecated. Replaced by lsaf_downloadaszip, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_downloadfile(sdd_path=, sdd_version=, local_path=);
Downloads a file to your local machine from the SAS Drug Development repository.
Deprecated. Replaced by lsaf_downloadfile, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_enableversioning(sdd_path=, sdd_version=, sdd_comment=);
Enables versioning on a SAS Drug Development repository file.
|
external | %sasdrugdev_getacls(sdd_path=, sas_dsname=work.sddGetACLs, sdd_recursive=0);
Returns a SAS data set that contains the access control list for objects in the SAS Drug ...
Deprecated. Replaced by lsaf_getacls, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getallusers(sas_dsname=work.sddGetAllUsers);
Returns a SAS data set that contains the metadata for all of the users defined within the ...
Deprecated. Replaced by lsaf_getallusers, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getassignedmembers(sdd_path=, sas_dsname=work.sddGetAssignedMembers);
Returns a SAS data set that contains the metadata for all of the members assigned to the ...
Deprecated. Replaced by lsaf_getassignedmembers, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getchildren(sdd_path=, sas_dsname=work.sddGetChildren, sdd_recursive=0);
Returns a SAS data set that contains the metadata for objects within a container in the SAS ...
Deprecated. Replaced by lsaf_getchildren, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getconfiguration(sas_dsname=work.sddGetConfiguration, sas_suppressLogList=0);
Reports the current configuration settings.
Deprecated. Replaced by lsaf_getconfiguration, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getcontextprivileges(sdd_path=, sas_dsname=work.sddGetContextPrivileges);
Returns a SAS data set that contains the metadata for all of the privileges available in the ...
Deprecated. Replaced by lsaf_getcontextprivileges, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getglobalprivileges(sas_dsname=work.sddGetGlobalPrivileges);
Returns a SAS data set that contains the metadata for all of the global privileges available ...
Deprecated. Replaced by lsaf_getglobalprivileges, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getgroupmembers(sdd_path=, sdd_group=, sas_dsname=work.sddGetGroupMembers);
Returns a SAS data set that contains the metadata for all of the members assigned to a group ...
Deprecated. Replaced by lsaf_getgroupmembers, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getgroups(sdd_path=, sas_dsname=work.sddGetGroups);
Returns a SAS data set that contains the metadata for all of the groups defined within a ...
Deprecated. Replaced by lsaf_getgroups, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getjobinfo(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobInfo);
Returns a SAS data set that contains the information for a job in the SAS Drug Development ...
Deprecated. Replaced by lsaf_getjobinfo, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getjobinputs(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobInputs);
Returns a SAS data set containing metadata for the inputs for the specified job in the SAS ...
Deprecated. Replaced by lsaf_getjobinputs, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getjoboutputs(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobOutputs);
Returns a SAS data set containing metadata for the outputs for the specified job in the SAS ...
Deprecated. Replaced by lsaf_getjoboutputs, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getjobparameters(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobParameters);
Returns a SAS data set containing job parameter metadata for the specified job.
Deprecated. Replaced by lsaf_getjobparameters, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getjobtasks(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobTasks);
Returns a SAS data set containing metadata for the tasks for the specified job in the SAS ...
Deprecated. Replaced by lsaf_getjobtasks, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getobjecttype(sdd_path=);
Reports the SAS Drug Development object type for the specified ...
Deprecated. Replaced by lsaf_getobjecttype, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getowner(sdd_path=, sdd_aclType=);
Returns the current owner of an object within the organization in the SAS Drug Development ...
Deprecated. Replaced by lsaf_getowner, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getproperties(sdd_path=, sdd_version=, sas_dsname=work.sddGetProperties);
Returns a SAS data set that contains the properties of an object in the SAS Drug Development ...
Deprecated. Replaced by lsaf_getproperties, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getrbitems(sas_dsname=work.sddGetRBItems);
Returns a SAS data set that contains the metadata for the items in the SAS Drug Development ...
Deprecated. Replaced by lsaf_getrbitems, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getrolemembers(sdd_path=, sdd_role=, sdd_role_context=, sas_dsname=work.sddGetRoleMembers);
Returns a SAS data set that contains the metadata for all of the members assigned to a role ...
Deprecated. Replaced by lsaf_getrolemembers, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getroleprivileges(sdd_path=, sdd_role=, sas_dsname=work.sddGetRolePrivileges);
Returns a SAS data set that contains the metadata for all of the privileges assigned to a ...
Deprecated. Replaced by lsaf_getroleprivileges, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getroles(sdd_path=, sas_dsname=work.sddGetRoles, sdd_getInherited=1);
Returns a SAS data set that contains the metadata for all of the roles defined and, if ...
Deprecated. Replaced by lsaf_getroles, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getsignatures(sdd_path=, sdd_version=, sas_dsname=work.sddGetSignatures);
Returns a SAS data set that contains the metadata for all of the signatures of a file or a ...
Deprecated. Replaced by lsaf_getsignatures, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getsubmissionstatus(sdd_jobsubmission_id=);
Determines the status of a SAS Drug Development repository or workspace job submission.
Deprecated. Replaced by lsaf_getsubmissionstatus, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getsubscriptions(sas_dsname=work.sddGetSubscriptions);
Returns a SAS data set containing metadata for all subscriptions for the current user.
Deprecated. Replaced by lsaf_getsubscriptions, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getsyncstatus(sdd_path=);
Determines if a file in the SAS Drug Development repository is synchronized, out of ...
Deprecated. Replaced by lsaf_getsyncstatus, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getusergroups(sdd_userid=, sas_dsname=work.sddGetUserGroups);
Returns a SAS data set containing metadata for each of the groups in which the specified ...
Deprecated. Replaced by lsaf_getusergroups, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getuserprivileges(sdd_userid=, sas_dsname=work.sddGetUserPrivileges);
Returns a SAS data set that contains the metadata for all of the global privileges assigned ...
Deprecated. Replaced by lsaf_getuserprivileges, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_getversions(sdd_path=, sas_dsname=work.sddGetVersions);
Returns a SAS data set that contains the metadata for all of the versions of a file.
Deprecated. Replaced by lsaf_getversions, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_groupexists(sdd_path=, sdd_group=);
Determines whether a group is defined for the specified context.
Deprecated. Replaced by lsaf_groupexists, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_iscontainer(sdd_path=);
Determines whether a SAS Drug Development repository object is of type container.
Deprecated. Replaced by lsaf_iscontainer, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_isgroupmember(sdd_path=, sdd_group=, sdd_member=, sdd_type=USER, sdd_group_context=, sdd_includeImplicit=);
Determines whether a user or group is a member of the group in the specified organization, ...
Deprecated. Replaced by lsaf_isgroupmember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_ismember(sdd_path=, sdd_member=, sdd_type=USER, sdd_group_context=);
Determines whether a user or group is a member in the specified organization, project, ...
Deprecated. Replaced by lsaf_ismember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_isrolemember(sdd_path=, sdd_role=, sdd_role_context=, sdd_member=, sdd_type=USER, sdd_group_context=);
Determines whether a user or group is a member of a role in the specified organization, ...
Deprecated. Replaced by lsaf_isrolemember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_isroleprivilege(sdd_path=, sdd_role=, sdd_privilege=);
Determines whether a privilege is assigned to a role in the specified organization, ...
Deprecated. Replaced by lsaf_isroleprivilege, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_isuserprivilege(sdd_userid=, sdd_privilege=);
Determines whether a global privilege is assigned to a user.
Deprecated. Replaced by lsaf_isuserprivilege, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_isversioned(sdd_path=);
Determines whether a SAS Drug Development repository object has versioning enabled.
Deprecated. Replaced by lsaf_isversioned, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_lockuser(sdd_userid=);
Locks a user account.
Deprecated. Replaced by lsaf_lockuser, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_login(sdd_url=, sdd_userid=, sdd_password=, proxy_host=, proxy_port=, proxy_userid=, proxy_password=);
Creates a connection to the SAS Drug Development instance.
Deprecated. Replaced by lsaf_login, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_logout;
Closes an open connection to SAS Drug Development.
Deprecated. Replaced by lsaf_logout, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_move(sdd_source=, sdd_target=);
Moves a file or folder to the specified target location.
Deprecated. Replaced by lsaf_move, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_objectexists(sdd_path=);
Determines whether a SAS Drug Development repository object exists.
Deprecated. Replaced by lsaf_objectexists, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_removegroupmember(sdd_path=, sdd_group=, sdd_member=, sdd_type=USER, sdd_group_context=);
Removes a user or a group as a member of a group in the specified organization, project, or ...
Deprecated. Replaced by lsaf_removegroupmember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_removemember(sdd_path=, sdd_member=, sdd_type=USER, sdd_group_context=);
Removes a user or a group as a member of the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_removemember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_removerolemember(sdd_path=, sdd_role=, sdd_role_context=, sdd_member=, sdd_type=USER, sdd_group_context=);
Removes a user or a group as a member of a role in the specified organization, project, or ...
Deprecated. Replaced by lsaf_removerolemember, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_removeroleprivilege(sdd_path=, sdd_role=, sdd_privilege=);
Removes a privilege from a role in the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_removeroleprivilege, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_removeuserprivilege(sdd_userid=, sdd_privilege=);
Remove a global privilege from a user in the system.
Deprecated. Replaced by lsaf_removeuserprivilege, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_renameanalysis(sdd_source=, sdd_newname=);
Renames an analysis.
Deprecated. Replaced by lsaf_renameanalysis, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_renameobject(sdd_source=, sdd_newname=);
Renames a file or folder.
Deprecated. Replaced by lsaf_renameobject, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_renameproject(sdd_source=, sdd_newname=);
Renames a project.
Deprecated. Replaced by lsaf_renameproject, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_resetpassword(sdd_userid=, sdd_newpassword=);
Reset the password for a user in the system. This action requires the logged on user to have ...
Deprecated. Replaced by lsaf_resetpassword, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_roleexists(sdd_path=, sdd_role=);
Determines whether a a role is defined in the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_roleexists, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_submitjob(sdd_path=, sdd_version=, sas_dsname=);
Submits a SAS Drug Development repository job for immediate execution and sets the SAS macro ...
Deprecated. Replaced by lsaf_submitjob, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_syncfiletoworkspace(sdd_path=, sdd_version=);
Gets the version of the SAS Drug Development from the repository file to the workspace.
Deprecated. Replaced by lsaf_syncfiletoworkspace, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_unassignrole(sdd_path=, sdd_role=, sdd_role_context=);
Unassigns a role from the specified organization, project, or analysis.
Deprecated. Replaced by lsaf_unassignrole, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_unlockuser(sdd_userid=);
Unlocks a user account.
Deprecated. Replaced by lsaf_unlockuser, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateacls(sas_dsname=);
Sets permissions on SAS Drug Development objects using a data set as input.
Deprecated. Replaced by lsaf_updateacls, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateanalysislead(sdd_path=, sdd_userid=);
Updates the current lead of an analysis in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_updateanalysislead, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateanalysisstate(sdd_path=, sdd_state=, sdd_comment=);
Update the state of an analysis in the SAS Drug Development repository
Deprecated. Replaced by lsaf_updateanalysisstate, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updatefile(local_path=, sdd_path=, sdd_comment=, sdd_version=);
Updates the contents of an existing file in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_updatefile, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateorglead(sdd_path=, sdd_userid=);
Updates the current lead of an organization in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_updateorglead, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateowner(sdd_path=, sdd_aclType=, sdd_userid=);
Updates the current owner of an object within the organization in the SAS Drug Development ...
Deprecated. Replaced by lsaf_updateowner, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateprojectlead(sdd_path=, sdd_userid=);
Updates the current lead of a project in the SAS Drug Development repository.
Deprecated. Replaced by lsaf_updateprojectlead, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateprojectstate(sdd_path=, sdd_state=, sdd_comment=, sdd_include_analyses=1);
Update the state of a project in the SAS Drug Development repository
Deprecated. Replaced by lsaf_updateprojectstate, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateproperties(sdd_path=, sas_dsname=);
Updates the editable properties of SAS Drug Development repository object using a SAS data ...
Deprecated. Replaced by lsaf_updateproperties, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_updateuserinfo(sdd_userid=, sdd_displayname=_sdd_updateuser_donotupdate_, sdd_email=_sdd_updateuser_donotupdate_, sdd_accounttype=_sdd_updateuser_donotupdate_, sdd_firstname=_sdd_updateuser_donotupdate_, sdd_lastname=_sdd_updateuser_donotupdate_, sdd_department=_sdd_updateuser_donotupdate_, sdd_phone=_sdd_updateuser_donotupdate_);
Update general user account information
Deprecated. Replaced by lsaf_updateuserinfo, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_uploadandexpand(local_path=, sdd_path=, sdd_versioning=, sdd_version=, sdd_comment=);
Uploads and expands the contents of a zip file into the specified folder location in the SAS ...
Deprecated. Replaced by lsaf_uploadandexpand, effective with SAS LSAF Macro 1.5 |
external | %sasdrugdev_userexists(sdd_userid=);
Determines whether a user exists within the system.
Deprecated. Replaced by lsaf_userexists, effective with SAS LSAF Macro 1.5 |
Macro Detail |
%lsaf_addgroupmember(lsaf_path=, lsaf_group=, lsaf_type=USER, lsaf_member=, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_group
-
- required - the name of the group to add the member.lsaf_type
-
- conditional - the type of member being added.lsaf_member
-
- required - the user ID of the user or the name of the group being added.lsaf_group_context
-
- conditional - specifies the context in which the group is defined
%lsaf_addmember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
required - the path of the context object (organization, project, orlsaf_member
-
required - the user ID of the user or the name of the group being added.lsaf_type
-
conditional - the type of member being added.lsaf_group_context
-
- conditional - specifies the context in which the group is defined
%lsaf_addrolemember(lsaf_path=, lsaf_role=, lsaf_role_context=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role to add the member.lsaf_role_context
-
- required - specifies the context in which the role is defined as alsaf_member
-
required - the user ID of the user or the name of the group being added.lsaf_type
-
conditional - the type of member being added.lsaf_group_context
-
- conditional - specifies the context in which the group is defined
%lsaf_addroleprivilege(lsaf_path=, lsaf_role=, lsaf_privilege=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role to add the privilege.lsaf_privilege
-
- required - the identifier of the privilege being added.
%lsaf_adduserprivilege(lsaf_userid=, lsaf_privilege=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user to assign the global privilege.lsaf_privilege
-
- required - the identifier of the global privilege to assign.
%lsaf_assignedroleexists(lsaf_path=, lsaf_role=, lsaf_role_context=);
[ Exposure:
external
]
_lsafAssignedRoleExists_
-
indicates the existence of the assigned role in the context._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role to check for existence.lsaf_role_context
-
- required - specifies the context in which the role is defined as a
%lsaf_assignrole(lsaf_path=, lsaf_role=, lsaf_role_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role being assigned.lsaf_role_context
-
- required - specifies the context in which the role is defined as a
%lsaf_checkin(lsaf_path=, lsaf_comment=, lsaf_versiontype=MINOR, lsaf_customversion=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file within the SAS Life Science Analyticslsaf_comment
-
- optional - a note associated with the action of checking in the file.lsaf_versiontype
-
- optional - the version type (MINOR, MAJOR, or CUSTOM) to be createdlsaf_customversion
-
- conditional - a specific version to be created by the checkin
%lsaf_checkout(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file within the SAS Life Science Analytics
%lsaf_copy(lsaf_source=, lsaf_target=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_source
-
- required - the path of the object to be copied.lsaf_target
-
- required - the path (including the new name) where the object is to be
%lsaf_createanalysis(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the analysis being created.
%lsaf_createfile(local_path=, lsaf_path=, lsaf_versioning=, lsaf_version=, lsaf_comment=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.local_path
-
- required - the absolute path and name of the file on the local computer.lsaf_path
-
- required - the path of the file to be created. Files can only be created inlsaf_versioning
-
- optional - indicates whether the file being created should belsaf_version
-
- conditional - indicates the version number to assign to the file beinglsaf_comment
-
- conditional - the comment for the versioned file being created. This
%lsaf_createfolder(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the folder to be created.
%lsaf_creategroup(lsaf_path=, lsaf_group=, lsaf_description=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_group
-
- required - the name of the group to create.lsaf_description
-
- optional- the description for the group being created.
%lsaf_createprocessflow(lsaf_path=, lsaf_processflow=, lsaf_processflowdef=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the process flow being created.lsaf_processflow
-
- required - the name of the process flow being created.lsaf_processflowdef
-
- required - the name of the process flow definition
%lsaf_createprocessflowmanifest(lsaf_path=, lsaf_processflow=, lsaf_manifest_path=, lsaf_versioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
[ Exposure:
external
]
_lsafCreatedProcessFlowManifest_
-
indicates the full path of the process flow manifest._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path where the process flow exists.lsaf_processflow
-
- required - the name of the process flow.lsaf_manifest_path
-
- required - the repository location for the manifest. The locationlsaf_versioning
-
- optional - indicates whether the file being created should belsaf_versiontype
-
- optional - the version type (MINOR, MAJOR, or CUSTOM) to belsaf_customversion
-
- conditional - indicates the version number to assign to the filelsaf_comment
-
- optional - The comment will display with the audit trail record for the
%lsaf_createproject(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the project being created.
%lsaf_createrole(lsaf_path=, lsaf_role=, lsaf_description=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role being created.lsaf_description
-
- optional - the description for the role being created.
%lsaf_createuser(lsaf_userid=, lsaf_displayname=, lsaf_email=, lsaf_accounttype=, lsaf_password=, lsaf_firstname=, lsaf_lastname=, lsaf_department=, lsaf_phone=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the account to create.lsaf_displayname
-
- required - the display name of the account to create.lsaf_email
-
- required - the email address of the account to create.lsaf_accounttype
-
- required - the account type of the account to create.lsaf_password
-
- required - the password for the account to create.lsaf_firstname
-
- optional - the first name of the user associated with this account.lsaf_lastname
-
- optional - the last name of the user associated with this account.lsaf_department
-
- optional - the business unit of the user associated with this account.lsaf_phone
-
- optional - the phone number of the user associated with this account.
%lsaf_createworkspacefolder(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the folder to be created.
%lsaf_createworkspacejob(lsaf_path=, sas_dsname_info=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_tasks=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_parameters=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_inputs=%str(_lsaf_createworkspacejob_ds_notprovided_), sas_dsname_outputs=%str(_lsaf_createworkspacejob_ds_notprovided_));
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafWorkspaceJobPath_
-
indicates the full path of the new job.lsaf_path
-
- required -the path for the job to be created in the SAS Life Science Analyticssas_dsname_info
-
- optional - the name of the SAS data set containing the jobsas_dsname_tasks
-
- optional - the name of the SAS data set containing the list ofsas_dsname_parameters
-
- optional - the name of the SAS data set containing the jobsas_dsname_inputs
-
- optional - the name of the SAS data set containing the list of jobsas_dsname_outputs
-
- optional - the name of the SAS data set containing the list of job
%lsaf_deleteanalysis(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the analysis to be deleted.
%lsaf_deletegroup(lsaf_path=, lsaf_group=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_group
-
- required - the name of the group to be deleted.
%lsaf_deleteobject(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the content object to be deleted.
%lsaf_deleteprocessflow(lsaf_path=, lsaf_processflow=, lsaf_createmanifest=1, lsaf_manifest_path=, lsaf_versioning=, lsaf_versiontype=, lsaf_customversion=, lsaf_comment=);
[ Exposure:
external
]
_lsafDeletedProcessFlowManifest_
-
indicates the full path of the process flow manifest._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path where the process flow exists.lsaf_processflow
-
- required - the name of the process flow.lsaf_createmanifest
-
- optional - indicates whether to create a process flow manifestlsaf_manifest_path
-
- optional - the repository location for the manifest. The locationlsaf_versioning
-
- optional - indicates whether the manifest should be versioned. Thelsaf_versiontype
-
- optional - the version type (MINOR, MAJOR, or CUSTOM) to belsaf_customversion
-
- conditional - indicates the version number to assign to the filelsaf_comment
-
- optional - The comment will display with the audit trail record for
%lsaf_deleteproject(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the project to be deleted.
%lsaf_deleterbitems(sas_dsname=, sas_result_dsname=work.lsafDeleteRBItems);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the identifiers for thesas_result_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_deleterole(lsaf_path=, lsaf_role=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role to be deleted.
%lsaf_deleteuser(lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the account being deleted.
%lsaf_disableversioning(lsaf_path=, lsaf_comment=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file within the SAS Life Science Analyticslsaf_comment
-
- optional - a note associated with the action of disabling versioning.
%lsaf_downloadaszip(lsaf_path=, local_path=, lsaf_overwrite=0);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the object (file or container) to be downloaded.local_path
-
- required - the full path and name of the file to create (or overwrite,lsaf_overwrite
-
- optional - indicates whether or not to overwrite the existing zip
%lsaf_downloadfile(lsaf_path=, lsaf_version=, local_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file within the SAS Life Science Analyticslsaf_version
-
- conditional - specifies the version of the file to download if the filelocal_path
-
- required - the full path and name of the file to create (or overwrite,
%lsaf_enableversioning(lsaf_path=, lsaf_version=, lsaf_comment=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file within the SAS Life Science Analyticslsaf_version
-
- optional - specifies the starting version number of the file. If notlsaf_comment
-
- optional - a note associated with the action of enabling versioning.
%lsaf_encryptpassword(lsaf_password=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_password
-
- required - the password to encrypt.
%lsaf_getabsolutepath(lsaf_base_path=, lsaf_relative_path=);
[ Exposure:
external
]
_lsafAbsolutePath_
-
the generated absolute path._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_base_path
-
- required - the base container location. The base path must be anlsaf_relative_path
-
- required - relative path of the file for absolute reference to the
%lsaf_getacls(lsaf_path=, sas_dsname=work.lsafGetACLs, lsaf_recursive=0);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the content object in the SAS Life Sciencesas_dsname
-
- optional - the name of the output SAS data set that will contain thelsaf_recursive
-
- conditional - the level of recursion when the path is a container.
%lsaf_getallusers(sas_dsname=work.lsafGetAllUsers);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getassignedmembers(lsaf_path=, sas_dsname=work.lsafGetAssignedMembers);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getcheckedoutfiles(lsaf_checkedoutby=%str(_LSAF_VALUE_NOT_PROVIDED_), lsaf_name=%str(_LSAF_VALUE_NOT_PROVIDED_), lsaf_location=%str(_LSAF_VALUE_NOT_PROVIDED_), sas_dsname=work.lsafGetCheckedOutFiles);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_checkedoutby
-
- optional - The id of the user who checked out the files to belsaf_name
-
- optional - The name of the file for which to retrieve checked out informa-lsaf_location
-
- optional - The folder path of the files for which to retrieve checkedsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getchildren(lsaf_path=, sas_dsname=work.lsafGetChildren, lsaf_recursive=0);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the container object in the SAS Life Sciencesas_dsname
-
- optional - the name of the output SAS data set that will contain thelsaf_recursive
-
- optional - the level of recursion when the path is a container.
%lsaf_getconfiguration(sas_dsname=work.lsafGetConfiguration, sas_suppressLogList=0);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that contains thesas_suppressLogList
-
- optional - flag to suppress the print of the configuration
%lsaf_getcontextprivileges(lsaf_path=, sas_dsname=work.lsafGetContextPrivileges);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getcopytoworkspacestatus(lsaf_path=);
[ Exposure:
external
]
_lsafCopyToWSStatus_
-
indicates the copy to workspace status._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file.
%lsaf_getglobalprivileges(sas_dsname=work.lsafGetGlobalPrivileges);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getgroupmembers(lsaf_path=, lsaf_group=, sas_dsname=work.lsafGetGroupMembers);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_group
-
- required - the name of the groupsas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getgroups(lsaf_path=, sas_dsname=work.lsafGetGroups);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getjobinfo(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobInfo);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job in the SAS Life Science Analytics Frameworklsaf_version
-
- optional - a specific version number of the job. If not specified,sas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getjobinputs(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobInputs);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.lsaf_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getjoboutputs(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobOutputs);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.lsaf_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getjobparameters(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobParameters);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.lsaf_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getjobtasks(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetJobTasks);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.lsaf_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getmyprocessflows(lsaf_path=, sas_dsname=work.lsafGetMyProcessFlows, lsaf_includeChildren=1);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that will contain thelsaf_includeChildren
-
- optional - indicates whether or not to include process flows
%lsaf_getobjecttype(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafObjectType_
-
the object type._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the object for which the object type
%lsaf_getowner(lsaf_path=, lsaf_aclType=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafOwner_
-
the current owner of the object._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the content object in the SAS Life Sciencelsaf_aclType
-
- conditional - the type of permissions being returned. The valid values
%lsaf_getpfjobelementinfo(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfJobElementInfo);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpfjobparameters(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfJobParameters);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpfnotificationinfo(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfNotificationInfo);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpfnotifrecipients(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfNotifRecipients);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpfsignallocations(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfSignalLocations);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpftimerelements(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfTimerElements);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpfusercandidates(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfUserCandidates);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getpfuserelementinfo(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetPfUserElementInfo);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getprocessdefsbytype(lsaf_type=ORGANIZATION, sas_dsname=work.lsafGetProcessDefsByType);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_type
-
- optional - the context type. Valid values are ORGANIZATION, PROJECTS, orsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getprocessflowdata(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetProcessFlowData);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getprocessflowelements(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetProcessFlowElements);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getprocessflowproperties(lsaf_path=, lsaf_processflow=, sas_dsname=work.lsafGetProcessFlowProperties);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_processflow
-
- required - the name of the process flow.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getprocessflows(lsaf_path=, sas_dsname=work.lsafGetProcessFlows, lsaf_includeChildren=1);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that will contain thelsaf_includeChildren
-
- optional - indicates whether or not to include process flows
%lsaf_getproperties(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetProperties);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the object in the SAS Life Science Analyticslsaf_version
-
- optional - A specific file version. If omitted or set to blank, thesas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getrbitems(sas_dsname=work.lsafGetRBItems);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getrbitemsbyquery(lsaf_path=, lsaf_name=, lsaf_userid=, lsaf_from=, lsaf_to=, sas_dsname=work.lsafGetRBItemsByQuery);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the container object in the SAS Life Sciencelsaf_name
-
- optional - The name of the item to be returned by the search. If set tolsaf_userid
-
- optional - The id of the user who deleted the items to be retrieved.lsaf_from
-
- optional - The beginning of the date range for items deleted within alsaf_to
-
- optional - The end of the date range for items deleted within asas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getrelativepath(lsaf_base_path=, lsaf_absolute_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafRelativePath_
-
the generated relative path.lsaf_base_path
-
- required - the base container location. The base path must be anlsaf_absolute_path
-
- required - absolute path of the file to make relative to the base
%lsaf_getrolemembers(lsaf_path=, lsaf_role=, lsaf_role_context=, sas_dsname=work.lsafGetRoleMembers);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role.lsaf_role_context
-
- required - specifies the context in which the role is defined as asas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getroleprivileges(lsaf_path=, lsaf_role=, sas_dsname=work.lsafGetRolePrivileges);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getroles(lsaf_path=, sas_dsname=work.lsafGetRoles, lsaf_getInherited=1);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that will contain thelsaf_getInherited
-
- optional - indicates whether or not to include inherited roles.
%lsaf_getsignatures(lsaf_path=, lsaf_version=, sas_dsname=work.lsafGetSignatures);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required -the path of the file in the SAS Life Science Analytics Frameworklsaf_version
-
- optional - a specific version number of the file. If not specified,sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getsubmissionstatus(lsaf_jobsubmission_id=);
[ Exposure:
external
]
_lsafJobSubmissionStatus_
-
indicates the job submission status._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_jobsubmission_id
-
- required - the submission identifier returned from the
%lsaf_getsubscriptions(sas_dsname=work.lsafGetSubscriptions);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getsyncinfo(lsaf_path=, sas_dsname=work.lsafGetSyncInfo);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getsyncstatus(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafSyncStatus_
-
indicates the syncronization status.lsaf_path
-
- required - the path of the file.
%lsaf_getusergroups(lsaf_userid=, sas_dsname=work.lsafGetUserGroups);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the user for which groups will be retrieved.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getuserprivileges(lsaf_userid=, sas_dsname=work.lsafGetUserPrivileges);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user to retrieve the global privileges for.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getversions(lsaf_path=, sas_dsname=work.lsafGetVersions);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required -the path of the object in the SAS Life Science Analyticssas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getworkspacechildren(lsaf_path=, sas_dsname=work.lsafGetWorkspaceChildren, lsaf_recursive=0);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the folder object in the SAS Life Sciencesas_dsname
-
- optional - the name of the output SAS data set that will contain thelsaf_recursive
-
- optional - the level of recursion.
%lsaf_getworkspacejobinfo(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobInfo);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job in the SAS Life Science Analytics Frameworksas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%lsaf_getworkspacejobinputs(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobInputs);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getworkspacejoboutputs(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobOutputs);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getworkspacejobparameters(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobParameters);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_getworkspacejobtasks(lsaf_path=, sas_dsname=work.lsafGetWorkspaceJobTasks);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the job.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%lsaf_groupexists(lsaf_path=, lsaf_group=);
[ Exposure:
external
]
_lsafGroupExists_
-
indicates if the group exists in the context._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object.lsaf_group
-
- required - the name of the group.
%lsaf_hascontextprivilege(lsaf_path=, lsaf_privilege=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafHasContextPrivilege_
-
indicates if the user or group has the privilege in the_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_privilege
-
- required - the identifier of the privilege to check.lsaf_member
-
- required - the user ID or group name of the member.lsaf_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the member group is
%lsaf_ischeckedout(lsaf_path=);
[ Exposure:
external
]
_lsafIsCheckedOut_
-
indicates if the object is checked out or not._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file.
%lsaf_iscontainer(lsaf_path=);
[ Exposure:
external
]
_lsafIsContainer_
-
indicates if the object is a container._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the object in the SAS Life Science Analytics Framework
%lsaf_isgroupmember(lsaf_path=, lsaf_group=, lsaf_member=, lsaf_type=USER, lsaf_group_context=, lsaf_includeImplicit=0);
[ Exposure:
external
]
_lsafIsGroupMember_
-
indicates if the user or group is a member of the specified group._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, or analysis)lsaf_group
-
- required - the name of the group.lsaf_member
-
- required - the user ID or group name of the member.lsaf_type
-
- optional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the member group islsaf_includeImplicit
-
- optional - indicates whether or not to include implied members, i.e.,
%lsaf_ismember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafIsMember_
-
indicates if the user or group is a member of the specified_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path (starting at the root) context object (organization,lsaf_member
-
- required - the user ID or group name of the member.lsaf_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the member group is
%lsaf_isrolemember(lsaf_path=, lsaf_role=, lsaf_role_context=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafIsRoleMember_
-
indicates if the user or group is a member of the role in the_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role.lsaf_role_context
-
- required - the context in which the role is defined as a pathlsaf_member
-
- required - the user ID or group name of the member.lsaf_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the member group is
%lsaf_isroleprivilege(lsaf_path=, lsaf_role=, lsaf_privilege=);
[ Exposure:
external
]
_lsafIsRolePrivilege_
-
indicates if the privilege is assigned to the role in the_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role.lsaf_privilege
-
- required - the identifier of the privilege to check.
%lsaf_isuserprivilege(lsaf_userid=, lsaf_privilege=);
[ Exposure:
external
]
_lsafIsUserPrivilege_
-
indicates if the privilege is assigned to the user._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID to check.lsaf_privilege
-
- required - the identifier of the global privilege to check.
%lsaf_isversioned(lsaf_path=);
[ Exposure:
external
]
_lsafIsVersioned_
-
indicates if the object is versioned or not._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file.
%lsaf_lockuser(lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the user account to lock.
%lsaf_login(lsaf_url=, lsaf_userid=, lsaf_password=, proxy_host=, proxy_port=, proxy_userid=, proxy_password=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_url
-
- required - the URL of the SAS Life Science Analytics Framework instance to uselsaf_userid
-
- required - the SAS Life Science Analytics Framework ID for the user account.lsaf_password
-
- required - the SAS Life Science Analytics Framework password for the user account.proxy_host
-
- conditional - the name of the host machine when the SAS Life Science Analyticsproxy_port
-
- conditional - the port number required for the proxy host machine.proxy_userid
-
- conditional - the userid when the proxy machine requires authentication.proxy_password
-
- conditional - the password when the proxy machine required
%lsaf_logout;
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.
%lsaf_markforaddandcheckin(lsaf_path=, lsaf_versionfile=1, lsaf_comment=, lsaf_versiontype=MAJOR, lsaf_customversion=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file.lsaf_versionfile
-
- optional - A boolean value representing whether or not to versionlsaf_comment
-
- optional - A comment when versioning a filelsaf_versiontype
-
- optional - What level to version the file, valid values are MAJOR,lsaf_customversion
-
- conditional - A numeric value for a custom version (ie 6.1) when
%lsaf_move(lsaf_source=, lsaf_target=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_source
-
- required - the path of the object to be moved.lsaf_target
-
- required - the path of the folder into which the object is to be
%lsaf_objectexists(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafObjectExists_
-
indicates if the object exists._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the object.
%lsaf_processflowexists(lsaf_path=, lsaf_processflow=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafProcessFlowExists_
-
indicates if the process flow exists in the context._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object.lsaf_processflow
-
Parameter description not provided
%lsaf_removegroupmember(lsaf_path=, lsaf_group=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_group
-
- required - the name of the group that the member is to be removed from.lsaf_member
-
- required - the id of the user or the name of the group being removed.lsaf_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the group being
%lsaf_removemember(lsaf_path=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_member
-
- required - the id of the user or the name of the group being removed.lsaf_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the group being
%lsaf_removerolemember(lsaf_path=, lsaf_role=, lsaf_role_context=, lsaf_member=, lsaf_type=USER, lsaf_group_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role that the member is to be removed from.lsaf_role_context
-
- required - specifies the context in which the role is defined as alsaf_member
-
- required - the ID of the user or the name of the group being removed.lsaf_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPlsaf_group_context
-
- conditional - specifies the context in which the group being
%lsaf_removeroleprivilege(lsaf_path=, lsaf_role=, lsaf_privilege=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role that the privilege is to be removed from.lsaf_privilege
-
- required - the identifier of the privilege to remove.
%lsaf_removeuserprivilege(lsaf_userid=, lsaf_privilege=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user to remove the global privilege from.lsaf_privilege
-
- required - the identifier of the global privilege to remove.
%lsaf_renameanalysis(lsaf_source=, lsaf_newname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_source
-
- required - the path, including the name, of the analysis to be renamed.lsaf_newname
-
- required - the new name of the analysis.
%lsaf_renameobject(lsaf_source=, lsaf_newname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_source
-
- required - the path, including the name, of the object to be renamed.lsaf_newname
-
- required - the new name of the object.
%lsaf_renameproject(lsaf_source=, lsaf_newname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_source
-
- required - the path, including the name, of the project to be renamed.lsaf_newname
-
- required - the new name of the project.
%lsaf_resetpassword(lsaf_userid=, lsaf_newpassword=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the account to reset.lsaf_newpassword
-
- required - the new temporary password.
%lsaf_roleexists(lsaf_path=, lsaf_role=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafRoleExists_
-
indicates if the role exists in the context.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role.
%lsaf_submitandpopulatewsjob(lsaf_path=, lsaf_userelativepaths=0, sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafPopulateWsJobSummissionId_
-
indicates the job submission identifier._lsafRC_
-
the return code.lsaf_path
-
- required -the path of the job in the SAS Life Science Analytics Frameworklsaf_userelativepaths
-
- optional - indicates whether or not to create generated inputssas_dsname
-
- optional - the name of the SAS data set containing the job parameter
%lsaf_submitjob(lsaf_path=, lsaf_version=, sas_dsname=);
[ Exposure:
external
]
_lsafJobSubmissionId_
-
indicates the job submission identifier._lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required -the path of the job in the SAS Life Science Analytics Frameworklsaf_version
-
- optional - a specific version number of the job. If not specified,sas_dsname
-
- optional - the name of the SAS data set containing the job parameter
%lsaf_submitworkspacejob(lsaf_path=, sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafWorkspaceJobSubmissionId_
-
indicates the job submission identifier.lsaf_path
-
- required -the path of the job in the SAS Life Science Analytics Frameworksas_dsname
-
- optional - the name of the SAS data set containing the job parameter
%lsaf_syncfiletoworkspace(lsaf_path=, lsaf_version=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file within the SAS Life Science Analyticslsaf_version
-
- conditional - specifies the version of the file to be synchronized if
%lsaf_unassignrole(lsaf_path=, lsaf_role=, lsaf_role_context=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the context object (organization, project, orlsaf_role
-
- required - the name of the role being unassigned.lsaf_role_context
-
- required - specifies the context in which the role is defined as a
%lsaf_unlockuser(lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the user account to unlock.
%lsaf_updateacls(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the permission
%lsaf_updateanalysislead(lsaf_path=, lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the analysis in the SAS Life Science Analyticslsaf_userid
-
- required - the user ID for the account that will be the new lead.
%lsaf_updateanalysisstate(lsaf_path=, lsaf_state=, lsaf_comment=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the analysis to be updated.lsaf_state
-
- required - the state to set on the analysis.lsaf_comment
-
- optional - the reason for the state change.
%lsaf_updatecopytoworkspacestatus(lsaf_path=, lsaf_status=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the file.lsaf_status
-
- required - the copy to workspace status to set.
%lsaf_updatefile(local_path=, lsaf_path=, lsaf_comment=, lsaf_version=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.local_path
-
- required - the absolute path of the file on the local computer.lsaf_path
-
- required - the path of the content object in the SAS Life Science Analyticslsaf_comment
-
- conditional - the comment for a versioned file in the repository. Thislsaf_version
-
- conditional - the type of version to be created if the file to be
%lsaf_updateorglead(lsaf_path=, lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the organization object in the SAS Life Sciencelsaf_userid
-
- required - the user ID for the account that will be the new lead.
%lsaf_updateowner(lsaf_path=, lsaf_aclType=, lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the content object in the SAS Life Sciencelsaf_aclType
-
- conditional - the type of permission owner being set. The valid valueslsaf_userid
-
- required - the user ID for the account that will be the new owner. To
%lsaf_updatepfjobelementinfo(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the properties
%lsaf_updatepfjobparameters(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the override parameters
%lsaf_updatepfnotificationinfo(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the properties
%lsaf_updatepfnotifrecipients(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the recipients for the
%lsaf_updatepfsignallocations(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the locations for the
%lsaf_updatepftimerelements(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the process flow data
%lsaf_updatepfusercandidates(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the candidates for the
%lsaf_updatepfuserelementinfo(sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the properties
%lsaf_updateprocessflowdata(lsaf_path=, lsaf_processflow=, sas_dsname=_lsaf_updatepf_donotupdate_);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the process flow being updated.lsaf_processflow
-
- required - the name of the process flow being updated.sas_dsname
-
- required - the name of a SAS data set containing the process flow data
%lsaf_updateprocessflowproperties(lsaf_path=, lsaf_processflow=, sas_dsname=_lsaf_updatepf_donotupdate_);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the process flow being updated.lsaf_processflow
-
- required - the name of the process flow being updated.sas_dsname
-
- required - the name of a SAS data set containing the property
%lsaf_updateprojectlead(lsaf_path=, lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the project in the SAS Life Science Analyticslsaf_userid
-
- required - the user ID for the account that will be the new lead.
%lsaf_updateprojectstate(lsaf_path=, lsaf_state=, lsaf_comment=, lsaf_include_analyses=1);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the project to be updated.lsaf_state
-
- required - the state to set on the project.lsaf_comment
-
- optional - the reason for the state change.lsaf_include_analyses
-
- optional - whether project child analyses, if any exist, should
%lsaf_updateproperties(lsaf_path=, sas_dsname=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required - the path of the object in the SAS Life Science Analyticssas_dsname
-
- required - the name of a SAS data set containing the property
%lsaf_updateuserinfo(lsaf_userid=, lsaf_displayname=_lsaf_updateuser_donotupdate_, lsaf_email=_lsaf_updateuser_donotupdate_, lsaf_accounttype=_lsaf_updateuser_donotupdate_, lsaf_firstname=_lsaf_updateuser_donotupdate_, lsaf_lastname=_lsaf_updateuser_donotupdate_, lsaf_department=_lsaf_updateuser_donotupdate_, lsaf_phone=_lsaf_updateuser_donotupdate_);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_userid
-
- required - the user ID of the account being updated.lsaf_displayname
-
- optional - the user display name to be set.lsaf_email
-
- optional - the user email address.lsaf_accounttype
-
- optional - the user account type.lsaf_firstname
-
- optional - the user first name.lsaf_lastname
-
- optional - the last name of the user.lsaf_department
-
- optional - the business unit of the user.lsaf_phone
-
- optional - the phone number of the user.
%lsaf_updateworkspacejob(lsaf_path=, sas_dsname_info=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_tasks=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_parameters=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_inputs=%str(_lsaf_updateworkspacejob_ds_notprovided_), sas_dsname_outputs=%str(_lsaf_updateworkspacejob_ds_notprovided_));
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.lsaf_path
-
- required -the path for the job to be updated in the SAS Life Science Analyticssas_dsname_info
-
- optional - the name of the SAS data set containing the jobsas_dsname_tasks
-
- optional - the name of the SAS data set containing the list ofsas_dsname_parameters
-
- optional - the name of the SAS data set containing the jobsas_dsname_inputs
-
- optional - the name of the SAS data set containing the list of jobsas_dsname_outputs
-
- optional - the name of the SAS data set containing the list of job
%lsaf_uploadandexpand(local_path=, lsaf_path=, lsaf_versioning=, lsaf_version=, lsaf_comment=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code.local_path
-
- required - the absolute path and name of the zip file on the locallsaf_path
-
- required - the path of the target folder.lsaf_versioning
-
- optional - indicates whether the new files being created should belsaf_version
-
- optional - the type of version to be created if the new files are to belsaf_comment
-
- conditional - the comment for the versioned file being created. This
%lsaf_userexists(lsaf_userid=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafUserExists_
-
indicates if the user exists.lsaf_userid
-
- required - the user ID of the user account to check.
%lsaf_workspaceobjectexists(lsaf_path=);
[ Exposure:
external
]
_lsafMsg_
-
the return message._lsafRC_
-
the return code._lsafWorkspaceObjectExists_
-
indicates if the object exists.lsaf_path
-
- required - the path of the object.
%sasdrugdev_addgroupmember(sdd_path=, sdd_group=, sdd_type=USER, sdd_member=, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_addgroupmember, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_group
-
- required - the name of the group to add the member.sdd_type
-
- conditional - the type of member being added.sdd_member
-
- required - the user ID of the user or the name of the group being added.sdd_group_context
-
- conditional - specifies the context in which the group is defined
%sasdrugdev_addmember(sdd_path=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_addmember, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
required - the path of the context object (organization, project, orsdd_member
-
required - the user ID of the user or the name of the group being added.sdd_type
-
conditional - the type of member being added.sdd_group_context
-
- conditional - specifies the context in which the group is defined
%sasdrugdev_addrolemember(sdd_path=, sdd_role=, sdd_role_context=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_addrolemember, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role to add the member.sdd_role_context
-
- required - specifies the context in which the role is defined as asdd_member
-
required - the user ID of the user or the name of the group being added.sdd_type
-
conditional - the type of member being added.sdd_group_context
-
- conditional - specifies the context in which the group is defined
%sasdrugdev_addroleprivilege(sdd_path=, sdd_role=, sdd_privilege=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_addroleprivilege, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role to add the privilege.sdd_privilege
-
- required - the identifier of the privilege being added.
%sasdrugdev_adduserprivilege(sdd_userid=, sdd_privilege=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_adduserprivilege, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user to assign the global privilege.sdd_privilege
-
- required - the identifier of the global privilege to assign.
%sasdrugdev_assignedroleexists(sdd_path=, sdd_role=, sdd_role_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_assignedroleexists, effective with SAS LSAF Macro 1.5
_sddAssignedRoleExists_
-
indicates the existence of the assigned role in the context._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role to check for existence.sdd_role_context
-
- required - specifies the context in which the role is defined as a
%sasdrugdev_assignrole(sdd_path=, sdd_role=, sdd_role_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_assignrole, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role being assigned.sdd_role_context
-
- required - specifies the context in which the role is defined as a
%sasdrugdev_copy(sdd_source=, sdd_target=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_copy, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_source
-
- required - the path of the object to be copied.sdd_target
-
- required - the path (including the new name) where the object is to be
%sasdrugdev_createanalysis(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_createanalysis, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the analysis being created.
%sasdrugdev_createfile(local_path=, sdd_path=, sdd_versioning=, sdd_version=, sdd_comment=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_createfile, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.local_path
-
- required - the absolute path and name of the file on the local computer.sdd_path
-
- required - the path of the file to be created. Files can only be created insdd_versioning
-
- optional - indicates whether the file being created should besdd_version
-
- conditional - indicates the version number to assign to the file beingsdd_comment
-
- conditional - the comment for the versioned file being created. This
%sasdrugdev_createfolder(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_createfolder, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the folder to be created.
%sasdrugdev_creategroup(sdd_path=, sdd_group=, sdd_description=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_creatgroup, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_group
-
- required - the name of the group to create.sdd_description
-
- optional- the description for the group being created.
%sasdrugdev_createproject(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_createproject, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the project being created.
%sasdrugdev_createrole(sdd_path=, sdd_role=, sdd_description=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_createrole, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role being created.sdd_description
-
- optional - the description for the role being created.
%sasdrugdev_createuser(sdd_userid=, sdd_displayname=, sdd_email=, sdd_accounttype=, sdd_password=, sdd_firstname=, sdd_lastname=, sdd_department=, sdd_phone=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_createuser, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the account to create.sdd_displayname
-
- required - the display name of the account to create.sdd_email
-
- required - the email address of the account to create.sdd_accounttype
-
- required - the account type of the account to create.sdd_password
-
- required - the password for the account to create.sdd_firstname
-
- optional - the first name of the user associated with this account.sdd_lastname
-
- optional - the last name of the user associated with this account.sdd_department
-
- optional - the business unit of the user associated with this account.sdd_phone
-
- optional - the phone number of the user associated with this account.
%sasdrugdev_deleteanalysis(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deleteanalysis, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the analysis to be deleted.
%sasdrugdev_deletegroup(sdd_path=, sdd_group=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deletegroup, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_group
-
- required - the name of the group to be deleted.
%sasdrugdev_deleteobject(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deleteobject, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the content object to be deleted.
%sasdrugdev_deleteproject(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deleteproject, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the project to be deleted.
%sasdrugdev_deleterbitems(sas_dsname=, sas_result_dsname=work.sddDeleteRBItems);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deleterbitems, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the identifiers for thesas_result_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_deleterole(sdd_path=, sdd_role=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deleterole, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role to be deleted.
%sasdrugdev_deleteuser(sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_deleteuser, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the account being deleted.
%sasdrugdev_disableversioning(sdd_path=, sdd_comment=);
[ Exposure:
external
]
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the file within the SAS Drug Development repositorysdd_comment
-
- optional - a note associated with the action of disabling versioning.
%sasdrugdev_downloadaszip(sdd_path=, local_path=, sdd_overwrite=0);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_downloadaszip, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the object (file or container) to be downloaded.local_path
-
- required - the full path and name of the file to create (or overwrite,sdd_overwrite
-
- optional - indicates whether or not to overwrite the existing zip
%sasdrugdev_downloadfile(sdd_path=, sdd_version=, local_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_downloadfile, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the file within the SAS Drug Development repositorysdd_version
-
- conditional - specifies the version of the file to download if the filelocal_path
-
- required - the full path and name of the file to create (or overwrite,
%sasdrugdev_enableversioning(sdd_path=, sdd_version=, sdd_comment=);
[ Exposure:
external
]
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the file within the SAS Drug Development repositorysdd_version
-
- optional - specifies the starting version number of the file. If notsdd_comment
-
- optional - a note associated with the action of enabling versioning.
%sasdrugdev_getacls(sdd_path=, sas_dsname=work.sddGetACLs, sdd_recursive=0);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getacls, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the content object in the SAS Drug Developmentsas_dsname
-
- optional - the name of the output SAS data set that will contain thesdd_recursive
-
- conditional - the level of recursion when the path is a container.
%sasdrugdev_getallusers(sas_dsname=work.sddGetAllUsers);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getallusers, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getassignedmembers(sdd_path=, sas_dsname=work.sddGetAssignedMembers);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getassignedmembers, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getchildren(sdd_path=, sas_dsname=work.sddGetChildren, sdd_recursive=0);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getchildren, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the container object in the SAS Drug Developmentsas_dsname
-
- optional - the name of the output SAS data set that will contain thesdd_recursive
-
- optional - the level of recursion when the path is a container.
%sasdrugdev_getconfiguration(sas_dsname=work.sddGetConfiguration, sas_suppressLogList=0);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getconfiguration, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that contains thesas_suppressLogList
-
- optional - flag to suppress the print of the configuration
%sasdrugdev_getcontextprivileges(sdd_path=, sas_dsname=work.sddGetContextPrivileges);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getcontextprivileges, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getglobalprivileges(sas_dsname=work.sddGetGlobalPrivileges);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getglobalprivileges, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getgroupmembers(sdd_path=, sdd_group=, sas_dsname=work.sddGetGroupMembers);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getgroupmembers, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_group
-
- required - the name of the groupsas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getgroups(sdd_path=, sas_dsname=work.sddGetGroups);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getgroups, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getjobinfo(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobInfo);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getjobinfo, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the job in the SAS Drug Development repository.sdd_version
-
- optional - a specific version number of the job. If not specified,sas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getjobinputs(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobInputs);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getjobinputs, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the job.sdd_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getjoboutputs(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobOutputs);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getjoboutputs, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the job.sdd_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getjobparameters(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobParameters);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getjobparameters, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the job.sdd_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getjobtasks(sdd_path=, sdd_version=, sas_dsname=work.sddGetJobTasks);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getjobtasks, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the job.sdd_version
-
- optional - the version of the job. If not specified, the latest versionsas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getobjecttype(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getobjecttype, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddObjectType_
-
the object type._sddRC_
-
the return code.sdd_path
-
- required - the path of the object for which the object type
%sasdrugdev_getowner(sdd_path=, sdd_aclType=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getowner, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddOwner_
-
the current owner of the object._sddRC_
-
the return code.sdd_path
-
- required - the path of the content object in the SAS Drug Developmentsdd_aclType
-
- conditional - the type of permissions being returned. The valid values
%sasdrugdev_getproperties(sdd_path=, sdd_version=, sas_dsname=work.sddGetProperties);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getproperties, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the object in the SAS Drug Development repository.sdd_version
-
- optional - A specific file version. If omitted or set to blank, thesas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getrbitems(sas_dsname=work.sddGetRBItems);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getrbitems, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getrolemembers(sdd_path=, sdd_role=, sdd_role_context=, sas_dsname=work.sddGetRoleMembers);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getrolemembers, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role.sdd_role_context
-
- required - specifies the context in which the role is defined as asas_dsname
-
- optional - the name of the output SAS data set that contains the metadata
%sasdrugdev_getroleprivileges(sdd_path=, sdd_role=, sas_dsname=work.sddGetRolePrivileges);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getroleprivileges, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getroles(sdd_path=, sas_dsname=work.sddGetRoles, sdd_getInherited=1);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getroles, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsas_dsname
-
- optional - the name of the output SAS data set that will contain thesdd_getInherited
-
- optional - indicates whether or not to include inherited roles.
%sasdrugdev_getsignatures(sdd_path=, sdd_version=, sas_dsname=work.sddGetSignatures);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getsignatures, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required -the path of the file in the SAS Drug Development repository.sdd_version
-
- optional - a specific version number of the file. If not specified,sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getsubmissionstatus(sdd_jobsubmission_id=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getsubmissionstatus, effective with SAS LSAF Macro 1.5
_sddJobSubmissionStatus_
-
indicates the job submission status._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_jobsubmission_id
-
- required - the submission identifier returned from the
%sasdrugdev_getsubscriptions(sas_dsname=work.sddGetSubscriptions);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getsubscriptions, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getsyncstatus(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getsyncstatus, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code._sddSyncStatus_
-
indicates the syncronization status.sdd_path
-
- required - the path of the file.
%sasdrugdev_getusergroups(sdd_userid=, sas_dsname=work.sddGetUserGroups);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getusergroups, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the user for which groups will be retrieved.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getuserprivileges(sdd_userid=, sas_dsname=work.sddGetUserPrivileges);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getuserprivileges, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user to retrieve the global privileges for.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_getversions(sdd_path=, sas_dsname=work.sddGetVersions);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_getversions, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required -the path of the object in the SAS Drug Development repository.sas_dsname
-
- optional - the name of the output SAS data set that will contain the
%sasdrugdev_groupexists(sdd_path=, sdd_group=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_groupexists, effective with SAS LSAF Macro 1.5
_sddGroupExists_
-
indicates if the group exists in the context._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object.sdd_group
-
- required - the name of the group.
%sasdrugdev_iscontainer(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_iscontainer, effective with SAS LSAF Macro 1.5
_sddIsContainer_
-
indicates if the object is a container._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the object in the SAS Drug Development repository.
%sasdrugdev_isgroupmember(sdd_path=, sdd_group=, sdd_member=, sdd_type=USER, sdd_group_context=, sdd_includeImplicit=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_isgroupmember, effective with SAS LSAF Macro 1.5
_sddIsGroupMember_
-
indicates if the user or group is a member of the specified group._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_group
-
- required - the name of the group.sdd_member
-
- required - the user ID or group name of the member.sdd_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPsdd_group_context
-
- conditional - specifies the context in which the member group issdd_includeImplicit
-
- optional - indicates whether or not to include implied members,
%sasdrugdev_ismember(sdd_path=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_ismember, effective with SAS LSAF Macro 1.5
_sddIsMember_
-
indicates if the user or group is a member of the specified_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path (starting at the root) context object (organization,sdd_member
-
- required - the user ID or group name of the member.sdd_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPsdd_group_context
-
- conditional - specifies the context in which the member group is
%sasdrugdev_isrolemember(sdd_path=, sdd_role=, sdd_role_context=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_isrolemember, effective with SAS LSAF Macro 1.5
_sddIsRoleMember_
-
indicates if the user or group is a member of the role in the_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role.sdd_role_context
-
- required - the context in which the role is defined as a pathsdd_member
-
- required - the user ID or group name of the member.sdd_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPsdd_group_context
-
- conditional - specifies the context in which the member group is
%sasdrugdev_isroleprivilege(sdd_path=, sdd_role=, sdd_privilege=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_isroleprivilege, effective with SAS LSAF Macro 1.5
_sddIsRolePrivilege_
-
indicates if the privilege is assigned to the role in the_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role.sdd_privilege
-
- required - the identifier of the privilege to check.
%sasdrugdev_isuserprivilege(sdd_userid=, sdd_privilege=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_isuserprivilege, effective with SAS LSAF Macro 1.5
_sddIsUserPrivilege_
-
indicates if the privilege is assigned to the user._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID to check.sdd_privilege
-
- required - the identifier of the global privilege to check.
%sasdrugdev_isversioned(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_isversioned, effective with SAS LSAF Macro 1.5
_sddIsVersioned_
-
indicates if the object is versioned or not._sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the file.
%sasdrugdev_lockuser(sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_lockuser, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the user account to lock.
%sasdrugdev_login(sdd_url=, sdd_userid=, sdd_password=, proxy_host=, proxy_port=, proxy_userid=, proxy_password=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_login, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_url
-
- required - the URL of the SAS Drug Development instance to use in the formsdd_userid
-
- required - the SAS Drug Development ID for the user account.sdd_password
-
- required - the SAS Drug Development password for the user account.proxy_host
-
- conditional - the name of the host machine when the SAS Drug Developmentproxy_port
-
- conditional - the port number required for the proxy host machine.proxy_userid
-
- conditional - the userid when the proxy machine requires authentication.proxy_password
-
- conditional - the password when the proxy machine required
%sasdrugdev_logout;
[ Exposure:
external
]
Deprecated. Replaced by lsaf_logout, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.
%sasdrugdev_move(sdd_source=, sdd_target=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_move, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_source
-
- required - the path of the object to be moved.sdd_target
-
- required - the path of the folder into which the object is to be
%sasdrugdev_objectexists(sdd_path=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_objectexists, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddObjectExists_
-
indicates if the object exists._sddRC_
-
the return code.sdd_path
-
- required - the path of the object.
%sasdrugdev_removegroupmember(sdd_path=, sdd_group=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_removegroupmember, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_group
-
- required - the name of the group that the member is to be removed from.sdd_member
-
- required - the id of the user or the name of the group being removed.sdd_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPsdd_group_context
-
- conditional - specifies the context in which the group being
%sasdrugdev_removemember(sdd_path=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_removemember, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_member
-
- required - the id of the user or the name of the group being removed.sdd_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPsdd_group_context
-
- conditional - specifies the context in which the group being
%sasdrugdev_removerolemember(sdd_path=, sdd_role=, sdd_role_context=, sdd_member=, sdd_type=USER, sdd_group_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_removerolemember, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role that the member is to be removed from.sdd_role_context
-
- required - specifies the context in which the role is defined as asdd_member
-
- required - the ID of the user or the name of the group being removed.sdd_type
-
- conditional - indicates the type of member. Valid values are USER and GROUPsdd_group_context
-
- conditional - specifies the context in which the group being
%sasdrugdev_removeroleprivilege(sdd_path=, sdd_role=, sdd_privilege=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_removeroleprivilege, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role that the privilege is to be removed from.sdd_privilege
-
- required - the identifier of the privilege to remove.
%sasdrugdev_removeuserprivilege(sdd_userid=, sdd_privilege=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_removeuserprivilege, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user to remove the global privilege from.sdd_privilege
-
- required - the identifier of the global privilege to remove.
%sasdrugdev_renameanalysis(sdd_source=, sdd_newname=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_renameanalysis, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_source
-
- required - the path, including the name, of the analysis to be renamed.sdd_newname
-
- required - the new name of the analysis.
%sasdrugdev_renameobject(sdd_source=, sdd_newname=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_renameobject, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_source
-
- required - the path, including the name, of the object to be renamed.sdd_newname
-
- required - the new name of the object.
%sasdrugdev_renameproject(sdd_source=, sdd_newname=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_renameproject, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_source
-
- required - the path, including the name, of the project to be renamed.sdd_newname
-
- required - the new name of the project.
%sasdrugdev_resetpassword(sdd_userid=, sdd_newpassword=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_resetpassword, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the account to reset.sdd_newpassword
-
- required - the new temporary password.
%sasdrugdev_roleexists(sdd_path=, sdd_role=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_roleexists, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code._sddRoleExists_
-
indicates if the role exists in the context.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role.
%sasdrugdev_submitjob(sdd_path=, sdd_version=, sas_dsname=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_submitjob, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required -the path of the job in the SAS Drug Development repository.sdd_version
-
- optional - a specific version number of the job. If not specified,sas_dsname
-
- optional - the name of the SAS data set containing the job parameter
%sasdrugdev_syncfiletoworkspace(sdd_path=, sdd_version=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_syncfiletoworkspace, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the file within the SAS Drug Development repositorysdd_version
-
- conditional - specifies the version of the file to be synchronized if
%sasdrugdev_unassignrole(sdd_path=, sdd_role=, sdd_role_context=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_unassignrole, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the context object (organization, project, orsdd_role
-
- required - the name of the role being unassigned.sdd_role_context
-
- required - specifies the context in which the role is defined as a
%sasdrugdev_unlockuser(sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_unlockuser, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the user account to unlock.
%sasdrugdev_updateacls(sas_dsname=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateacls, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sas_dsname
-
- required - the name of a SAS data set containing the permission
%sasdrugdev_updateanalysislead(sdd_path=, sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateanalysislead, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the analysis in the SAS Drug Development repository.sdd_userid
-
- required - the user ID for the account that will be the new lead.
%sasdrugdev_updateanalysisstate(sdd_path=, sdd_state=, sdd_comment=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateanalysisstate, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the analysis to be updated.sdd_state
-
- required - the state to set on the analysis.sdd_comment
-
- optional - the reason for the state change.
%sasdrugdev_updatefile(local_path=, sdd_path=, sdd_comment=, sdd_version=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updatefile, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.local_path
-
- required - the absolute path of the file on the local computer.sdd_path
-
- required - the path of the content object in the SAS Drug Developmentsdd_comment
-
- conditional - the comment for a versioned file in the repository. Thissdd_version
-
- conditional - the type of version to be created if the file to be
%sasdrugdev_updateorglead(sdd_path=, sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateorglead, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the organization object in the SAS Drug Developmentsdd_userid
-
- required - the user ID for the account that will be the new lead.
%sasdrugdev_updateowner(sdd_path=, sdd_aclType=, sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateowner, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the content object in the SAS Drug Developmentsdd_aclType
-
- conditional - the type of permission owner being set. The valid valuessdd_userid
-
- required - the user ID for the account that will be the new owner. To set
%sasdrugdev_updateprojectlead(sdd_path=, sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateprojectlead, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the project in the SAS Drug Development repository.sdd_userid
-
- required - the user ID for the account that will be the new lead.
%sasdrugdev_updateprojectstate(sdd_path=, sdd_state=, sdd_comment=, sdd_include_analyses=1);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateprojectstate, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the project to be updated.sdd_state
-
- required - the state to set on the project.sdd_comment
-
- optional - the reason for the state change.sdd_include_analyses
-
- optional - whether project child analyses, if any exist, should
%sasdrugdev_updateproperties(sdd_path=, sas_dsname=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateproperties, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_path
-
- required - the path of the object in the SAS Drug Development repository.sas_dsname
-
- required - the name of a SAS data set containing the property values
%sasdrugdev_updateuserinfo(sdd_userid=, sdd_displayname=_sdd_updateuser_donotupdate_, sdd_email=_sdd_updateuser_donotupdate_, sdd_accounttype=_sdd_updateuser_donotupdate_, sdd_firstname=_sdd_updateuser_donotupdate_, sdd_lastname=_sdd_updateuser_donotupdate_, sdd_department=_sdd_updateuser_donotupdate_, sdd_phone=_sdd_updateuser_donotupdate_);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_updateuserinfo, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.sdd_userid
-
- required - the user ID of the account being updated.sdd_displayname
-
- optional - the user display name to be set.sdd_email
-
- optional - the user email address.sdd_accounttype
-
- optional - the user account type.sdd_firstname
-
- optional - the user first name.sdd_lastname
-
- optional - the last name of the user.sdd_department
-
- optional - the business unit of the user.sdd_phone
-
- optional - the phone number of the user.
%sasdrugdev_uploadandexpand(local_path=, sdd_path=, sdd_versioning=, sdd_version=, sdd_comment=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_uploadandexpand, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code.local_path
-
- required - the absolute path and name of the zip file on the localsdd_path
-
- required - the path of the target folder.sdd_versioning
-
- optional - indicates whether the new files being created should besdd_version
-
- optional - the type of version to be created if the new files are to besdd_comment
-
- conditional - the comment for the versioned file being created. This
%sasdrugdev_userexists(sdd_userid=);
[ Exposure:
external
]
Deprecated. Replaced by lsaf_userexists, effective with SAS LSAF Macro 1.5
_sddMsg_
-
the return message._sddRC_
-
the return code._sddUserExists_
-
indicates if the user exists.sdd_userid
-
- required - the user ID of the user account to check.