<?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>blog.mycado.fr &#187; Unix</title>
	<atom:link href="http://blog.mycado.fr/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mycado.fr</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 28 Oct 2009 12:21:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Mapping Unix to z/OS concepts</title>
		<link>http://blog.mycado.fr/2009/08/mapping-unix-to-zos-concepts/</link>
		<comments>http://blog.mycado.fr/2009/08/mapping-unix-to-zos-concepts/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 14:39:59 +0000</pubDate>
		<dc:creator>Stéphane Journot</dc:creator>
				<category><![CDATA[IBM system z]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[z/OS]]></category>

		<guid isPermaLink="false">http://blog.mycado.fr/?p=183</guid>
		<description><![CDATA[Unix and z/OS have common points, but they have very different concepts.
With Unix we talk about &#8220;boot&#8221; a system, with z/OS we talk about IPL (Initial Program Load). IPL is a hardware function, not a program run on the system. The IPL function reads 24 bytes from an operator-specified or pre-configured device into memory starting [...]]]></description>
			<content:encoded><![CDATA[<p>Unix and z/OS have common points, but they have very different concepts.</p>
<p>With Unix we talk about &#8220;boot&#8221; a system, with z/OS we talk about <strong>IPL</strong> (Initial Program Load). IPL is a hardware function, not a program run on the system. The IPL function reads 24 bytes from an operator-specified or pre-configured device into memory starting at location zero.</p>
<p>With Unix we talk about &#8220;files&#8221;, with z/OS we talk about <strong>Datasets</strong>. Datasets are not unstructured streams of bytes, but rather are organized in various logical record and block structures determined by the <code>DSORG</code> (data set organization), <code>RECFM</code> (record format), and other parameters. Programmers utilize various access methods (such as QSAM or VSAM) in programs reading and writing data sets, their choice depending on given data set organization.</p>
<p>With Unix we have the system configuration data in the /etc, with z/OS we have <strong>PARMLIB</strong> which control how the system IPLs and how address spaces behave.</p>
<p>With Unix we have the Shell scripts, Awk, Perl,.., with z/OS we have <strong>REXX</strong> execs and <strong>CLISTS</strong>.</p>
<p>With Unix we have threads which are supported by the Kernel, with z/OS we have tasks or a service request block (<strong>SRB</strong>).</p>
<p>With Unix we edit data with Vi, emacs, sed, with z/OS we use <strong>ISPF</strong>, which is more powerful than you can think..</p>
<p>With Unix we have the ps and kill command, to view processes and kill them, with z/OS we have <strong>SDSF</strong> who allow to view and terminate a job.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.mycado.fr/2009/08/mapping-unix-to-zos-concepts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
