On Wed, 9 Jul 2008 16:01:39 -0400, George Allen Bly <[EMAIL PROTECTED]> wrote:

>Try command "D OMVS,F".
>
>George
>
>________________________________________
>From: IBM Mainframe Discussion List [EMAIL PROTECTED] On Behalf Of 
Lizette Koehler [EMAIL PROTECTED]
>Sent: Wednesday, July 09, 2008 3:50 PM
>To: [email protected]
>Subject: Listing of current ROOT with Mount Points
>
>I was wondering if any cleaver sysprog out there wrote a process that would 
extract the current ROOT and its mount points.  Then compare those 
mountpoint to the new ROOT that would go in with the IPL and flag any 
differences?
>
>I am still to new at USS to see how to do this with REXX on z/OS.
>
>This would need to work against HFS and zFS files.  Yes - I know that UNIX 
is UNIX, however, I want to make sure I am specific enough.
>
>I am currently working on my z/OS V1.7 to V1.9 upgrade.  And it seems we 
sometimes have others add mount points and not update our documentation.
>
>I am just looking for an easy way to see what is changing between the two.
>
>For example.  I am adding SIGYROOT to my new ROOT.  It currently does not 
exist in my z/OS V1.7 Root.
>
>Thanks for any thoughts.
>
>Lizette
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
>Search the archives at http://bama.ua.edu/archives/ibm-main.html
>
>----------------------------------------------------------------------
>For IBM-MAIN subscribe / signoff / archive access instructions,
>send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
>Search the archives at http://bama.ua.edu/archives/ibm-main.html


In batch, here's an option that works:

//RUNOSH   EXEC PGM=IKJEFT1B,REGION=2M           
//SYSEXEC  DD   DSN=SYS1.SBPXEXEC,DISP=SHR       
//SYSTSPRT DD   SYSOUT=*                         
//SYSTSIN  DD *                                  
 OSHELL df
/*                        


Scott Barry
SBBWorks, Inc.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to