<?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>Rui Miguel Feio &#187; RACF</title>
	<atom:link href="http://www.ruifeio.com/category/mainframe/racf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ruifeio.com</link>
	<description>Sharing knowledge with the world</description>
	<lastBuildDate>Sat, 24 Dec 2011 15:42:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What is RACF and what does it do?</title>
		<link>http://www.ruifeio.com/2011/07/01/what-is-racf-and-what-does-it-do/</link>
		<comments>http://www.ruifeio.com/2011/07/01/what-is-racf-and-what-does-it-do/#comments</comments>
		<pubDate>Fri, 01 Jul 2011 21:01:54 +0000</pubDate>
		<dc:creator>Rui Miguel Feio</dc:creator>
				<category><![CDATA[RACF]]></category>
		<category><![CDATA[Tech - Mainframe]]></category>

		<guid isPermaLink="false">http://www.ruifeio.com/?p=715</guid>
		<description><![CDATA[RACF (Resource Access Control Facility) helps to secure an organization’s Mainframe environment by providing: - Flexible control of access to protected resources - Protection of installation-defined resources - Ability to store information for other products - Choice of centralized or decentralized control of profiles - An ISPF panel interface - Transparency to end users - [...]]]></description>
			<content:encoded><![CDATA[<p>RACF (Resource Access Control Facility) helps to secure an organization’s Mainframe environment by providing:</p>
<p>- Flexible control of access to protected resources</p>
<p>- Protection of installation-defined resources</p>
<p>- Ability to store information for other products</p>
<p>- Choice of centralized or decentralized control of profiles</p>
<p>- An ISPF panel interface</p>
<p>- Transparency to end users</p>
<p>- Exits for installation-written routines.</p>
<p><br/><br />
A typical RACF protected system is organized in a certain manner. Users that need access to the same resources are gathered together and placed into groups. These groups are then given access to the data and resources needed by its members:</p>
<p>1. Several <strong>Users</strong></p>
<p>2. Are placed into <strong>Groups</strong></p>
<p>3. Which are given access to <strong>Resources</strong>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruifeio.com/2011/07/01/what-is-racf-and-what-does-it-do/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check which RACF datasets are in use</title>
		<link>http://www.ruifeio.com/2009/08/16/how-to-check-the-racf-datasets-that-are-in-use/</link>
		<comments>http://www.ruifeio.com/2009/08/16/how-to-check-the-racf-datasets-that-are-in-use/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 15:50:08 +0000</pubDate>
		<dc:creator>Rui Miguel Feio</dc:creator>
				<category><![CDATA[RACF]]></category>

		<guid isPermaLink="false">http://www.ruifeio.com/?p=233</guid>
		<description><![CDATA[Knowing the names and locations of the RACF datasets that are currently being used by the system is quite easy. For this we have to use the command TSO RVARY Example: TSO RVARY Returns: RACF DATABASE STATUS: ACTIVE USE  NUM VOLUME   DATASET ------ ---  --- ------   ------- YES   PRIM   1 TSTCT1   SYS1.RACF.PRIMARY YES   BACK   1 [...]]]></description>
			<content:encoded><![CDATA[<p>Knowing the names and locations of the RACF datasets that are currently being used by the system is quite easy.</p>
<p>For this we have to use the command <em>TSO RVARY</em></p>
<p><strong>Example:</strong></p>
<p>TSO RVARY</p>
<p><strong>Returns:</strong></p>
<p><code style="font-size: 12px;">RACF DATABASE STATUS:<br />
ACTIVE USE  NUM VOLUME   DATASET<br />
------ ---  --- ------   -------<br />
YES   PRIM   1 TSTCT1   SYS1.RACF.PRIMARY<br />
YES   BACK   1 TSTDL1   SYS1.RACF.BACKUP<br />
RVARY COMMAND HAS FINISHED PROCESSING.<br />
</code><br />
<strong>Note:</strong></p>
<p>YES indicates that the dataset is active and therefore in use by the system.</p>
<p>TSTCT1 and TSTDL1 are the volume names where each of the RACF datasets are located.</p>
<p><strong>Tip:<br />
</strong></p>
<p>Issuing the command <em>TSO RVARY </em>is exactly the same thing as issuing the command <em>TSO RVARY LIST</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ruifeio.com/2009/08/16/how-to-check-the-racf-datasets-that-are-in-use/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

