... but the entire point of the "$JOB" etc. slang is that it's a string interpolation...
echo $JOB
echo ${JOB}
... but the entire point of the "$JOB" etc. slang is that it's a string interpolation...