View previous topic :: View next topic |
Author |
Message |
issac1029 Intermediate

Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Tue Mar 13, 2007 8:15 am Post subject: IEF877E Pending Job |
|
|
Code: | COMMAND INPUT ===> SCROLL ===> CSR
15.01.15 JOB30814 $HASP373 XXXXX STARTED - WLM INIT - SRVCLASS BATCH - S
15.01.15 JOB30814 IEF403I XXXXX - STARTED - TIME=15.01.15
15.01.17 JOB30814 IEF244I XXXXX XXXXX - UNABLE TO ALLOCATE 1 UNIT(S) 793
793 AT LEAST 1 OFFLINE UNIT(S) NEEDED.
15.01.17 JOB30814 IEF877E XXXXX NEEDS 1 UNIT(S) 795
795 FOR XXXXX STEPLIB
795 FOR VOLUME E1BD
795 OFFLINE
795 6000-609F 6100-619F 6200-629F 6300-639F 6400-649F 6500-659F 6
795 6700-679F 6800-689F 6900-699F 6A00-6A9F 6B00-6B9F 6C00-709F 7
795 7200-729F 7300-739F 7400-749F 7500-759F 7600-769F 7700-779F 7
795 7900-799F 7A00-7A9F 7B00-7B9F 7C00-7FFF 82FC-82FF A000-A09F A
795 A200-A29F A300-A39F A400-A49F A500-A59F A700-A79F A800-A89F A
795 AB00-AB9F AD00-AD9F AF00-AF9F B000-B09F B100-B19F B200-B29F B
795 B400-B49F B500-B59F B700-B79F B800-B89F B900-B99F BB00-BB9F B
795 BF00-BF9F D8A0-D8AF D9A0-D9AF DAA0-DAAF DBA0-DBAF 84D2-84FF 8
795 D1E0-D1FF D56B-D5FF E31A E336-E33F E3B6-E3BF
795 :
15.01.17 JOB30814 IEF878I END OF IEF877E FOR XXXXX XXXX STEPLIB
15.01.17 JOB30814 *1592 IEF238D XXXXX - REPLY DEVICE NAME OR 'CANCEL' |
The Job pending here, and can't be cancel. The I issued a /R 1592 cancel
The job has a message 'the reply is not eigible' and another message
'1594 IEF238D.....' . Then my pending job was canceled(I think is by my previous 'C' and 'P' command).
Why this happend ? Does that mean all request to a offline device need a reply, then can be cancel finally ? |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Tue Mar 13, 2007 8:35 am Post subject: |
|
|
yes - requesting an offline device needs a reply - the device may not actually exist although it is defined (I think that is possible) or it might be broken (don't want it to start up without confimation) or possibly many other reasons. And if the unit cannot be put online then you want to free up the resources the job is using so you have the option to cancel it. In the 'old' days there was the option of 'WAIT' as well. I would check that your JCL has the correct DSN for your STEPLIB (and that the only other keyword being used is DISP). _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
issac1029 Intermediate

Joined: 10 Dec 2005 Posts: 159 Topics: 75
|
Posted: Thu Mar 15, 2007 7:08 am Post subject: |
|
|
Quote: |
IEF237I E1BD ALLOCATED TO STEPLIB
IEF237I JES2 ALLOCATED TO SYSTSPRT
IEF237I JES2 ALLOCATED TO SYSPRINT
IEF237I JES2 ALLOCATED TO SYSUDUMP
IEF237I JES2 ALLOCATED TO SYSTSIN
|
E1BD actully is not a volumn name but device name. I use it as
UNIT=3390,VOL=E1BD
I want to manually specified the destination~and then failed, pending there.
Don't know how E1BD searched out to be used here ? I am just code as
'steplib dd=sys1.udb.dsnload,disp=shr' then sometime this DSN can't resolved and result a jcl error
Another post of me http://www.mvsforums.com/helpboards/viewtopic.php?t=8053 |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Mar 15, 2007 8:02 am Post subject: |
|
|
you cannot, as far as I recall, specify a device name in JCL. Devicte type e.g. 3390 yes, volume e.g SYS001 yes but not device. And here you are trying to use the device address as a volume serial number. That beats me!
E1BD is mentioned here because it is the address where the volume on which the dataset specified on the STEPLIB DD statement as looked up in the catalog by the system is mounted.
Why manually specify the 'destination' (define destination) - the catalog and SMS are there to do these things. _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
Nic Clouston Advanced
Joined: 01 Feb 2007 Posts: 1075 Topics: 7 Location: At Home
|
Posted: Thu Mar 15, 2007 11:32 am Post subject: |
|
|
Is this the same problem as this thread:
'How system resolve the STEPLIB of IKJEFT01'
???????????????????? _________________ Utility and Program control cards are NOT, repeat NOT, JCL. |
|
Back to top |
|
 |
|
|