getuids The getuids.tar.Z file is a compressed tar file containing c source files and a man pag, These TEXT files are encoded in EBCDIC so that when you unwind them on an MVS system they will be usable. I recommend the following steps: $ $ mkdir $HOME/getuids; $ cd $HOME/getuids; $ tar -xzvf $HOME/getuids.tar.Z $ make $ mv getuids $HOME/bin $ mv getuids.man1 /usr/man/C/cat1/getuids.1 If there are any problems, let me know. Marc J. Warden (mwarden@us.ibm.com) Change History: 09/21/1998 uninitialized storage bug - resolved a program check in bld_t. Also updated email address and URL for the utility.