View previous topic :: View next topic |
Author |
Message |
krisprems Beginner

Joined: 13 Dec 2006 Posts: 101 Topics: 4 Location: india
|
Posted: Mon Jun 18, 2007 2:18 am Post subject: Facing inconsistent volume with the unit. |
|
|
Hi all
I am doing a sort, and the i/p is on tape, The i/p and the error i am facing is as follows
Code: | //SORTIN DD DSN=D922.KPRSQ.BMASTER.KPRM0180.PRM71Q4,DISP=SHR
***ERROR - DSS8350E - TMS SHOWS DATASET NOT ON VOLUME 032326
***ERROR - DSS8350E - TMS SHOWS DATASET NOT ON VOLUME 030457
***ERROR - DSS5032E - VOLUME "032326" INCONSISTENT WITH UNIT "3400-5 "
|
Please help me in resolving this error!  _________________ cHEERs
krisprems |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Mon Jun 18, 2007 6:30 am Post subject: |
|
|
krisprems,
The messages you have shown are NOT sort error messages. The messages are coming from ASG software.(DOCU, INFO/X or Job scan ). Also it would be helpful if you posted the entire JCL along with the Sort cards.
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
krisprems Beginner

Joined: 13 Dec 2006 Posts: 101 Topics: 4 Location: india
|
Posted: Mon Jun 18, 2007 7:32 am Post subject: |
|
|
Hi kolusu
The JCL is as follows:
Code: | //*******************************************************
//STEP1 EXEC PGM=SORT
//SYSOUT DD SYSOUT=*
//SORTIN DD DSN=File.Name,DISP=SHR
//SORTOUT DD SYSOUT=*
//SYSIN DD *
OPTION COPY
INCLUDE COND=(6,9,CH,EQ,C'235461227')
/*
|
JESMSGLG says this
Code: | IEF403I #922136C - STARTED - TIME=08.21.11
IEF244I #922136C STEP1 - UNABLE TO ALLOCATE 1 UNIT(S) 437
AT LEAST 1 OFFLINE UNIT(S) NEEDED.
IEF877E #922136C NEEDS 1 UNIT(S) 438
FOR STEP1 SORTIN
FOR VOLUME 032326
OFFLINE, NOT ACCESSIBLE
0490-0497
:
IEF878I END OF IEF877E FOR #922136C STEP1 SORTIN
731 IEF238D #922136C - REPLY DEVICE NAME OR 'CANCEL'.
R 731,CANCEL
IEF251I #922136C JOB CANCELLED
|
Kolusu, also i discovered that the expiry date for that Dataset was 2001/203
The dataset has been deleted and scratched, is there any way to recall it? _________________ cHEERs
krisprems |
|
Back to top |
|
 |
taltyman JCL Forum Moderator

Joined: 02 Dec 2002 Posts: 310 Topics: 8 Location: Texas
|
Posted: Mon Jun 18, 2007 3:30 pm Post subject: |
|
|
Looks like your tape system thinks the dataset is on a 3400 reel tape and there are no drives online that support 3400 tapes. We haven't had round tape drives in our shop for several years.
http://en.wikipedia.org/wiki/9_track_tape |
|
Back to top |
|
 |
krisprems Beginner

Joined: 13 Dec 2006 Posts: 101 Topics: 4 Location: india
|
Posted: Mon Jun 18, 2007 11:44 pm Post subject: |
|
|
thanks for that taltyman _________________ cHEERs
krisprems |
|
Back to top |
|
 |
|
|