ERROR ***SCANED TIME OUT *** while xped setup.,
ERROR ***SCANED TIME OUT *** while xped setup.,
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
-
- 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.,
Can you tell us what it's waiting for? Like, are you in CICS and waiting for a transaction to happen?
-
- 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.,
Assuming that you meant this messagewhen 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.
Code: Select all
XPM021K 'SCAN timed out' .ALARM=YES .HELP=* &XTNOKANA
' TYPRUN=SCAN job did not end within required time (CONVERT option)'
- 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.
-
- 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.,
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.
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
-
- 3
- 2666
-
by engh
View the latest post
Mon Jan 09, 2023 2:23 pm
-
- 3
- 1781
-
by Blackthorn
View the latest post
Fri Mar 05, 2021 9:34 pm
-
- 1
- 1465
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 5
- 4658
-
by makdiver
View the latest post
Fri Jun 19, 2020 11:41 am
-
- 7
- 3607
-
by jcdm
View the latest post
Tue Jul 25, 2023 11:57 am