<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: undefined symbol error while defining account ownership. in Operating System - OpenVMS</title>
    <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350058#M93232</link>
    <description>Shiva,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  This is generic script for all UAF &lt;BR /&gt;&amp;gt; modification of accounts&lt;BR /&gt;&lt;BR /&gt;  Your script doesn't deal with quotes properly. This is always going to be an issue attempting to build a "meta" DCL script - the level of parsing required to deal with all possible cases of DCL constructs. It's more or less impossible to do it with a sane number of lines of DCL that will execute in a non-geological time.&lt;BR /&gt;&lt;BR /&gt;  As written, there are ways to exploit your code to bypass your checks, or do things that you don't want or don't expect. Simple case, try this:&lt;BR /&gt;&lt;BR /&gt;$ hack="/password=newone"&lt;BR /&gt;$ robert="+robert'hack'"&lt;BR /&gt;&lt;BR /&gt;now execute your procedure and repeat your test. There won't be an undefined symbol error, nor will your check for /PA be triggered, but your input command:&lt;BR /&gt;&lt;BR /&gt; modify use1/owner="+robert"&lt;BR /&gt;&lt;BR /&gt;WILL change the users' password.&lt;BR /&gt;&lt;BR /&gt;So, your generic script doesn't work, and there's no simple way to do what you want.&lt;BR /&gt;&lt;BR /&gt;There are two basic options... first is to write your own UAF utility in a compiled language, and omit the functions you want to block.&lt;BR /&gt;&lt;BR /&gt;Second is to tell your operators (or whoever uses this command procedure) that all UAF actions are audited, and will be checked for illegal operations. Any that are discovered will lead to disciplinary action.&lt;BR /&gt;&lt;BR /&gt;Ultimately you have to trust people to do the right thing.</description>
    <pubDate>Tue, 03 Feb 2009 21:08:50 GMT</pubDate>
    <dc:creator>John Gillings</dc:creator>
    <dc:date>2009-02-03T21:08:50Z</dc:date>
    <item>
      <title>undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350030#M93204</link>
      <description>Hi All Good morning,&lt;BR /&gt;&lt;BR /&gt;   For account profile management we've different team, he is trying to change the ownership of account as per management requirement.&lt;BR /&gt;Case1:When he tried to change ownership as&lt;BR /&gt;uaf&amp;gt;modify use1/owner="robert"&lt;BR /&gt;&lt;BR /&gt;Case2:&lt;BR /&gt;uaf&amp;gt;modify use1/owner="+robert"&lt;BR /&gt;When he tried to change ownership same but including + sign, getting undefined sysmbol error&lt;BR /&gt;&lt;BR /&gt; I'm managing this server and i'm able to do this both way successfully.My account having system privileges but security team user having only "NETMBX,SECURITY,SYSPRV and TMPMBX privileges.&lt;BR /&gt;Can you pl. sugget wht could be issue.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 03:00:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350030#M93204</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T03:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350031#M93205</link>
      <description>make correction Please:&lt;BR /&gt;&lt;BR /&gt; In case 1: security team user able to changed the owenership.&lt;BR /&gt;&lt;BR /&gt; In case 2:they are getting error UNDEFINED symbol.</description>
      <pubDate>Tue, 03 Feb 2009 03:20:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350031#M93205</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T03:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350032#M93206</link>
      <description>shiva,&lt;BR /&gt;  Could you please post the exact command(s) you're issuing and the exact error?&lt;BR /&gt;&lt;BR /&gt;According to HELP:&lt;BR /&gt;&lt;BR /&gt;MODIFY&lt;BR /&gt;&lt;BR /&gt;  /OWNER&lt;BR /&gt;&lt;BR /&gt;        /OWNER=owner-name&lt;BR /&gt;&lt;BR /&gt;     Specifies the name of the owner of the account. You can use this&lt;BR /&gt;     name for billing purposes or similar applications. The owner name&lt;BR /&gt;     is 1 to 31 characters. No default owner name exists.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I don't see any limitations on the character set.</description>
      <pubDate>Tue, 03 Feb 2009 03:58:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350032#M93206</guid>
      <dc:creator>John Gillings</dc:creator>
      <dc:date>2009-02-03T03:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350033#M93207</link>
      <description>UAF&amp;gt;mod user2 /owner="+rg9472robert"&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt;Â&amp;nbsp;\RG9472robert\&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt;Â&amp;nbsp;\RG9472robert\&lt;BR /&gt;%DCL-E-INVIFNEST, invalid IF-THEN-ELSE nesting structure or data inconsistency</description>
      <pubDate>Tue, 03 Feb 2009 05:44:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350033#M93207</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T05:44:25Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350034#M93208</link>
      <description>Since there is an if-then-else error I assume, this is part of DCL procedure. You should show us the real proc.&lt;BR /&gt;It is no problem to set the owner to 'strange' characters, e.g.:&lt;BR /&gt;&lt;BR /&gt;UAF&amp;gt; mod rohwedder/owner=")(/+*~'Ã Ã _:;+"&lt;BR /&gt;%UAF-I-MDFYMSG, user record(s) updated&lt;BR /&gt;&lt;BR /&gt;regards kalle</description>
      <pubDate>Tue, 03 Feb 2009 05:57:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350034#M93208</guid>
      <dc:creator>Karl Rohwedder</dc:creator>
      <dc:date>2009-02-03T05:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350035#M93209</link>
      <description>&lt;!--!*#--&gt;&amp;gt; Could you please post the exact command(s)&lt;BR /&gt;&amp;gt; you're issuing and the exact error?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; UAF&amp;gt;mod user2 /owner="+rg9472robert"&lt;BR /&gt;&lt;BR /&gt;The "UAF&amp;gt;" prompt does not tell us how you&lt;BR /&gt;got the "UAF&amp;gt;" prompt.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; %DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt;&lt;BR /&gt;Apparently you're running some (defective)&lt;BR /&gt;command procedure, but my psychic powers are&lt;BR /&gt;too weak to tell me much more than that.&lt;BR /&gt;&lt;BR /&gt;Note that if you were running the (real)&lt;BR /&gt;AUTHORIZE utility, you wouldn't get a DCL&lt;BR /&gt;complaint.  For example:&lt;BR /&gt;&lt;BR /&gt;ALP $ mcr authorize&lt;BR /&gt;UAF&amp;gt; mod user2 /owner="+rg9472robert"&lt;BR /&gt;%UAF-W-BADSPC, no user matches specification&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350035#M93209</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-02-03T06:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350036#M93210</link>
      <description>I gone thru script found "UAF&amp;gt;" prompt getting by menu : Below is part of script,&lt;BR /&gt;&lt;BR /&gt;---------------------------------------&lt;BR /&gt;$ if p1 .eqs. "A" then  SYS_OPTION :== RUN_AUTHORIZATION ! Authorization&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;$RUN_AUTHORIZATION:&lt;BR /&gt;$ on warning then continue&lt;BR /&gt;$ ask "UAF&amp;gt;" action&lt;BR /&gt;$ action = f$edit("''action'","UPCASE")&lt;BR /&gt;$ IF (F$EDIT(action,"UPCASE,COLLAPSE") .eqs. "EXIT") .or. (F$EDIT(action,"UPCASE,COLLAPSE") .eqs. "EX") THEN GOTO select_sys_option&lt;BR /&gt;$!&lt;BR /&gt;$ IF (F$LOCATE( "/PA", "''action'") .ne. F$length("''action'")) .or. (F$LOCATE( "/G", "''action'") .ne. F$length("''action'")) &lt;BR /&gt;$ then&lt;BR /&gt;$ Say "*** Modifying PASSWORD is not permitted"&lt;BR /&gt;$ goto RUN_AUTHORIZATION&lt;BR /&gt;$ endif&lt;BR /&gt;$!&lt;BR /&gt;$ UAF 'action'&lt;BR /&gt;$ goto RUN_AUTHORIZATION&lt;BR /&gt;&lt;BR /&gt;----------------------------------------&lt;BR /&gt;&lt;BR /&gt;  Above procedure will execute while security team wants to do some changes in UAF user parameter as per my understanding.&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 06:45:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350036#M93210</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T06:45:11Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350037#M93211</link>
      <description>i executed same with set verify option,&lt;BR /&gt;&lt;BR /&gt;-------------------------------------------&lt;BR /&gt;$RUN_AUTHORIZATION:&lt;BR /&gt;$ on warning then continue&lt;BR /&gt;$ ask "UAF&amp;gt;" action&lt;BR /&gt;UAF&amp;gt;modify user2/owner="+robert"&lt;BR /&gt;$ action = f$edit("modify user2/owner="+robert"","UPCASE")&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt; \robert\&lt;BR /&gt;---------------------------------&lt;BR /&gt;&lt;BR /&gt; I thing if we set "action" string correctly then it will fix this issue.&lt;BR /&gt;&lt;BR /&gt;$ask "UAF&amp;gt;" action&lt;BR /&gt;$ action = f$edit("''action'","UPCASE")&lt;BR /&gt; &lt;BR /&gt;Pl.suggest how can i set action symbol correctly</description>
      <pubDate>Tue, 03 Feb 2009 07:04:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350037#M93211</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T07:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350038#M93212</link>
      <description>You have missed an "&lt;BR /&gt;&lt;BR /&gt;$ action = f$edit("modify user2/owner="+robert"","UPCASE")&lt;BR /&gt;&lt;BR /&gt;should be /owner=""+robert""&lt;BR /&gt;&lt;BR /&gt;Hakan</description>
      <pubDate>Tue, 03 Feb 2009 07:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350038#M93212</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2009-02-03T07:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350039#M93213</link>
      <description>case1: without + sign&lt;BR /&gt;$action = f$edit("modify user2/owner="robert"","UPCASE")&lt;BR /&gt;$sh sym action&lt;BR /&gt;  ACTION = "MODIFY USER2/OWNER=ROBERT"&lt;BR /&gt;&lt;BR /&gt;case2:with +sign&lt;BR /&gt;$action = f$edit("modify user2/owner="+robert"","UPCASE")&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt; \ROBERT\&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 07:24:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350039#M93213</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T07:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350040#M93214</link>
      <description>Try following&lt;BR /&gt;&lt;BR /&gt;action = f$edit("modify user2/owner="+robert,"UPCASE")&lt;BR /&gt;&lt;BR /&gt;or&lt;BR /&gt;&lt;BR /&gt;action = f$edit("modify user2/owner=""''robert'""","UPCASE")&lt;BR /&gt;&lt;BR /&gt;Hakan</description>
      <pubDate>Tue, 03 Feb 2009 07:33:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350040#M93214</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2009-02-03T07:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350041#M93215</link>
      <description>$action=f$edit("modify user2/owner="+robert,"UPCASE")&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt; \ROBERT\&lt;BR /&gt;&lt;BR /&gt;$action = f$edit("modify user2/owner=""''robert'""","UPCASE")&lt;BR /&gt;&lt;BR /&gt;$sh sym action&lt;BR /&gt;  ACTION = "MODIFY USER2/OWNER="""</description>
      <pubDate>Tue, 03 Feb 2009 07:36:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350041#M93215</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T07:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350042#M93216</link>
      <description>$action = f$edit("modify user2/owner=""''+robert'""","UPCASE")&lt;BR /&gt;$sh sym&lt;BR /&gt;_Symbol: action&lt;BR /&gt;  ACTION = "MODIFY USER2/OWNER="+robert'""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; Looks good, let me change in script and execute.</description>
      <pubDate>Tue, 03 Feb 2009 07:39:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350042#M93216</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T07:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350043#M93217</link>
      <description>Haken,&lt;BR /&gt;&lt;BR /&gt;   How can i implement this cmd-&lt;BR /&gt;action = f$edit("modify user2/owner=""''+robert'""","UPCASE")&lt;BR /&gt;&lt;BR /&gt;in below cmd procedure. I'm too cheking. :)&lt;BR /&gt;------------------------------------------&lt;BR /&gt;$RUN_AUTHORIZATION:&lt;BR /&gt;$ on warning then continue&lt;BR /&gt;$ ask "UAF&amp;gt;" action&lt;BR /&gt;$ action = f$edit("''action'","UPCASE")&lt;BR /&gt;$ IF (F$EDIT(action,"UPCASE,COLLAPSE") .eqs. "EXIT") .or. (F$EDIT(action,"UPCASE,COLLAPSE") .eqs. "EX") THEN GOTO select_sys_option&lt;BR /&gt;$!&lt;BR /&gt;$ IF (F$LOCATE( "/PA", "''action'") .ne. F$length("''action'")) .or. (F$LOCATE( "/G", "''action'") .ne. F$length("''action'")) &lt;BR /&gt;$ then&lt;BR /&gt;$ Say "*** Modifying PASSWORD is not permitted"&lt;BR /&gt;$ goto RUN_AUTHORIZATION&lt;BR /&gt;$ endif&lt;BR /&gt;$!&lt;BR /&gt;$ UAF 'action'&lt;BR /&gt;$ goto RUN_AUTHORIZATION&lt;BR /&gt;-----------------------------------------</description>
      <pubDate>Tue, 03 Feb 2009 07:51:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350043#M93217</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T07:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350044#M93218</link>
      <description>Shiva,&lt;BR /&gt;&lt;BR /&gt;I just fixed the error in the faulty command.&lt;BR /&gt;&lt;BR /&gt;I have NO idea what you are trying to do.....&lt;BR /&gt;&lt;BR /&gt;What is "robert" ?&lt;BR /&gt;There is no definition of "robert" in your piece of code.&lt;BR /&gt;&lt;BR /&gt;You are not telling us the whole story......&lt;BR /&gt;&lt;BR /&gt;I'm sorry......&lt;BR /&gt;&lt;BR /&gt;Hakan</description>
      <pubDate>Tue, 03 Feb 2009 07:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350044#M93218</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2009-02-03T07:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350045#M93219</link>
      <description>steven any suggestion , &lt;BR /&gt;Is it is possible to define this way in above script.</description>
      <pubDate>Tue, 03 Feb 2009 08:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350045#M93219</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T08:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350046#M93220</link>
      <description>shiva,&lt;BR /&gt;&lt;BR /&gt;as proven by&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;&lt;BR /&gt;$action=f$edit("modify user2/owner="+robert,"UPCASE")&lt;BR /&gt;%DCL-W-UNDSYM, undefined symbol - check validity and spelling&lt;BR /&gt;\ROBERT\ &lt;BR /&gt;&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;&lt;BR /&gt;the error is NOT in he AUTHORIZE, but in the string manipulation&lt;BR /&gt;$action=f$edit("modify user2/owner="+robert,"UPCASE")&lt;BR /&gt;&lt;BR /&gt;The + sign is trying to add the VALUE of the symbol ROBERT to the quoted string "modify user2/owner". And that fails because there is no symbol ROBERT.&lt;BR /&gt;&lt;BR /&gt;Obviously you are trying to add the quoted value "ROBERT" to your quoted string.&lt;BR /&gt;To add quotes inside a quoted string you have to double the quotes. That would give:&lt;BR /&gt;&lt;BR /&gt;$action=f$edit("modify user2/owner= + " "robert"","UPCASE")&lt;BR /&gt;&lt;BR /&gt;(note: I added spaces between the 2 double quotes for readability in the forum display.&lt;BR /&gt;They are NOT to be there in your procedure!!)&lt;BR /&gt;&lt;BR /&gt;I hope this explains a bit better what Hakan already wrote.&lt;BR /&gt;&lt;BR /&gt;Proost.&lt;BR /&gt;&lt;BR /&gt;Have one on me.&lt;BR /&gt;&lt;BR /&gt;jpe&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350046#M93220</guid>
      <dc:creator>Jan van den Ende</dc:creator>
      <dc:date>2009-02-03T08:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350047#M93221</link>
      <description>Haken,&lt;BR /&gt;&lt;BR /&gt;    i'm going to defined the account ownership with "+" sign with help of above script, without + sign script is running fine since long time but now as per management requirement they wants to add "+" sing in all acount profile ownership column.&lt;BR /&gt;&lt;BR /&gt;ex.&lt;BR /&gt;current owner : robert_dev&lt;BR /&gt;Needs to be change to  owner: +robert_dev&lt;BR /&gt;&lt;BR /&gt; Manully i'm able to change successfully. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:09:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350047#M93221</guid>
      <dc:creator>shiva27</dc:creator>
      <dc:date>2009-02-03T08:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350048#M93222</link>
      <description>The part &lt;BR /&gt;&lt;BR /&gt;$ ask "UAF&amp;gt;" action&lt;BR /&gt;$ action = f$edit("''action'","UPCASE")&lt;BR /&gt;$ IF (F$EDIT(action,"UPCASE,COLLAPSE") .eqs. "EXIT") .or. ...&lt;BR /&gt;&lt;BR /&gt;is o.k. only if the "user" is giving enough  double quotes to survive the ''action' symbol substitution.&lt;BR /&gt;But this substitution is IMHO unnecessary, why not leave it out ?&lt;BR /&gt;The main problem follows in the line&lt;BR /&gt;$ UAF 'action'&lt;BR /&gt;Here again all depends on the user entering ENOUGH double quotes, and the "ask" command(-procedure?) is preserving them.&lt;BR /&gt;So You probably require the the user to enter something like &lt;BR /&gt;  /owner="""+robert"""&lt;BR /&gt;So that the substitution results in &lt;BR /&gt; $ UAF ... /owner="+ROBERT"&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Feb 2009 08:26:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350048#M93222</guid>
      <dc:creator>Joseph Huber_1</dc:creator>
      <dc:date>2009-02-03T08:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: undefined symbol error while defining account ownership.</title>
      <link>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350049#M93223</link>
      <description>An example on how to implement&lt;BR /&gt;&lt;BR /&gt;$ owner = "robert_dev"&lt;BR /&gt;$ new_owner = "+"+owner&lt;BR /&gt;$ show sym new_owner&lt;BR /&gt;  NEW_OWNER = "+robert_dev"&lt;BR /&gt;&lt;BR /&gt;Hakan</description>
      <pubDate>Tue, 03 Feb 2009 08:45:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-openvms/undefined-symbol-error-while-defining-account-ownership/m-p/4350049#M93223</guid>
      <dc:creator>Hakan Zanderau ( Anders</dc:creator>
      <dc:date>2009-02-03T08:45:09Z</dc:date>
    </item>
  </channel>
</rss>

