 




<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Answers &#187; CL programs</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/as400/cl-programs/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Sat, 18 May 2013 16:45:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>How to write a CL program if SQL query is giving some record</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-write-a-cl-program-if-sql-query-is-giving-some-record/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-write-a-cl-program-if-sql-query-is-giving-some-record/#comments</comments>
		<pubDate>Mon, 04 Mar 2013 14:08:04 +0000</pubDate>
		<dc:creator>6r</dc:creator>
				<category><![CDATA[CL programs]]></category>
		<category><![CDATA[SQL Query]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/?p=282012</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-write-a-cl-program-if-sql-query-is-giving-some-record/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to send a mail through CL</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-send-a-mail-through-cl/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-send-a-mail-through-cl/#comments</comments>
		<pubDate>Wed, 28 Nov 2012 10:14:16 +0000</pubDate>
		<dc:creator>gsivakkp86</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[CL programs]]></category>

		<guid isPermaLink="false">http://itknowledgeexchange.techtarget.com/itanswers/how-to-send-a-mail-through-cl/</guid>
		<description><![CDATA[New Discussion Post by TomLiotta]]></description>
				<content:encoded><![CDATA[New Discussion Post by TomLiotta]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-send-a-mail-through-cl/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CL questions</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-questions/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cl-questions/#comments</comments>
		<pubDate>Thu, 21 Jun 2012 10:34:02 +0000</pubDate>
		<dc:creator>Needhi</dc:creator>
				<category><![CDATA[CL programs]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[1. Does CL check for the file declared in the program before compiling the pgm? or will the cl pgm get compiled if the file declared in the pgm does not exists in the system? 2. Does CL check for the data area declared in the pgm before compiling the pgm 3. If i declare [...]]]></description>
				<content:encoded><![CDATA[<p>1. Does CL check for the file declared in the program before compiling the pgm?</p>
<div>or will the cl pgm get compiled if the file declared in the pgm does not exists in the system?</p>
<div></div>
<div>2. Does CL check for the data area declared in the pgm before compiling the pgm</div>
</div>
<div></div>
<div>3. If i declare a  physical file in cl and then chage that phyical file( add a new field) do i need to recompile the Cl?</div>
<div></div>
<div></div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cl-questions/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reading all pfs in production lib. using cl pgm</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/reading-all-pfs-in-production-lib-using-cl-pgm/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/reading-all-pfs-in-production-lib-using-cl-pgm/#comments</comments>
		<pubDate>Thu, 29 Sep 2011 03:13:25 +0000</pubDate>
		<dc:creator>6r</dc:creator>
				<category><![CDATA[CL programs]]></category>
		<category><![CDATA[CL/400]]></category>
		<category><![CDATA[DSPFD]]></category>
		<category><![CDATA[RGZPFM]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Dear all, I want to write a cl program under following scenario. 1. Use the command DSPFD to build a list of files existing in LIBA.(which is Prod Lib.) 2. Read the file. 3. Use Command RGZPFM to reorganize Every File that has more than 1000 deleted records Run the job and then DSPFD again [...]]]></description>
				<content:encoded><![CDATA[<p>Dear all,<br/><br/> I want to write a cl program under following scenario.<br/><br/> 1. Use the command DSPFD to build a list of files existing in LIBA.(which is Prod Lib.) 2. Read the file. 3. Use Command RGZPFM to reorganize Every File that has more than 1000 deleted records Run the job and then DSPFD again to check your results.<br/><br/> Its urgent task,please help me with required code in cl/400 to do this task.<br/><br/> .Thanks<br/><br/>  <br/><br/>  <br/><br/> \\<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/reading-all-pfs-in-production-lib-using-cl-pgm/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Receiving a Message from Message Queue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/receiving-a-message-from-message-queue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/receiving-a-message-from-message-queue/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 06:05:56 +0000</pubDate>
		<dc:creator>Cursorposition</dc:creator>
				<category><![CDATA[AS/400 Message Monitoring]]></category>
		<category><![CDATA[AS/400 message queues]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[CLP]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would like to receive the latest message from as400 message queue. Any one can suggest the best possible way.]]></description>
				<content:encoded><![CDATA[<p>I would like to receive the latest message from as400 message queue.  Any one can suggest the best possible way.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/receiving-a-message-from-message-queue/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CL program to transfer a job to QINTER</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-program-7/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cl-program-7/#comments</comments>
		<pubDate>Mon, 12 Sep 2011 16:47:21 +0000</pubDate>
		<dc:creator>Aringarosa</dc:creator>
				<category><![CDATA[CL programs]]></category>
		<category><![CDATA[CLP]]></category>
		<category><![CDATA[iSeries]]></category>
		<category><![CDATA[QINTER]]></category>
		<category><![CDATA[Telnet]]></category>
		<category><![CDATA[V5R4]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[hi guys, this is a long one. i use to telnet a client in a virtual dsiplay, using the command telnet rmtsys(clientsys) rmtvrtdsp(operacao). The problem is that if someone is using this display, and you try to access it, you will be kicked out without knowing why. So, i need some help to write a [...]]]></description>
				<content:encoded><![CDATA[<p>hi guys, this is a long one.<br />
i use to telnet a client in a virtual dsiplay, using the command telnet rmtsys(clientsys) rmtvrtdsp(operacao). The problem is that if someone is using this display, and you try to access it, you will be kicked out without knowing why. So, i need some help to write a CL to automaticaly transfer the  job to qinter when the virtual display is occupied.<br />
i hope the text is clear.<br />
Tanx in advance</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cl-program-7/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Creating two receivers</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/receiver/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/receiver/#comments</comments>
		<pubDate>Thu, 25 Aug 2011 10:07:36 +0000</pubDate>
		<dc:creator>Rajasekhar15</dc:creator>
				<category><![CDATA[AS/400 administration]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[Journal Receivers]]></category>
		<category><![CDATA[RPG]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i need to crt more than a 2 rcvr for a user to monitor his different jobs, like CL,RPG,SQL.but there is no option to crt more than two? why itis so?whats the truth behind it?]]></description>
				<content:encoded><![CDATA[<p>i need to crt more than a 2 rcvr for a user to monitor his different jobs, like CL,RPG,SQL.but there is no option to crt more than two? why itis so?whats the truth behind it?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/receiver/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Can I write a program in CL to update a record on a database file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-i-write-a-program-in-cl-to-update-a-record-on-a-database-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/can-i-write-a-program-in-cl-to-update-a-record-on-a-database-file/#comments</comments>
		<pubDate>Thu, 18 Aug 2011 12:04:17 +0000</pubDate>
		<dc:creator>Alanyegambaram</dc:creator>
				<category><![CDATA[AS/400 SQL]]></category>
		<category><![CDATA[CL programming]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[RPG]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi, I am not familiar with RPG . Is it possible to write a program in CL to update records in a database file. I have thought about SQL , however I do not have any SQL frontend installed on the AS/400]]></description>
				<content:encoded><![CDATA[<p>Hi,  I am not familiar with RPG . Is it possible to write a program in CL to update  records in a database file. I have thought about SQL , however I do not have any SQL frontend installed on the AS/400</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/can-i-write-a-program-in-cl-to-update-a-record-on-a-database-file/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Auto reply to CL-created messages</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/auto-reply-to-cl-created-messages/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/auto-reply-to-cl-created-messages/#comments</comments>
		<pubDate>Fri, 08 Jul 2011 17:42:51 +0000</pubDate>
		<dc:creator>OldScott</dc:creator>
				<category><![CDATA[Autoreply]]></category>
		<category><![CDATA[CL]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[SNDPGMMSG]]></category>
		<category><![CDATA[SNDUSRMSG]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Is there a way to automatically reply to either the SNDUSRMSG or SNDPGMMSG commands?]]></description>
				<content:encoded><![CDATA[<p>Is there a way to automatically reply to either the SNDUSRMSG or SNDPGMMSG commands?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/auto-reply-to-cl-created-messages/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>CL Journal Checking Program (AS400)</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cl-journal-checking-program-as400/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cl-journal-checking-program-as400/#comments</comments>
		<pubDate>Tue, 21 Jun 2011 15:42:51 +0000</pubDate>
		<dc:creator>Mani1017</dc:creator>
				<category><![CDATA[AS/400 journaling]]></category>
		<category><![CDATA[CL programming]]></category>
		<category><![CDATA[CL programs]]></category>
		<category><![CDATA[Journal Program]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I would need help to write a CL program that accepts fields: a) From Time b) To Time c) From Date (This should be able to be *CURRENT) d) To Date (This should be able to be *CURRENT) I want to only select updates/deletes/changes to files (i.e. no I/O type access etc) Please suggest.   [...]]]></description>
				<content:encoded><![CDATA[<p>I would need help to write a CL program that accepts fields:<br/><br/> a) From Time<br/><br/> b) To Time<br/><br/> c) From Date (This should be able to be *CURRENT)<br/><br/> d) To Date (This should be able to be *CURRENT)  I want to only select updates/deletes/changes to files (i.e. no I/O type access etc)<br/><br/> Please suggest.<br/><br/>  <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cl-journal-checking-program-as400/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</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/30 queries in 0.055 seconds using memcached
Object Caching 903/1065 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-18 19:04:47 -->