|
Macros for SAS Application Developers
https://github.com/sasjs/core |
Viya macros.
More...These macros have the following attributes:
OS independent No X command Prefixes: _mv_
Files | |
| mfv_existfile.sas | |
| Checks whether a file exists in SAS Drive. | |
| mfv_existfolder.sas | |
| Checks whether a folder exists in SAS Drive. | |
| mfv_existsashdat.sas | |
| Checks whether a CAS sashdat dataset exists in persistent storage. | |
| mfv_getcaslib.sas | |
| Returns the CAS caslib name for a given SAS libref. | |
| mfv_getfolderpath.sas | |
| Returns the path of a folder from the URI. | |
| mfv_getpathuri.sas | |
| Returns the uri of a file or folder. | |
| mv_castabload.sas | |
| Checks if a CAS table is loaded; if not, loads and promotes it. | |
| mv_castabsave.sas | |
| Saves an in-memory CAS table back to persistent storage. | |
| mv_createfile.sas | |
| Creates a file in SAS Drive using the API method. | |
| mv_createfolder.sas | |
| Creates a viya folder if that folder does not already exist. | |
| mv_createjob.sas | |
| Creates a Viya Job. | |
| mv_createwebservice.sas | |
| Creates a JobExecution web service if it doesn't already exist. | |
| mv_deletefoldermember.sas | |
| Deletes an item in a Viya folder. | |
| mv_deletejes.sas | |
| Deletes a Viya Job, if it exists. | |
| mv_deleteviyafolder.sas | |
| Deletes a viya folder. | |
| mv_getclients.sas | |
| Get a list of Viya Clients. | |
| mv_getfoldermembers.sas | |
| Gets a list of folder members (and ids) for a given root. | |
| mv_getgroupmembers.sas | |
| Creates a dataset with a list of group members. | |
| mv_getgroups.sas | |
| Creates a dataset with a list of viya groups. | |
| mv_getjobcode.sas | |
| Extract the source code from a SAS Viya Job. | |
| mv_getjoblog.sas | |
| Extract the log from a completed SAS Viya Job. | |
| mv_getjobresult.sas | |
| Extract the result from a completed SAS Viya Job. | |
| mv_getjobstate.sas | |
| Extract the status from a running SAS Viya job. | |
| mv_getusergroups.sas | |
| Creates a dataset with a list of groups for a particular user. | |
| mv_getusers.sas | |
| Creates a dataset with a list of users. | |
| mv_getviyafileextparms.sas | |
| Reads the VIYA file-extension type definition and returns selected values in SAS macro variables. | |
| mv_jobexecute.sas | |
| Executes a SAS Viya Job. | |
| mv_jobflow.sas | |
| Execute a series of job flows. | |
| mv_jobwaitfor.sas | |
| Takes a table of running jobs and waits for ANY/ALL of them to complete. | |
| mv_registerclient.sas | |
| Register Client and Secret (admin task) | |
| mv_tokenauth.sas | |
| Get initial Refresh and Access Tokens. | |
| mv_tokenrefresh.sas | |
| Get an additional access token using a refresh token. | |
| mv_webout.sas | |
| Send data to/from the SAS Viya Job Execution Service. | |