IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Unix - export command


IBM Mainframe Forums -> All Other Mainframe Topics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Fri Mar 01, 2013 4:03 pm
Reply with quote

Hi,

There is a shell script(bourne)
Code:
#!/bin/sh
set -x   
export _flag1=YES 
echo '_FLAG is set to        -> ' $_flag1

But it comes with the below error - 'not a valid identifier `
Code:
$ sh test2.sh
+ export _flag1=YES $'\r'
+ _flag1=YES
': not a valid identifier `
+ echo '_FLAG is set to        -> ' YES
_FLAG is set to        ->  YES

I know little unix but a noob in scripting. Could you please let me know the reason for this error.

Thanks & Regards,
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Mon Mar 04, 2013 11:56 am
Reply with quote

Hello,
After a few hours of searching the web, I was able to spot my mistake. icon_mad.gif
The script was created on windows and FTP'ed to Unix, the carriage return \r from windows was causing the problem.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Mar 05, 2013 4:58 pm
Reply with quote

Glad, you got it working!

PS.: Just in case, you were walking alone! icon_biggrin.gif
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue Mar 05, 2013 7:32 pm
Reply with quote

appreciate the company :-)
I guess I need more people to walk along and help out with these scripts on mainframe Unix thingy.

toddling now..
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> All Other Mainframe Topics

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
No new posts LTJ command CA Products 4
No new posts Query on edit primary command CLIST & REXX 5
Search our Forums:

Back to Top