On Fri, 26 Dec 2008 17:16:04 -0500, Howard Rifkind <[email protected]> wrote:
>Please bare with me a moment and let me redefine what I'm after: I have two groups, both of which start with: GROUP NAME(ISFSPROG), TSOAUTH(JCL,OPER,ACCT), and the second: GROUP NAME(SYSPRGSX), TSOAUTH(JCL,OPER,ACCT), I want the people who have the TSOAUTH... of the second group to have their SDSF/LOG command start them at column #51 ILOGCOL(51), How can I do this. Right now as things stand all are falling into the first group. Thanks ======================================== Howard, Both IUID and TSOAUTH are used to assign userids to a group. Don't use both. Since the matching is from the top down, everyone that has "uads" (RACF/TOP Secret/ACF2) attributes of JCL, OPER, and ACCT will fall into the first group with those classifications. So the solution would be to put the SYSPRGSX group first (before the other entry), and remove TSOAUTH from that group since you are using IUID to classify the userids. Then it will only include the users in your NTBL entry. Mark -- Mark Zelden Sr. Software and Systems Architect - z/OS Team Lead Zurich North America / Farmers Insurance Group - ZFUS G-ITO mailto:[email protected] z/OS Systems Programming expert at http://expertanswercenter.techtarget.com/ Mark's MVS Utilities: http://home.flash.net/~mzelden/mvsutil.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

