<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to run a command within a CLP only during a specific time frame</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-a-command-within-a-clp-only-during-a-specific-time-frame/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-a-command-within-a-clp-only-during-a-specific-time-frame/</link>
	<description></description>
	<lastBuildDate>Thu, 20 Jun 2013 03:04:31 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-a-command-within-a-clp-only-during-a-specific-time-frame/#comment-85869</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Tue, 28 Dec 2010 19:32:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-85869</guid>
		<description><![CDATA[Comparison operators can be entered as symbols such as &quot;=&quot; or &quot;&lt;&quot;, but it&#039;s better to use the mnemonics.&lt;ul&gt;
	&lt;li&gt;*LT is Less-Than&lt;/li&gt;&lt;li&gt;*GT is Greater-Than&lt;/li&gt;&lt;li&gt;*EQ is Equal&lt;/li&gt;&lt;li&gt;*LE is Less-Than-Or-Equal&lt;/li&gt;&lt;li&gt;*GE is Greater-Than-Or-Equal&lt;/li&gt;&lt;li&gt;*AND is And&lt;/li&gt;&lt;li&gt;*NOT is Not&lt;/li&gt;&lt;li&gt;*CAT is Concatenate&lt;/li&gt;&lt;li&gt;*TCAT is Concatenate-With-Truncation&lt;/li&gt;&lt;li&gt;*BCAT is Concatenate-With-Single-Blank&lt;/li&gt;
&lt;/ul&gt;
The mnemonics are not case-sensitive. I prefer using lower-case for all language elements because it will emphasizes how the command analyzer interprets commands after I prompt them. When I change a command, I always copy it first, then change the copy.

I can see dramatic differences due to the upper-casing by the prompter. Especially with a complex expression involving embedded quotes, I expect to see where all of the mnemonics have been recognized by the prompter.

If the change looks correct, I copy/paste just the change back into the original and type over any bits to set letters to lower-case.

Tom]]></description>
		<content:encoded><![CDATA[<p>Comparison operators can be entered as symbols such as &#8220;=&#8221; or &#8220;&lt;&#8221;, but it&#8217;s better to use the mnemonics.
<ul>
<li>*LT is Less-Than</li>
<li>*GT is Greater-Than</li>
<li>*EQ is Equal</li>
<li>*LE is Less-Than-Or-Equal</li>
<li>*GE is Greater-Than-Or-Equal</li>
<li>*AND is And</li>
<li>*NOT is Not</li>
<li>*CAT is Concatenate</li>
<li>*TCAT is Concatenate-With-Truncation</li>
<li>*BCAT is Concatenate-With-Single-Blank</li>
</ul>
<p>The mnemonics are not case-sensitive. I prefer using lower-case for all language elements because it will emphasizes how the command analyzer interprets commands after I prompt them. When I change a command, I always copy it first, then change the copy.</p>
<p>I can see dramatic differences due to the upper-casing by the prompter. Especially with a complex expression involving embedded quotes, I expect to see where all of the mnemonics have been recognized by the prompter.</p>
<p>If the change looks correct, I copy/paste just the change back into the original and type over any bits to set letters to lower-case.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-a-command-within-a-clp-only-during-a-specific-time-frame/#comment-85847</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Tue, 28 Dec 2010 12:00:53 +0000</pubDate>
		<guid isPermaLink="false">#comment-85847</guid>
		<description><![CDATA[*lt is less then.  So this would be true when the endtime value is less than the start time.  As in &amp;Strtime = 2300 and &amp;EndTime = 0100
if (&amp;ENDTIME *lt &amp;STRTIME 

Phil]]></description>
		<content:encoded><![CDATA[<p>*lt is less then.  So this would be true when the endtime value is less than the start time.  As in &amp;Strtime = 2300 and &amp;EndTime = 0100<br />
if (&amp;ENDTIME *lt &amp;STRTIME </p>
<p>Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lotofbad</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-a-command-within-a-clp-only-during-a-specific-time-frame/#comment-85845</link>
		<dc:creator>lotofbad</dc:creator>
		<pubDate>Tue, 28 Dec 2010 09:08:27 +0000</pubDate>
		<guid isPermaLink="false">#comment-85845</guid>
		<description><![CDATA[Tom, I had to wrk the second senerio you gave and it worked great. Question: command ENDTIME *lt &amp;STRTIME ).....what does the *lt stand for.]]></description>
		<content:encoded><![CDATA[<p>Tom, I had to wrk the second senerio you gave and it worked great. Question: command ENDTIME *lt &amp;STRTIME )&#8230;..what does the *lt stand for.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lotofbad</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-run-a-command-within-a-clp-only-during-a-specific-time-frame/#comment-85843</link>
		<dc:creator>lotofbad</dc:creator>
		<pubDate>Tue, 28 Dec 2010 08:44:06 +0000</pubDate>
		<guid isPermaLink="false">#comment-85843</guid>
		<description><![CDATA[Thanks Tom, 

I will try and go through the process you suggested and see if I understand it as I walk through it all.]]></description>
		<content:encoded><![CDATA[<p>Thanks Tom, </p>
<p>I will try and go through the process you suggested and see if I understand it as I walk through it all.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 3/10 queries in 0.038 seconds using memcached
Object Caching 309/315 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-20 03:32:43 -->