Using variables in PBS directives

Hi
How can I use variables in the PBS -N directive? For example, I want to write something like this

c=1
b=4
#PBS -N myJob_$c_$b

But in the qstat output I don’t see myJob_1_4. Any idea about that?