Module

computeSetup

Setup access to compute service

Parameters:
Name Type Attributes Description
store store

restaf store

contextName string <optional>

name of the context. If not specified defaults to Job Execution context

payload logonPayload <optional>

logon payload.If null assumes that logon was done earlier.

sessionPayload sessionPayload <optional>

for createSession call

sessionID string <optional>

id of a session to attach

  • returns a compute session
promise
Parameters:
Name Type Description
store store

restaf store

SAS session

compute Session

tables tables

Tables to be setup{libref:xx,name:xxx} or array of this object

preamble string

SAS code to execute before setup

  • returns a compute summary
promise

Setup access to compute service

Parameters:
Name Type Attributes Description
store store

restaf store

contextName string <optional>

name of the context. If not specified defaults to Job Execution context

payload logonPayload <optional>

logon payload.If null assumes that logon was done earlier.

sessionPayload sessionPayload <optional>

for createSession call

sessionID string <optional>

id of a session to attach

  • returns a compute session
promise
Parameters:
Name Type Description
store store

restaf store

SAS session

compute Session

tables tables

Tables to be setup{libref:xx,name:xxx} or array of this object

preamble string

SAS code to execute before setup

  • returns a compute summary
promise