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.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.