View previous topic :: View next topic
|
Author |
Message |
shaktieswararao.Hazaru
New User
Joined: 25 Sep 2010 Posts: 20 Location: Hyderabad
|
|
|
|
Hi,
I have checked out the Job from baseline to changeman package and staged it. The component got failed.
I have checked the spool, and in PRINT2 DDstatement at the bottom i could see the error as below
CODE EXPDT=98000 ELSE TAPE GDG EXPIRES IN 5 DAYS
CODE EXPDT=98000 ELSE TAPE GDG EXPIRES IN 5 DAYS
I have modified the Proc with EXPDT=99000 and tried to stage again, but still the component is failing in changeman package.
The proc and job are in same package.
Please do the needfull.
Thanks,
Shakti. |
|
Back to top |
|
|
Nic Clouston
Global Moderator
Joined: 10 May 2007 Posts: 2454 Location: Hampshire, UK
|
|
|
|
So this is a homework question, is it? Please clarify - what is 'the needful'? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
the needful is that somebody, using his psychic powers, provide the solution to fix the error |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
I don't see any error messages in what was posted, but I do see that
Quote: |
CODE EXPDT=98000 ELSE TAPE GDG EXPIRES IN 5 DAYS |
does not match
Quote: |
I have modified the Proc with EXPDT=99000 |
Didn't Stephen King write a book about Needful Things? |
|
Back to top |
|
|
enrico-sorichetti
Superior Member
Joined: 14 Mar 2007 Posts: 10886 Location: italy
|
|
|
|
my guess is that the TS tried initially with 98000, the <thing> failed,
tried with 99000 and failed again! |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Quote: |
I have checked the spool, and in PRINT2 DDstatement at the bottom i could see the error as below
CODE EXPDT=98000 ELSE TAPE GDG EXPIRES IN 5 DAYS
CODE EXPDT=98000 ELSE TAPE GDG EXPIRES IN 5 DAYS |
As an application developer, you've got nothing to do with these - 1. That's just a warning 2. This is for your Change-Man admin, not for you.
These days, I do not work at a shop where Change-Man is in use, so can't really experiment much -- however, when you say
Quote: |
checked out the Job from baseline to changeman package and staged it |
in PRINT2 DDstatement, look for error messages, they end with letter "E" and tell us what are they. |
|
Back to top |
|
|
shaktieswararao.Hazaru
New User
Joined: 25 Sep 2010 Posts: 20 Location: Hyderabad
|
|
|
|
Hi,
If the GDG tapefile is used and if it is not having the EXPDT then we should give the EXPDT=99000.
In the proc there is one more gdg tape file where the EXPDT is not mentioned so the component failed.
Now the component is active.
Thanks,
Shakti. |
|
Back to top |
|
|
shaktieswararao.Hazaru
New User
Joined: 25 Sep 2010 Posts: 20 Location: Hyderabad
|
|
|
|
I accept those as warnings but the componet in the changeman package is not getting active. so its better to check the proc or job to see whether any gdg tape file is used and not coded with EXPDT. |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
That's a site specific stuff, it's not universal concept on all the shops using Change-Man as version control tool.
Thanks for coming back and letting us how you solve it, however.
Good Luck ... . |
|
Back to top |
|
|
knilesh23
New User
Joined: 30 Mar 2009 Posts: 18 Location: Pune
|
|
|
|
Hello friends,
For such type of error, go to the spoll and open the job by typing 'SJ' infront of job and then find 'CHECKERR'.
Delete that step from JCL and resubmit in Spool
your component will be active
Thanks
Neelesh |
|
Back to top |
|
|
Anuj Dhawan
Superior Member
Joined: 22 Apr 2006 Posts: 6248 Location: Mumbai, India
|
|
|
|
Nice to have your contribution but first, unfortunately your answer and the thread itslef is pretty site specific.
If you edit a job generated by Change-Man and submit with your ID, at none of the shops I was allowed to do this because the load/source libs defined to change-man are in change-man legacy -- an end-user, like me, can never update them the way you say.
Second, please contribute in rather active threads - there is not much fun in reviving the old threads. |
|
Back to top |
|
|
|