Thanks! That appears to be what I needed. I just didn't really understand what it was getting at. It is not authorized, so I can use it in my program. Now to determine if I want to or not. I may use NONBASE=YES, and then test for whether the UCB is an alias based on what else I am planning to do with it. I haven't entirely designed exactly what I want to accomplish. This is a "for learning" project of my own. A UNIX command to list on-line DASD volumes and optionally list other data, such as device number or LSPACE, perhaps even the datasets on the volume.
-- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Bill Fairchild > Sent: Monday, May 07, 2012 8:38 AM > To: [email protected] > Subject: Re: UCBSCAN question. > > Investigate the NONBASE keyword. It might be authorized. > > Bill Fairchild > Programmer > Rocket Software > 408 Chamberlain Park Lane * Franklin, TN 37069-2526 * USA > t: +1.617.614.4503 * e: [email protected] * w: > www.rocketsoftware.com > > -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of McKown, John > Sent: Monday, May 07, 2012 8:21 AM > To: [email protected] > Subject: UCBSCAN question. > > I am using the UCBSCAN macro to go through all the on-line > DASD UCBs. My invocation looks like: > > UCBSCAN COPY,UCBAREA=UCBCOPY, > WORKAREA=SCANWORK, > UCBPAREA=UCBPAREA, > CMXTAREA=CMXTAREA, > RANGE=ALL, > PLISTVER=MAX, > DYNAMIC=YES, > DCEAREA=MYDCE, > DCELEN=LMYDCE, > DEVCLASS=DASD, > IOCTOKEN=TOKEN, > MF=(E,(1)) > > Will this return PAV alias UCBs as well as the "base" UCB? If > so, how do it get to only return the "base". Or do I need to > test each UCB's UCBWGT for UCBMTPXP? Or something else. We > don't have PAV at all, so I cannot do any actual testing. > > -- > John McKown > Systems Engineer IV > IT > > Administrative Services Group > > HealthMarkets(r) > > 9151 Boulevard 26 * N. Richland Hills * TX 76010 > (817) 255-3225 phone * > [email protected] * www.HealthMarkets.com > > Confidentiality Notice: This e-mail message may contain > confidential or proprietary information. If you are not the > intended recipient, please contact the sender by reply e-mail > and destroy all copies of the original message. > HealthMarkets(r) is the brand name for products underwritten > and issued by the insurance subsidiaries of HealthMarkets, > Inc. -The Chesapeake Life Insurance Company(r), Mid-West > National Life Insurance Company of TennesseeSM and The MEGA > Life and Health Insurance Company.SM > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access > instructions, send email to [email protected] with the > message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN

