<?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>yeayuh.com</title>
	<atom:link href="http://yeayuh.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://yeayuh.com</link>
	<description>PeopleSoft and Food</description>
	<lastBuildDate>Wed, 18 May 2011 01:22:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Windows Password Reset</title>
		<link>http://yeayuh.com/2011/05/windows-password-reset/</link>
		<comments>http://yeayuh.com/2011/05/windows-password-reset/#comments</comments>
		<pubDate>Wed, 18 May 2011 01:21:02 +0000</pubDate>
		<dc:creator>YeaYuh</dc:creator>
				<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://yeayuh.com/?p=12</guid>
		<description><![CDATA[In case you or a friend has locked themselves out of their computer. Offline Windows Password &#038; Registry Editor]]></description>
			<content:encoded><![CDATA[<p>In case you or a friend has locked themselves out of their computer.</p>
<p><a href="http://pogostick.net/~pnh/ntpasswd/">Offline Windows Password &#038; Registry Editor</a></p>
]]></content:encoded>
			<wfw:commentRss>http://yeayuh.com/2011/05/windows-password-reset/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Peoplesoft Record Information</title>
		<link>http://yeayuh.com/2011/05/peoplesoft-record-information/</link>
		<comments>http://yeayuh.com/2011/05/peoplesoft-record-information/#comments</comments>
		<pubDate>Sun, 15 May 2011 22:12:22 +0000</pubDate>
		<dc:creator>YeaYuh</dc:creator>
				<category><![CDATA[PeopleSoft]]></category>
		<category><![CDATA[SLQ]]></category>

		<guid isPermaLink="false">http://yeayuh.com/?p=5</guid>
		<description><![CDATA[SQL gets a PS Record information from the database in a easy to view format. Great for inserting table information documentation. * List table meta data for conversion */ select a.recname,a.fieldname, /* a.fieldnum, */ case b.fieldtype when 0 then &#8216;Char&#8217; when 1 then &#8216;Long Char&#8217; when 2 then &#8216;Number&#8217; when 3 then &#8216;Signed Number&#8217; when [...]]]></description>
			<content:encoded><![CDATA[<p>SQL gets a PS Record information from the database in a easy to view format.  Great for inserting table information documentation.<br />
<span id="more-5"></span><br />
* List table meta data for conversion */<br />
select a.recname,a.fieldname,<br />
/* a.fieldnum, */<br />
case b.fieldtype when 0 then &#8216;Char&#8217;<br />
                       when 1 then &#8216;Long Char&#8217;<br />
                       when 2 then &#8216;Number&#8217;<br />
                       when 3 then &#8216;Signed Number&#8217;<br />
                       when 4 then &#8216;Date&#8217;<br />
                       when 5 then &#8216;Time&#8217;<br />
                       when 6 then &#8216;DTTIM&#8217;<br />
                       when 8 then &#8216;Image&#8217;<br />
                       when 9 then &#8216;Image Ref&#8217;<br />
                       else &#8216;N/A&#8217; end type,<br />
case<br />
when b.fieldtype = 2 or b.fieldtype = 3 then<br />
trim(to_char (b.length)) || &#8216;.&#8217; || b.decimalpos<br />
else to_char(b.length) end &#8220;Length&#8221;,<br />
case b.format when 6 then &#8216;Mixed&#8217;<br />
                    when 8 then &#8216;Num&#8217;<br />
                    when 12 then &#8216;Scnds&#8217;<br />
                    else &#8216; &#8216; end &#8220;Format&#8221; ,<br />
case<br />
when bitand (useedit, 1) &gt; 0 then &#8216;Key&#8217;<br />
when bitand (useedit, 2) &gt; 0 then &#8216;Dup&#8217;<br />
when bitand (useedit, 16) &gt; 0 then &#8216;Alt&#8217;<br />
else null end &#8220;Key&#8221;,<br />
case<br />
when bitand (useedit, 256) &gt; 0 then &#8216;Yes&#8217;<br />
else null end &#8220;Req&#8221;,<br />
case<br />
when bitand (useedit, 512) &gt; 0 then &#8216;XLAT&#8217;<br />
when bitand (useedit, 8192) &gt; 0 then &#8216;Y/N&#8217;<br />
when bitand (useedit , 16384) &gt; 0 then &#8216;Prompt&#8217;<br />
else null end &#8220;TblEdt&#8221;,<br />
a.edittable &#8220;Prompt Table&#8221;,<br />
case<br />
when trim(a.deffieldname) = &#8221; then &#8216; &#8216; else<br />
trim (a.defrecname) || &#8216;.&#8217; || a.deffieldname end &#8220;Default Value&#8221;<br />
from psrecfielddb a, psdbfield b<br />
where a.fieldname = b.fieldname<br />
and recname = &#8216;<strong>TABLE_NAME</strong>&#8216; order by fieldnum;</p>
]]></content:encoded>
			<wfw:commentRss>http://yeayuh.com/2011/05/peoplesoft-record-information/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

