<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>PAX - Tag - My Tech Info Site</title><link>https://JSnetSystems.github.io/tags/pax/</link><description>My Tech Info Site</description><generator>Hugo 0.154.2 &amp; FixIt v0.4.0-beta</generator><language>en</language><lastBuildDate>Sat, 08 Jan 2022 13:16:42 -0500</lastBuildDate><atom:link href="https://JSnetSystems.github.io/tags/pax/index.xml" rel="self" type="application/rss+xml"/><item><title>zFS Increasing Size</title><link>https://JSnetSystems.github.io/posts/zfs_post/</link><pubDate>Sat, 08 Jan 2022 13:16:42 -0500</pubDate><guid>https://JSnetSystems.github.io/posts/zfs_post/</guid><category domain="https://JSnetSystems.github.io/categories/mainframe/">Mainframe</category><description>&lt;p&gt;&lt;img loading="lazy" src='https://JSnetSystems.github.io/posts/zfs_post/cover_zFS.jpeg' alt="Character Encoding for USS" height="722" width="1720"&gt;&lt;/p&gt;
&lt;p&gt;Needed to increase the size of a zFS mounted dataset the other day. I will just provide the link to IBM website for the details but instead of duplicating everthing here, but I wasn&amp;rsquo;t aware this could be done with the pax command instead of the DFSMS REPRO command.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Snippet example from the IBM site&lt;/p&gt;
&lt;/blockquote&gt;
&lt;pre&gt;&lt;code&gt;//SYSTSIN DD *
OSHELL /usr/sbin/mount -t ZFS -f PLEX.OLD.AGGR002.LDS0002 +
 /service2 ; +
 /usr/sbin/mount -t ZFS -f PLEX.NEW.AGGR002.LDS0002 /service3 ; +
 cd /service2 ; +
 pax -rwvCMX -p eW . /service3 ;
/*
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;IBM link &lt;a href="https://www.ibm.com/docs/en/zos/2.4.0?topic=iscma-copying-each-file-directory-aggregate-larger-data-set" target="_blank" rel="external nofollow noopener noreferrer"&gt;LARGER dataset&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>