when I create a pdf on sas pc I use this syntax:
ODS escapechar='^';
title j=R "^S={preimage='z:\reports\pics\AXA_HEAD.jpeg'} " ;
I want to move this to mainframe:
* how to transfer jpeg file
* what is the syntax of the title statement then
GreetZ,
Herman
I have never worked on Z/OS, but you may try:
1) copy the jpeg file by FTP binary to the MF.
2) Addapt jpeg file name on SAS statement, without changing the sysntax.
With hope it will work, depending on SAS installation on Z/OS.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.