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.
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.
Explore Now →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.