Hello,
I have question runing SAS on mainframe,but I am not sure what category of the topic belongs to for my question, so I choose General question as a Location,if you know please tell me.thanks.
My SAS question on mainframe is :
Is there an auto variable like &SYSDATE or &SYSJOBID. that can show the current JCL job file's full name in SAS log?
i.e. the current full job file is "user.research.pds(test1)". I want call an auto variable in the curent program to show that in SAS log.I am not sure there was such an auto variable,please advise.
Thank you!
In non-mainframe environments, I have always used something along these lines:
title "Program: %sysfunc(getoption(sysin))";
You can try it on the mainframe to see if it works there.
%sysjpbid is the id of the job, not the job file.
Thank you.
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.