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

NOLIMIT for time parameter in job card


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
yogalakshmi

New User


Joined: 20 Sep 2007
Posts: 17
Location: cheenai

PostPosted: Mon Oct 01, 2007 11:55 am
Reply with quote

hi...i gave NOLIMIT for time parameter in job card while submiting the jcl for a cobol program...and i think that job is getting executed infinitely due to some error in the coding..when will it come to end..is there any way to cancel a job submitted ?
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Oct 01, 2007 12:01 pm
Reply with quote

Yogalakshmi,

Quote:
executed infinitely due to some error in the coding..when will it come to end..is there any way to cancel a job submitted ?

Your query has the answer. Cancel the job manually, if you have authorization. Or ask your OPs team to do it for you.
Back to top
View user's profile Send private message
yogalakshmi

New User


Joined: 20 Sep 2007
Posts: 17
Location: cheenai

PostPosted: Mon Oct 01, 2007 12:07 pm
Reply with quote

hi,
sorry i am new to this...how to cancel the job manually or how to check whether i have authorization for doing this..
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Oct 01, 2007 12:16 pm
Reply with quote

Quote:
how to cancel the job manually or how to check whether i have authorization for doing this..

In the spool, place 'C' on the left of the job and hit ENTER. Like -

Code:
 C    SORTJCL  JOBxxxxx RACFIDxx     1 CC 0000    PRINT      J   605     
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Oct 01, 2007 12:25 pm
Reply with quote

A mild suggestion....
review Your standards and practices,
usually the "TIME=NOLIMIT" or "TIME=1440"
are not allowed on the testing environment,
they are allowed in production only after a thorough system test

regards

e.s
Back to top
View user's profile Send private message
guptae

Moderator


Joined: 14 Oct 2005
Posts: 1208
Location: Bangalore,India

PostPosted: Mon Oct 01, 2007 12:29 pm
Reply with quote

Hi yogalakshmi,

Please look in to following link .It might be helpful for u :-)

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/IEA2B660/20.26.2?SHELF=&DT=20050713232151&CASE=
Back to top
View user's profile Send private message
yogalakshmi

New User


Joined: 20 Sep 2007
Posts: 17
Location: cheenai

PostPosted: Mon Oct 01, 2007 2:14 pm
Reply with quote

hi murmohk1,

I will try to cancel the job..i can do it only on wed as today and tom are holiday in my office..thanks a lot..it was really useful
Back to top
View user's profile Send private message
yogalakshmi

New User


Joined: 20 Sep 2007
Posts: 17
Location: cheenai

PostPosted: Mon Oct 01, 2007 2:15 pm
Reply with quote

THANKS TO ALL OF YOU..
Back to top
View user's profile Send private message
0d311

Guest





PostPosted: Mon Oct 01, 2007 3:08 pm
Reply with quote

yogalakshmi wrote:
hi murmohk1,

I will try to cancel the job..i can do it only on wed as today and tom are holiday in my office..thanks a lot..it was really useful


Hmmm... If that job still runs for 2 days, I wonder how much CPU time was wasted... icon_eek.gif

icon_eyes.gif
Back to top
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Mon Oct 01, 2007 3:16 pm
Reply with quote

0d311,

Quote:
Hmmm... If that job still runs for 2 days, I wonder how much CPU time was wasted...

In such a scenario, OPs wont allow to run that long. Unless intimated beforehand NOT to cancel the job.

Morevoer, the original post says - due to some error in the coding. I assume this is a test environment (without testing they would not have moved to prod).
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Mon Oct 01, 2007 4:43 pm
Reply with quote

Quote:

Hmmm... If that job still runs for 2 days, I wonder how much CPU time was wasted...


call the helpdesk (If available ) to cancel the job.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Mon Oct 01, 2007 5:29 pm
Reply with quote

Hi,

For test JOBs you SUBmit, please avoid using NOLIMIT or 1440 for TIME parameter in future. It's not advisable.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Oct 01, 2007 6:36 pm
Reply with quote

Hello,

Quote:
For test JOBs you SUBmit, please avoid using NOLIMIT or 1440 for TIME parameter in future. It's not advisable.
Anuj has provided good guidance.

My suggestion is somewhat stronger:
Never use NOLIMIT or 1440 for TIME parameter.

By some means, you need to get the job canceled. Someone is available to deal with system problems. As suggested, call the help desk. If there is none, call operations or your manager.
Back to top
View user's profile Send private message
yogalakshmi

New User


Joined: 20 Sep 2007
Posts: 17
Location: cheenai

PostPosted: Wed Oct 03, 2007 9:59 pm
Reply with quote

hi all,

OPs had already cancelled the job.It abended with s222. But it had taken more cpu time icon_sad.gif As we are just trainees we were not aware of that...thanks for the guidance.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Oct 03, 2007 11:43 pm
Reply with quote

Hello,

Quote:
But it had taken more cpu time icon_sad.gif


Do not feel too badly - if your system was well configured, your job would have been "flushed" automatically when the 1440 was detected.
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 -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts JCL sort card - get first day and las... JCL & VSAM 9
No new posts To get the the current time DFSORT/ICETOOL 13
No new posts RC query -Time column CA Products 3
No new posts C Compile time time stamps Java & MQSeries 10
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top