<?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; as/400 data</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/as400-data/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 01:12:57 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>As400/CLLE issue</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 07:18:33 +0000</pubDate>
		<dc:creator>Nikrajpapa</dc:creator>
				<category><![CDATA[as/400 data]]></category>
		<category><![CDATA[CLLE]]></category>
		<category><![CDATA[PGM]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i made a PGM for read as well as write the record in DSPF but my PGM doesn`t read that PF it not showing any error .. it shows Blank value in varible. PGM                                           [...]]]></description>
				<content:encoded><![CDATA[<p>i made a PGM for read as well as write the record in DSPF but my PGM doesn`t read that PF it not showing any error .. it shows Blank value in varible.</p>
<div>
<div>
<div>PGM                                                                             </div>
<div>             DCL        VAR(&#038;WS) TYPE(*CHAR) LEN(10) /* variable */             </div>
<div>             DCL        VAR(&#038;WSPID4) TYPE(*CHAR) LEN(10) /*DSPF field*/         </div>
<div>             DCL        VAR(&#038;PDPID) TYPE(*CHAR) LEN(10)  /*PF FIELD*/           </div>
<div>             DCLF       FILE(KRGUNN/TP001P)  OPNID(OP1)  /*PF*/                 </div>
<div>             DCLF       FILE(KRGUNN/TPW005D) RCDFMT(RECDSP) /*DSPF*/            </div>
<div>             OPNDBF     FILE(KRGUNN/TP001P) OPTION(*INP) OPNID(OP1)             </div>
<div>             POSDBF     OPNID(OP1) POSITION(*START)                             </div>
<div>             RCVF       RCDFMT(RTP001P) OPNID(OP1) /*READ PF*/                  </div>
<div>             CHGVAR     VAR(&#038;WS) VALUE(&#038;PDPID) /*MOVE PF VALUE TO VARIABLE*/    </div>
<div>             CHGVAR     VAR(&#038;WSPID4) VALUE(&#038;WS) /*MOVE VARIABLE TO DSPF FLD*/   </div>
<div>             SNDRCVF    RCDFMT(RECDSP)                                          </div>
<div>             CLOF       OPNID(OP1)                                              </div>
<div> EXIT:       ENDPGM                                                             </div>
</div>
</div>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400clle-issue/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Reading multiple records from dataQ</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/dataq-2/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/dataq-2/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:39:12 +0000</pubDate>
		<dc:creator>Rr22</dc:creator>
				<category><![CDATA[as/400 data]]></category>
		<category><![CDATA[AS/400 Routing Data]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Answer by MTidmarsh]]></description>
				<content:encoded><![CDATA[New Answer by MTidmarsh]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/dataq-2/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Notepad++ Regex to delete a line</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/notepad-plus-plus-regex-to-delete-a-line/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/notepad-plus-plus-regex-to-delete-a-line/#comments</comments>
		<pubDate>Wed, 21 Dec 2011 20:18:00 +0000</pubDate>
		<dc:creator>DoneThat</dc:creator>
				<category><![CDATA[as/400 data]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Well I&#8217;ve put in a lot of time, effort, energy &#038; it&#8217;s a complete bust. Using Notepad++ Regex, does anyone know how to &#8220;delete any line containing 1 and only 1 slash (/)&#8221;? Here is a sample file&#8230; 1. C;Directory1 2. C;Directory1Filename 3. C;Directory2 4. C;Directory2Filename 5. any text In the above sample, lines 1 [...]]]></description>
				<content:encoded><![CDATA[<p>Well I&#8217;ve put in a lot of time, effort, energy &#038; it&#8217;s a complete bust.<br />
 Using Notepad++ Regex, does anyone know how to &#8220;delete any line containing 1 and only 1 slash (/)&#8221;?</p>
<p> Here is a sample file&#8230;<br />
 1. C;Directory1</p>
<p> 2. C;Directory1Filename<br />
 3. C;Directory2</p>
<p> 4. C;Directory2Filename<br />
 5. any text</p>
<p> In the above sample, lines 1 and 3 would be deleted.</p>
<p> Even a 2 pass method would be fine&#8230;I.E. a blank line is left and then going back with &#8220;Extended Mode&#8221; to get rid of those.</p>
<p> If you know of another free Windows editor that can do it (using any method) &#8211; THAT would be fine!</p>
<p> I DID start to develop a 3 pass method but I&#8217;d rather find someone that might actually know how to do it!</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/notepad-plus-plus-regex-to-delete-a-line/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>AS/400</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400-56/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400-56/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 07:34:39 +0000</pubDate>
		<dc:creator>Sameeranber</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[as/400 data]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How can i delete the datafiles within endofday script]]></description>
				<content:encoded><![CDATA[<p>How can i delete the datafiles within endofday script</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400-56/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>No such path in wrkflr</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/no-such-path-in-wrkflr/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/no-such-path-in-wrkflr/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 19:07:46 +0000</pubDate>
		<dc:creator>a1maida</dc:creator>
				<category><![CDATA[as/400 data]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[CPYFRMIMPF FROMSTMF(&#8216;/SANWEIGH/SANSPACE.CSV&#8217;) TOFILE(AXMTESTLIB/SANSPACE01 ) MBROPT(*REPLACE) RCDDLM(*CRLF) File system error occurred. Error number 3025. Copy command ended because of error.]]></description>
				<content:encoded><![CDATA[<p>CPYFRMIMPF FROMSTMF(&#8216;/SANWEIGH/SANSPACE.CSV&#8217;) TOFILE(AXMTESTLIB/SANSPACE01 ) MBROPT(*REPLACE) RCDDLM(*CRLF) File system error occurred. Error number 3025. Copy command ended because of error.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/no-such-path-in-wrkflr/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arabic characters in AS/400 file</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/arabic-caracters-in-as400-file/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/arabic-caracters-in-as400-file/#comments</comments>
		<pubDate>Tue, 12 Oct 2010 12:30:25 +0000</pubDate>
		<dc:creator>BISHT321</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[as/400 data]]></category>
		<category><![CDATA[AS/400 data integration]]></category>
		<category><![CDATA[AS/400 errors]]></category>
		<category><![CDATA[Physical Files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi , I have  insert some ARABIC  Charaters in  in P.F. if i am going to upddta and trying to insert cherates the cgarters are showing as ????????. Pls help  .   Thanks , Bisht   ]]></description>
				<content:encoded><![CDATA[<p>Hi ,<br/><br/> I have  insert some ARABIC  Charaters in  in P.F. if i am going to upddta and trying to insert cherates the cgarters are showing as ????????. <br/><br/> Pls help  .<br/><br/>  <br/><br/> Thanks ,<br/><br/> Bisht  <br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/arabic-caracters-in-as400-file/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to delete data from IFS directory?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-delete-data-from-ifs-directory/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-delete-data-from-ifs-directory/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 07:49:42 +0000</pubDate>
		<dc:creator>Sms121</dc:creator>
				<category><![CDATA[as/400 data]]></category>
		<category><![CDATA[CL Program]]></category>
		<category><![CDATA[IFS]]></category>
		<category><![CDATA[IFS Commands]]></category>
		<category><![CDATA[IFS Directory]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[How to write the program for deletion of data from IFS directory? Any cl program?  ]]></description>
				<content:encoded><![CDATA[<p>How to write the program for deletion of data from IFS directory?<br/><br/> Any cl program?<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-delete-data-from-ifs-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>In one of your iseries machine,history logs are not getting displayed</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/in-one-of-your-iseries-machinehistory-logs-are-not-getting-displayed/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/in-one-of-your-iseries-machinehistory-logs-are-not-getting-displayed/#comments</comments>
		<pubDate>Mon, 05 Jul 2010 13:22:58 +0000</pubDate>
		<dc:creator>harisudhan21</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[as/400 data]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[If the joblog for a certain iSeries does not appear earlier than a month , what might have been changed?]]></description>
				<content:encoded><![CDATA[<p>If the joblog for a certain iSeries does not appear earlier than a month , what might have been changed?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/in-one-of-your-iseries-machinehistory-logs-are-not-getting-displayed/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Can any one tell me how local data area and user defined data area are used to pass data between jobs?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/as400interview-question/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/as400interview-question/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 10:51:19 +0000</pubDate>
		<dc:creator>Kaly</dc:creator>
				<category><![CDATA[as/400 data]]></category>
		<category><![CDATA[AS/400 jobs]]></category>
		<category><![CDATA[Local Data Area]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i &#8216;m new to as/400.in an interview i was asked this question.give a practical example for passing information or data through local data area.I only know that data area is an object used to store tiny bits of data or it can store one value at a time and it is used to store frequently [...]]]></description>
				<content:encoded><![CDATA[<p>i &#8216;m new to as/400.in an interview i was asked<br />
this question.give a practical example for passing information or data through<br />
local data area.I only know that data area is an object used to<br />
store tiny bits of data or it can store one value at a time and it is used to<br />
store frequently changing values or datas.thats all i know about data area can<br />
any one tell me how local data area and user defined data area are used to pass<br />
data between jobs with a example or coding.thanks in advance.<br/><br/><br />
<a href="http://itknowledgeexchange.techtarget.com/itanswers/"></a></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/as400interview-question/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>how to declare a standalone field of 32000 bytes or more in RPGLE?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/how-to-declare-a-standalone-field-of-32000-bytes-or-more-in-rpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/how-to-declare-a-standalone-field-of-32000-bytes-or-more-in-rpgle/#comments</comments>
		<pubDate>Thu, 01 Apr 2010 11:27:48 +0000</pubDate>
		<dc:creator>svankipu</dc:creator>
				<category><![CDATA[as/400 data]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[how to declare a standalone field of 32000 bytes in RPGLE? It is showing only 1024-bytes(in debug). Is there any restriction on length in RPGLE or FREE-FORMAT RPG? pls. let me know. Thanks in advacne.]]></description>
				<content:encoded><![CDATA[<p>how to declare a standalone field of 32000 bytes in RPGLE?<br />
It is showing only 1024-bytes(in debug).<br />
Is there any restriction on length in RPGLE or FREE-FORMAT RPG? pls. let me know. Thanks in advacne.</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/how-to-declare-a-standalone-field-of-32000-bytes-or-more-in-rpgle/feed/</wfw:commentRss>
		<slash:comments>0</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/22 queries in 0.030 seconds using memcached
Object Caching 885/949 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 07:14:59 -->