Macros for SAS Application Developers
https://github.com/sasjs/core
Loading...
Searching...
No Matches
mv_jobflow.test.3.sas File Reference

Testing mv_jobflow macro. More...

Go to the source code of this file.

Detailed Description

A job parameter value may contain any character. A value holding a double quote is escaped when the paramstring is built, and the escaping shifts how the macro processor pairs quotes - a single quote in the value then reads as an unterminated literal and stops the flow. The flow must still submit the job, and the value must arrive in the child session intact.

SAS Macros

Definition in file mv_jobflow.test.3.sas.