Recieving an error when trying to run this part of my script , it gives me a usage error...
the command is qhld
for what i want is qhld -#
i take what the user enters and set it to variable jobnumber
then run qhld -#$jobnumber
else if ("$choice" == "7" ) then
clear; echo
echo "Enter the print job number to hold: "
set jobnumber=$<
qhld -#$jobnumber
sleep 5
set action2="true"
what is wrong with what i have in this script thanks
the command is qhld
for what i want is qhld -#
i take what the user enters and set it to variable jobnumber
then run qhld -#$jobnumber
else if ("$choice" == "7" ) then
clear; echo
echo "Enter the print job number to hold: "
set jobnumber=$<
qhld -#$jobnumber
sleep 5
set action2="true"
what is wrong with what i have in this script thanks