Hi, Under Unix I will start program_A, this program will call program_B at a certain moment. In program_B I like to check out some macro variables. Can someone tell me which value macrovariable SYSJOBID would have, at the moment of executing program_B ? I'm hoping for a automatic macro variable which will contain such like /<path>/program_A.sas (the calling program). Sorry, but I can't test it on my own due to a lack of authorisation in Unix. In SAS Enterprise_Guide the variable _SASPROGRAMFILE would have a value of program_A. But this programs are meant to run under SAS-Unix commandline-mode. Thanks
... View more