IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Step restart tru CA-7??


IBM Mainframe Forums -> CA Products
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ykishore

New User


Joined: 12 Aug 2005
Posts: 53
Location: USA

PostPosted: Sat Sep 17, 2005 2:33 pm
Reply with quote

Hi

I want to know like how Job-Steps are restarted tru CA-7??actually im working on Maintenance & Support proj .in which we have some cycles triggred tru CA-7. when we get an ABEND we normally call Prod services guys who actually restar the jobs.but i want to know hoe actually restarting happens!! are there any commands which does the same!!! can you guys give me an idea ??
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Sep 19, 2005 9:56 am
Reply with quote

HI Kishore,


Quote:
hoe actually restarting happens


I am not sure that u are having access to restart the job or no but for your information I will tell you how to restart the job from CA7.

Follow the STEPS

1) Give
Quote:
LIST
command to get the job and Job id for the job which is abended.

2) Take the JOb ID say CA7#

3) Give Command
Code:
XQJ,job=CA7#


4) Put
Code:
F
infront of that job. It willgive you 4 option.

You ahve to select the first one by pressing
Code:
X
infront of it

Code:
 --   -- RESUBMIT FOR PRODUCTION


5)You have also give reason to resubmit tha job.

Hope it helps you.

Regards
Rupesh
Back to top
View user's profile Send private message
ykishore

New User


Joined: 12 Aug 2005
Posts: 53
Location: USA

PostPosted: Mon Sep 19, 2005 10:43 am
Reply with quote

Hi Rupesh!!!

Thanx a lot for ur information!!!
Back to top
View user's profile Send private message
latha sowjanya

New User


Joined: 25 Sep 2005
Posts: 3

PostPosted: Sun Sep 25, 2005 6:19 pm
Reply with quote

hi,
RUPESH and KISHORE,
I am on the same platform in which kishore is working.We also support the same.But,Rupesh I request u to tell us any thing and every thing about restarting a job from override and or from production.I am a little confused with this concept since,There are different ways to restart the 1) abended job 2) Demanding a job from production 3) and wht abt running it from override.
Can u plz let us know all these concepts!.

Thanks,
latha
Back to top
View user's profile Send private message
Rupesh.Kothari

Member of the Month


Joined: 27 Apr 2005
Posts: 463

PostPosted: Mon Sep 26, 2005 10:19 am
Reply with quote

Hi Latha,


Quote:
I request u to tell us any thing and every thing about restarting a job from override and or from production


I did not get what exact information do you want. Please elaborate your problem.


Quote:
1) abended job


To restart Abende job, Please follow the step as I already mentioned.

Quote:
2) Demanding a job from production


To demand a job from production, use Demad command,

Code:
DEMAND,JOB=<Jobname>


Quote:
wht abt running it from override


Kindly elaborate your problem

Hope this helps

Regards

Rupesh
Back to top
View user's profile Send private message
radhakrishnan82

Active User


Joined: 31 Mar 2005
Posts: 435
Location: chennai, India

PostPosted: Mon Sep 26, 2005 10:46 am
Reply with quote

Quote:
3) and wht abt running it from override.


Latha,

while restarting a override job,normally a special request is needed for it.You can also talk to the command center people whether they need a special request or they can restart it from abended step of the override without the request.No need of confusion in it.you can clarify with those people.

Hope this helps.
Back to top
View user's profile Send private message
latha sowjanya

New User


Joined: 25 Sep 2005
Posts: 3

PostPosted: Mon Sep 26, 2005 7:46 pm
Reply with quote

hi, rupesh

As I told u I am a production support engineer.Some times we get requests from our customers to run a job.When ever a request like this comes I use the command:

DEMANDH,JOB='job-name',schid=' ',set=ntr.

set=ntr----means with no tirggers.

I had a recent request from our customer as to run the job from OVERRIDE.

When I thought of the situation after a little investigation I came to know tht we have different libraries in ca7.so, When ever we demand a job we get the jcl of a job from the production library.

I would like u to help me with different libraries used by CA7 and also the various commmands used to run a job from all of them.

THANKS,
latha
Back to top
View user's profile Send private message
latha sowjanya

New User


Joined: 25 Sep 2005
Posts: 3

PostPosted: Mon Sep 26, 2005 8:02 pm
Reply with quote

hi,
As u said there should be a special request of starting a job from override.I start the job from abended step if the job is in abended status.But if u want to run a new instance of a job or let us say "DEMAND" a job,I do it with demand command.But,I want to know on special request from customers like

1) demand the job from override.
2) can u plz run the job from over ride

In such cases I generally do the following steps.

case 1 : ABENDED JOB

step 1: jcl + enter
step 2: fetch + job name+enter
Step 3: qjcl+ enter
Step 4: REPL+ enter
Step 5: xqm,job='jobname'
Step 6: 'f ' in front of the job
specify the reason and resubmit the job


So,Plz do tell me whether the procedure I am doing is rgt or not.
Bcz it is a little bit difficult if u say the procedure is wrong.
And plz do specify any special procedure for tht

THANKS,
Latha
Back to top
View user's profile Send private message
nuthan123

New User


Joined: 06 Jun 2006
Posts: 4

PostPosted: Thu Jun 08, 2006 4:46 pm
Reply with quote

Hi,
If u demand a Job , It will cefaulty run from Endevor lib where its defined in CA7, client may need to run different JCL from diff library,

In that case u supposed to change job definition to point the JCL to that particular LIB and demand as usual, it will pick JCl from new LIB(changed JOB)

Thanks
Nuthan Reddy Muppidi.
Back to top
View user's profile Send private message
mark loftus

New User


Joined: 21 Jun 2006
Posts: 9

PostPosted: Wed Jun 21, 2006 11:09 pm
Reply with quote

If you need to run a new occurrence of a job including a once only override you will need to do the following.

1 Check that CA7 has an Override Library Defined ( I think this is done by default but worth checking)
/DISPLAY,ST=JCL gives a list of libraries defined. Index 254 should be your override library.

2 Attached the member you wish to alter via the JCL panel. Make your change and then save your amended JCL to the 254 libary.

3 Demand your job

Once the job enters the CA7 queue the pointer for override library will be rest and the override JCL will be automatically deleted on job completion.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> CA Products

 


Similar Topics
Topic Forum Replies
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts How to append a PS file into multiple... JCL & VSAM 3
No new posts convert file from VB to FB and use tr... DFSORT/ICETOOL 8
No new posts Forcing a step to run (even if abended) JCL & VSAM 8
No new posts step by step trace 4 ISPF dialog call... TSO/ISPF 17
Search our Forums:

Back to Top