 




<?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; iSeries Commands</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/tag/iseries-commands/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers</link>
	<description></description>
	<lastBuildDate>Tue, 21 May 2013 22:12:10 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>display file setup</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/display-file-setup/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/display-file-setup/#comments</comments>
		<pubDate>Tue, 01 May 2012 03:17:13 +0000</pubDate>
		<dc:creator>Kiwi400</dc:creator>
				<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[iSeries v6.1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi. I have been working my way through the following post from this site, but i am stuck on something. I have attempted to set up a display file as per the instructions in the post below, but i am unsure how i create a display file that allows the selection of a library name? [...]]]></description>
				<content:encoded><![CDATA[<p>Hi. I have been working my way through the following post from this site, but i am stuck on something.<br/><br/> I have attempted to set up a display file as per the instructions in the post below, but i am unsure how i create a display file that allows the selection of a library name?<br/><br/> Any help much appreciated.<br/><br/> <a href="http://search400.techtarget.com/tip/Track-deleted-records">http://search400.techtarget.com/tip/Track-deleted-records</a><br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/display-file-setup/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>batching qsh sftp fails when using a variable for script</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/batching-qsh-sftp-fails-when-using-a-variable-for-script/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/batching-qsh-sftp-fails-when-using-a-variable-for-script/#comments</comments>
		<pubDate>Mon, 26 Mar 2012 16:13:52 +0000</pubDate>
		<dc:creator>BDLmichael</dc:creator>
				<category><![CDATA[AS400 iseries]]></category>
		<category><![CDATA[iSeries Commands]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[New Discussion Post by]]></description>
				<content:encoded><![CDATA[New Discussion Post by ]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/batching-qsh-sftp-fails-when-using-a-variable-for-script/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>CLRLIB QMPGDATA Problems</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/clrlib-qmpgdata-problems/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/clrlib-qmpgdata-problems/#comments</comments>
		<pubDate>Wed, 14 Mar 2012 10:10:29 +0000</pubDate>
		<dc:creator>ESNC</dc:creator>
				<category><![CDATA[iSeries 5.4]]></category>
		<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[QMPGDATA]]></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/clrlib-qmpgdata-problems/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Need to use the cpytoimpf command but have problem</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/need-to-use-the-cpytoimpf-command-but-have-problem/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/need-to-use-the-cpytoimpf-command-but-have-problem/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 18:55:22 +0000</pubDate>
		<dc:creator>AS400PCFileTransfer16</dc:creator>
				<category><![CDATA[CL Commands]]></category>
		<category><![CDATA[CPYTOIMPF]]></category>
		<category><![CDATA[iSeries Commands]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have an existing process that uses the following command the only change was to have it use the tildes (~) as a field delimiter. CPYTOIMPF FROMFILE(*LIBL/BDPRISM) TOSTMF(&#8216;/home/attach/vhaeom2/vhasales.txt&#8217;) MBROPT(*REPLACE) STMFCODPAG(1252) RCDDLM(*CRLF) DTAFMT(*FIXED) STRDLM(*NONE) FLDDLM(&#8216;~&#8217;) But the command the command execute without error but the tilde is not place between the fields.  Below is a small [...]]]></description>
				<content:encoded><![CDATA[<p>I have an existing process that uses the following command the only change was to have it use the tildes (~) as a field delimiter.<br/><br/> CPYTOIMPF FROMFILE(*LIBL/BDPRISM) TOSTMF(&#8216;/home/attach/vhaeom2/vhasales.txt&#8217;) MBROPT(*REPLACE) STMFCODPAG(1252) RCDDLM(*CRLF) DTAFMT(*FIXED) STRDLM(*NONE) FLDDLM(&#8216;~&#8217;) But the command the command execute without error but the tilde is not place between the fields.  Below is a small section of the file. <br/><br/> AE0443010 120180C00 00071015623 LIPITOR TAB 20 AE0443010 120180C00 07061015520 KERR VIAL PLAST CR-20 180                     AE0443010 120180C00 07061014030 KERR VIAL PLAST PPV-30 AE0443010 120180C00 07061014060 KERR VIAL PLAST PPV-60 <br/><br/> What am I doing wrong.<br/><br/>  <br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/need-to-use-the-cpytoimpf-command-but-have-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is QRWTSRVR and QCNDDMF</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/what-is-qrwtsrvr-and-qcnddmf/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/what-is-qrwtsrvr-and-qcnddmf/#comments</comments>
		<pubDate>Mon, 13 Jun 2011 09:38:37 +0000</pubDate>
		<dc:creator>Jedlasquite</dc:creator>
				<category><![CDATA[iSeries]]></category>
		<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[iSeries networking]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[What is QRWTSRVR and QCNDDMF for? Is there a default value? Where and how can I change and view this? Thank you]]></description>
				<content:encoded><![CDATA[<p>What is QRWTSRVR and QCNDDMF for?<br />
Is there a default value?<br />
Where and how can I change and view this?<br />
Thank you</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/what-is-qrwtsrvr-and-qcnddmf/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Commitment control in SQLRPGLE</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/commitment-control-in-sqlrpgle/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/commitment-control-in-sqlrpgle/#comments</comments>
		<pubDate>Fri, 10 Jun 2011 06:51:00 +0000</pubDate>
		<dc:creator>Kar</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[iSeries commitment control]]></category>
		<category><![CDATA[RPG Commit]]></category>
		<category><![CDATA[SQLRPGLE]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hi All As we know that using COMMIT keyword at file level, to acheive commitment control, however I would like to know how to acheive commitment control using SQLRPGLE with out defining the COMMIT.]]></description>
				<content:encoded><![CDATA[<p>Hi All<br/><br/> As we know that using COMMIT keyword at file level, to acheive commitment control, however I would like to know how to acheive commitment control using SQLRPGLE with out defining the COMMIT.<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/commitment-control-in-sqlrpgle/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Cmd options text missing in IBM-supplied commands</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cmd-options-text-missing/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cmd-options-text-missing/#comments</comments>
		<pubDate>Thu, 05 May 2011 20:15:06 +0000</pubDate>
		<dc:creator>DanTheDane</dc:creator>
				<category><![CDATA[AS/400]]></category>
		<category><![CDATA[Command Prompt screen]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[Messagefile]]></category>
		<category><![CDATA[V6R1]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Without any known reason, option-texts (ex &#8220;2=Edit 3=Copy&#8221; &#8230;) are no longer displayed for IBM-supplied commands. Any ideas on how to find reason and how to repair ?? rgds DanF]]></description>
				<content:encoded><![CDATA[<p>Without any known reason, option-texts (ex &#8220;2=Edit 3=Copy&#8221; &#8230;) are no longer displayed for IBM-supplied commands.<br/><br/> Any ideas on how to find reason and how to repair ??<br/><br/> rgds<br/><br/> DanF<br/><br/></p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cmd-options-text-missing/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>cvttostmf command</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/cvttostmf-command/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/cvttostmf-command/#comments</comments>
		<pubDate>Thu, 07 Apr 2011 20:47:01 +0000</pubDate>
		<dc:creator>jnixon</dc:creator>
				<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[spltool replacement]]></category>
		<category><![CDATA[Spool files]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Where can I find this?]]></description>
				<content:encoded><![CDATA[<p>Where can I find this?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/cvttostmf-command/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Can wrkrmtwtr command be used on V6R1?</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/can-wrkrmtwtr-command-be-used-on-v6r1/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/can-wrkrmtwtr-command-be-used-on-v6r1/#comments</comments>
		<pubDate>Fri, 04 Mar 2011 14:48:47 +0000</pubDate>
		<dc:creator>Banjogbv50</dc:creator>
				<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[V5R3]]></category>
		<category><![CDATA[V6R1]]></category>
		<category><![CDATA[WRKRMTWTR]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[can wrkrmtwtr command be used on V6R1?  would I download the savf that was created for V5R3, or is there a new one?]]></description>
				<content:encoded><![CDATA[<p>can wrkrmtwtr command be used on V6R1?  would I download the savf that was created for V5R3, or is there a new one?</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/can-wrkrmtwtr-command-be-used-on-v6r1/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Using send distribution in iSeries</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/sndst-content-type-multipartmixed/</link>
		<comments>http://itknowledgeexchange.techtarget.com/itanswers/sndst-content-type-multipartmixed/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 08:04:22 +0000</pubDate>
		<dc:creator>Trev</dc:creator>
				<category><![CDATA[iSeries Commands]]></category>
		<category><![CDATA[Send Distribution]]></category>
		<category><![CDATA[SNDDST]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[i am trying to use snddst but my messages header says it is multipart. I do not want this is there a way i can stop this]]></description>
				<content:encoded><![CDATA[<p>i am trying to use snddst but my messages header says it is multipart. I do not want this is there a way i can stop this</p>
<!-- wpms-network-global-inserts -->]]></content:encoded>
			<wfw:commentRss>http://itknowledgeexchange.techtarget.com/itanswers/sndst-content-type-multipartmixed/feed/</wfw:commentRss>
		<slash:comments>1</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/9 queries in 0.012 seconds using memcached
Object Caching 900/901 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 03:39:49 -->