ERROR ***SCANED TIME OUT *** while xped setup.,

Compuware's QA & Impact Analysis Tools: Xpediter/CICS , Xpediter/TSO, Xpediter/DB2, Xpediter/Xchange, Xpediter/IMS
praveenm
Posts: 1
Joined: Tue Dec 17, 2013 11:46 am
Skillset: mainframe
Referer: friend

ERROR ***SCANED TIME OUT *** while xped setup.,

Postby praveenm » Tue Dec 17, 2013 11:54 am

ERROR ***SCANED TIME OUT *** while xped setup.,can anyone help to resolve the scan time out error.,have given required jcl libraries, ddio files and message class with A.,could figure out the exact reason for scan time out erorr.,i do remember a command we used to give in command line for increasing the timelimit

Ed Goodman
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Skillset: 30 years on IBM mainframes
Referer: Searched for Frank Yeager

Re: ERROR ***SCANED TIME OUT *** while xped setup.,

Postby Ed Goodman » Tue Dec 17, 2013 8:52 pm

Can you tell us what it's waiting for? Like, are you in CICS and waiting for a transaction to happen?

Robert Sample
Global moderator
Posts: 3720
Joined: Sat Dec 19, 2009 8:32 pm
Skillset: Systems programming, SAS, COBOL, CICS, JCL, SMS, VSAM, etc.
Referer: other forum
Location: Dubuque, Iowa, USA

Re: ERROR ***SCANED TIME OUT *** while xped setup.,

Postby Robert Sample » Tue Dec 17, 2013 9:18 pm

Assuming that you meant this message

Code: Select all

XPM021K  'SCAN timed out'              .ALARM=YES  .HELP=*           &XTNOKANA
' TYPRUN=SCAN job did not end within required time (CONVERT option)'
when you posted, you most likely will need to work with your site support group to resolve the issue. Possible reasons for this problem would include (but not be limited to):
- Xpediter not being set up correctly
- Xpediter attempting to run the TYPRUN-SCAN job in the wrong job class
- No initiators being available for the job class
- Invalid JOB statement flushing job from system

As such, it is unlikely that an application programmer would have the authority to fix the problem, whatever it may be. You need to work with your site support group who will be able to make the necessary changes.

Ed Goodman
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Skillset: 30 years on IBM mainframes
Referer: Searched for Frank Yeager

Re: ERROR ***SCANED TIME OUT *** while xped setup.,

Postby Ed Goodman » Wed Dec 18, 2013 9:46 pm

I want to make sure the original poster understands something very important...that job never actually ran. The 'typerun=scan' parameter is meant to allow you to sumbit some JCL to make sure it's OK before you try to run it.

What I want to make SURE you understand is that this is NOT an XPEDITOR error. You could have been running a simple sort and still gotten this message.

Even if you had not hit the scan time out, NOTHING would have run. The typerun=scan would have let you see a return code of 0 for the job, but there would have been no executed steps.


  • Similar Topics
    Replies
    Views
    Last post