I'm trying to create a new variable using the value of an existing variable as part of the variable name.
filemsg"$word1"=" "
I've also tried
filemsg$word1=" "
filemsg${word1}=" "
on all attempts I get the following when that line executes,
cicserrors.sh[45]: filemsgCICS= : not found [No such file or directory]
perl
or other real programming language) – Stéphane Chazelas Nov 01 '13 at 13:18