Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 1.24 KB

File metadata and controls

32 lines (18 loc) · 1.24 KB

Extract Job Definition Metadata

The Extract Job Definition Metadata custom step helps you to extract all content (SAS Code, HTML forms, XML Prompts and Parameters) from a SAS Job Definition. The extracted content is stored in SAS Server.

If you want to leverage the additional integration with Git you can use the Git Repositories pane in SAS Studio or the Git Custom Step, refer this page which explains the motivation behind custom steps which surface Git integration functionality.

This step makes use of the SAS Viya Job Definitions REST API endpoint - see the documentation here.

User Interface

Setup

Setup

About

About

Requirements

SAS Viya 2023.11 or later.

Usage

Find a demonstration of this step in this YouTube video: Extract Job Metadata |Custom Step.

Change Log

Version: 1.1. (23NOV2023)

  • Support for JSON prompts added

Version: 1.0. (04MAY2023)

  • Initial Version