D U,VOL=DSKAA9 shows the same output on both systems:
IEE457I 22.41.14 UNIT STATUS 529
UNIT TYPE STATUS        VOLSER     VOLSTATE
0AA9 3390 O             DSKAA9     PRIV/RSDNT

Dale identified the cause of the problem. For some reason, IBM has decided that SYSLIB is no longer an acceptable DDname for the DD statement identifying the volume whose VTOC is to be listed.

--

Regards, Gord Tomlin
Action Software International
(a division of Mazda Computer Corporation)
Tel: (905) 470-7113, Fax: (905) 470-6507

On 2012-04-16 20:07, Mark Zelden wrote:
On Mon, 16 Apr 2012 19:38:44 -0400, Gord 
Tomlin<[email protected]>  wrote:

I just ran into a situation where IEHLIST is providing different results
for the same volume depending upon whether it is run from a z/OS 1.11
system or a z/OS 1.13 system.

The JCL looks like this:

//jobname JOB etc.
//*
//LIST    EXEC PGM=IEHLIST
//SYSPRINT DD  SYSOUT=*
//SYSLIB   DD  UNIT=3390,VOL=SER=DSKAA9,DISP=SHR
//SYSIN    DD  *
   LISTVTOC VOL=3390=DSKAA9
/*

Under z/OS 1.11, IEHLIST lists the VTOC as expected. Under z/OS 1.13,
IEHLIST issues the following message and quits:

IEH106I UNAVAILABLE DEVICE TYPE OR VOLUME I.D. SPECIFIED

The JCL is identical and the job is being run against the same volume in
both cases. The volume is available to both systems. I haven't been able
to find any relevant hits. Has anyone else seen the same symptom?


What does a "D U,VOL=DSKAA9" show from the z/OS 1.13 system?

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
mailto:[email protected]
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://expertanswercenter.techtarget.com/

----------------------------------------------------------------------
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

Reply via email to