 




<?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: read PF member records using SQL400</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/</link>
	<description></description>
	<lastBuildDate>Sun, 19 May 2013 03:14:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: The Most-Watched IT Questions: February 15, 2012 - ITKE Community Blog</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102930</link>
		<dc:creator>The Most-Watched IT Questions: February 15, 2012 - ITKE Community Blog</dc:creator>
		<pubDate>Wed, 15 Feb 2012 17:10:25 +0000</pubDate>
		<guid isPermaLink="false">#comment-102930</guid>
		<description><![CDATA[[...] CharlieBrown explains how to read PF member records using [...]]]></description>
		<content:encoded><![CDATA[<p>[...] CharlieBrown explains how to read PF member records using [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdsathishkumar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102487</link>
		<dc:creator>pdsathishkumar</dc:creator>
		<pubDate>Mon, 06 Feb 2012 05:45:16 +0000</pubDate>
		<guid isPermaLink="false">#comment-102487</guid>
		<description><![CDATA[Thanks Mr. Tom and Phil........

i didn&#039;t learn AS400 from any institution.... i have learning myself... so only i am asking like this question... both your helping for my career... 

one more Thanks for you....]]></description>
		<content:encoded><![CDATA[<p>Thanks Mr. Tom and Phil&#8230;&#8230;..</p>
<p>i didn&#8217;t learn AS400 from any institution&#8230;. i have learning myself&#8230; so only i am asking like this question&#8230; both your helping for my career&#8230; </p>
<p>one more Thanks for you&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102475</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 05 Feb 2012 23:49:01 +0000</pubDate>
		<guid isPermaLink="false">#comment-102475</guid>
		<description><![CDATA[&lt;i&gt;where we can use the QTEMP library…&lt;/i&gt;

Every job has its own unique QTEMP library. If you create an object in QTEMP, no other job can see that object.

Often, a file in QTEMP will be created from a CRTDUPOBJ command. An application might have an empty file description in that application&#039;s data library. Different jobs may duplicate that file description into QTEMP to have a private copy. The job can put data into the private file to use for temporary work without interference with or from other jobs that are doing the same kind of work.

You might compile over the original file description in the main data library (the &quot;template&quot; file), and use &lt;b&gt;OVRDBF &lt;/b&gt;to override to the temporary version in your QTEMP library &lt;b&gt;at run time&lt;/b&gt;. When your job finishes, the QTEMP library goes away automatically. All temporary data goes away when the job ends.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>where we can use the QTEMP library…</i></p>
<p>Every job has its own unique QTEMP library. If you create an object in QTEMP, no other job can see that object.</p>
<p>Often, a file in QTEMP will be created from a CRTDUPOBJ command. An application might have an empty file description in that application&#8217;s data library. Different jobs may duplicate that file description into QTEMP to have a private copy. The job can put data into the private file to use for temporary work without interference with or from other jobs that are doing the same kind of work.</p>
<p>You might compile over the original file description in the main data library (the &#8220;template&#8221; file), and use <b>OVRDBF </b>to override to the temporary version in your QTEMP library <b>at run time</b>. When your job finishes, the QTEMP library goes away automatically. All temporary data goes away when the job ends.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102473</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sun, 05 Feb 2012 19:57:30 +0000</pubDate>
		<guid isPermaLink="false">#comment-102473</guid>
		<description><![CDATA[QTEMP can be used for objects that are Job specific.
&lt;b&gt;Advantages &lt;/b&gt;
- Each job is certain of having unique set of the objects in QTEMP -- workfile are a good example
- There is automatic cleanup, when Job ends Qtemp and all objects in Qtemp disappear
&lt;b&gt;Disadvantages&lt;/b&gt;
- Any evidence in these objects that will help track down job problems are gone when job ends.
- These objects cannot generally be shared between jobs]]></description>
		<content:encoded><![CDATA[<p>QTEMP can be used for objects that are Job specific.<br />
<b>Advantages </b><br />
- Each job is certain of having unique set of the objects in QTEMP &#8212; workfile are a good example<br />
- There is automatic cleanup, when Job ends Qtemp and all objects in Qtemp disappear<br />
<b>Disadvantages</b><br />
- Any evidence in these objects that will help track down job problems are gone when job ends.<br />
- These objects cannot generally be shared between jobs</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdsathishkumar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102470</link>
		<dc:creator>pdsathishkumar</dc:creator>
		<pubDate>Sun, 05 Feb 2012 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-102470</guid>
		<description><![CDATA[thanks Mr. Phil, i got your points...

so, doesn&#039;t we create the PF, LF and RPG program?

where we can use the QTEMP library...]]></description>
		<content:encoded><![CDATA[<p>thanks Mr. Phil, i got your points&#8230;</p>
<p>so, doesn&#8217;t we create the PF, LF and RPG program?</p>
<p>where we can use the QTEMP library&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102466</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sun, 05 Feb 2012 12:57:40 +0000</pubDate>
		<guid isPermaLink="false">#comment-102466</guid>
		<description><![CDATA[if you;re using option 14 to compile the logical and it compiles in batch -- it&#039;s a seperate job stream and when it ends the logical ceases to exist.]]></description>
		<content:encoded><![CDATA[<p>if you;re using option 14 to compile the logical and it compiles in batch &#8212; it&#8217;s a seperate job stream and when it ends the logical ceases to exist.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: philpl1jb</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102464</link>
		<dc:creator>philpl1jb</dc:creator>
		<pubDate>Sun, 05 Feb 2012 12:19:58 +0000</pubDate>
		<guid isPermaLink="false">#comment-102464</guid>
		<description><![CDATA[From the message it appears that the logical was created.
Perhaps you are confused about the neature of the QTEMP library.
Scope of QtEMP - one job, DURATION of QTEMP - duration of that job
If your logical is created in a batch operation it will only be visible to that batch job and will only last until the batch job ends.
If you logical is creted bu an interative job (session) it is only visible in that session and will disappear when the session ends.
A batch job could issue the command CRTLF and then Compile an RPG program that uses the logical.  
A batch job could issue the command CRTLF and then run an RPG program that uses the file.
So QTEMP is 1 temporary 2 issolated to the job.
Phil]]></description>
		<content:encoded><![CDATA[<p>From the message it appears that the logical was created.<br />
Perhaps you are confused about the neature of the QTEMP library.<br />
Scope of QtEMP &#8211; one job, DURATION of QTEMP &#8211; duration of that job<br />
If your logical is created in a batch operation it will only be visible to that batch job and will only last until the batch job ends.<br />
If you logical is creted bu an interative job (session) it is only visible in that session and will disappear when the session ends.<br />
A batch job could issue the command CRTLF and then Compile an RPG program that uses the logical.<br />
A batch job could issue the command CRTLF and then run an RPG program that uses the file.<br />
So QTEMP is 1 temporary 2 issolated to the job.<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdsathishkumar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102460</link>
		<dc:creator>pdsathishkumar</dc:creator>
		<pubDate>Sun, 05 Feb 2012 09:06:13 +0000</pubDate>
		<guid isPermaLink="false">#comment-102460</guid>
		<description><![CDATA[Why PF and LF didn&#039;t create in QTEMP.... any reason for it....]]></description>
		<content:encoded><![CDATA[<p>Why PF and LF didn&#8217;t create in QTEMP&#8230;. any reason for it&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tomliotta</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102458</link>
		<dc:creator>tomliotta</dc:creator>
		<pubDate>Sun, 05 Feb 2012 08:48:17 +0000</pubDate>
		<guid isPermaLink="false">#comment-102458</guid>
		<description><![CDATA[&lt;i&gt;i ll show error.. that is ” Message . . . . : File TEST3 created in library QTEMP.”&lt;/i&gt;

Text from a message is usualy not helpful to someone else. The message identifier is more important. More than one message identifier can have the same text.

&lt;i&gt;please give me a suggestion…&lt;/i&gt;

However, in this case, it doesn&#039;t matter because that isn&#039;t an error message. The file was created in QTEMP just as you asked for.

There is no suggestion possible because there is nothing wrong.

Tom]]></description>
		<content:encoded><![CDATA[<p><i>i ll show error.. that is ” Message . . . . : File TEST3 created in library QTEMP.”</i></p>
<p>Text from a message is usualy not helpful to someone else. The message identifier is more important. More than one message identifier can have the same text.</p>
<p><i>please give me a suggestion…</i></p>
<p>However, in this case, it doesn&#8217;t matter because that isn&#8217;t an error message. The file was created in QTEMP just as you asked for.</p>
<p>There is no suggestion possible because there is nothing wrong.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pdsathishkumar</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/read-pf-member-records-using-sql400/#comment-102451</link>
		<dc:creator>pdsathishkumar</dc:creator>
		<pubDate>Sat, 04 Feb 2012 16:50:38 +0000</pubDate>
		<guid isPermaLink="false">#comment-102451</guid>
		<description><![CDATA[i don&#039;t know, i think this is right place for my another one question, 

i created PF in my library (lib1) and i tried to create LF for my PF in QTEMP library. but i can&#039;t create it... i ll show error.. that is &quot; Message . . . . :   File TEST3 created in library QTEMP.&quot;
 please give me a suggestion...]]></description>
		<content:encoded><![CDATA[<p>i don&#8217;t know, i think this is right place for my another one question, </p>
<p>i created PF in my library (lib1) and i tried to create LF for my PF in QTEMP library. but i can&#8217;t create it&#8230; i ll show error.. that is &#8221; Message . . . . :   File TEST3 created in library QTEMP.&#8221;<br />
 please give me a suggestion&#8230;</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.039 seconds using memcached
Object Caching 393/399 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-19 05:05:15 -->