SQL Server Agent Job Variables
Is there a system variable available to return the calling JobStep Name/Number that can be used as a parameter while executing a batch script in a CmdExec type step?
This would be similar to %JOBNAME% in TNG Workload or %~n0 in shell scripting.

