Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
viya Directory Reference

Viya macros.

More...

Detailed Description

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.
 
 mv_createfile.sas
 Creates a file in SAS Drive.
 
 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
 Creates a viya folder if that folder does not already exist.
 
 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_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.