<?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"
	>
<channel>
	<title>Comments on: I need to create a job to delete PFs based on create date or a variable w/in the name</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-create-a-job-to-delete-pfs-based-on-create-date-or-a-variable-win-the-name/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-create-a-job-to-delete-pfs-based-on-create-date-or-a-variable-win-the-name/</link>
	<description></description>
	<pubDate>Mon, 09 Nov 2009 11:24:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: Mars808</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/i-need-to-create-a-job-to-delete-pfs-based-on-create-date-or-a-variable-win-the-name/#comment-57971</link>
		<dc:creator>Mars808</dc:creator>
		<pubDate>Fri, 21 Nov 2008 18:03:29 +0000</pubDate>
		<guid isPermaLink="false">#comment-57971</guid>
		<description>Aloha- Thank you so much for your time, I really appreciate it.
I actually came up w/ something really simple (maybe too much so!)
Here's mine, maybe if anyone sees anything glaringly 'wrong' you could be so kind as to let me know- 
 PGM
     DCL        VAR(&#38;MO) TYPE(*CHAR) LEN(2)
     DCL        VAR(&#38;DLTUB) TYPE(*CHAR) LEN(9)
     DCL        VAR(&#38;DLTHF) TYPE(*CHAR) LEN(9)

     RTVSYSVAL  SYSVAL(QMONTH) RTNVAR(&#38;MO)

     CHGVAR     VAR(&#38;DLTUB) VALUE('ECPAU4' *CAT &#38;MO *CAT '*')
     CHGVAR     VAR(&#38;DLTHF) VALUE('ECPAH4' *CAT &#38;MO *CAT '*')

     DLTF       FILE(HS#FTST/&#38;DLTUB)
     MONMSG     MSGID(CPF2125)
     DLTF       FILE(HS#FTST/&#38;DLTHF)
     MONMSG     MSGID(CPF2125)
ENDPGM</description>
		<content:encoded><![CDATA[<p>Aloha- Thank you so much for your time, I really appreciate it.<br />
I actually came up w/ something really simple (maybe too much so!)<br />
Here&#8217;s mine, maybe if anyone sees anything glaringly &#8216;wrong&#8217; you could be so kind as to let me know-<br />
 PGM<br />
     DCL        VAR(&amp;MO) TYPE(*CHAR) LEN(2)<br />
     DCL        VAR(&amp;DLTUB) TYPE(*CHAR) LEN(9)<br />
     DCL        VAR(&amp;DLTHF) TYPE(*CHAR) LEN(9)</p>
<p>     RTVSYSVAL  SYSVAL(QMONTH) RTNVAR(&amp;MO)</p>
<p>     CHGVAR     VAR(&amp;DLTUB) VALUE(&#8217;ECPAU4&#8242; *CAT &amp;MO *CAT &#8216;*&#8217;)<br />
     CHGVAR     VAR(&amp;DLTHF) VALUE(&#8217;ECPAH4&#8242; *CAT &amp;MO *CAT &#8216;*&#8217;)</p>
<p>     DLTF       FILE(HS#FTST/&amp;DLTUB)<br />
     MONMSG     MSGID(CPF2125)<br />
     DLTF       FILE(HS#FTST/&amp;DLTHF)<br />
     MONMSG     MSGID(CPF2125)<br />
ENDPGM</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- dynamic -->