When i run a Fuijitsu Cobol program it requires environmental variables starting with the @ sign.

SET @CBR_CONSOLE=SYSTEM

When I try and set these in a bash shell I get the following.

$ export @CBR_CONSOLE=SYSTEM
-bash: export: `...@cbr_console=system': not a valid identifier

Is there any way around this?
--
Steve


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

Reply via email to