MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

quikjob

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
moulisea
Beginner


Joined: 18 Nov 2007
Posts: 9
Topics: 3

PostPosted: Tue Jun 10, 2008 2:03 am    Post subject: quikjob Reply with quote

while performin a soritng thru quik job, abendu3336 is thrown. i am clueless how to proceed. in the quik job i have one i/p and o/p file. This quik job would sort the variables and write it as a report. any idea what the abend says?
Back to top
View user's profile Send private message Send e-mail
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Tue Jun 10, 2008 3:06 am    Post subject: Reply with quote

not without the output messages and your JCL for the relevant step
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
moulisea
Beginner


Joined: 18 Nov 2007
Posts: 9
Topics: 3

PostPosted: Tue Jun 10, 2008 3:32 am    Post subject: Reply with quote

//STEP16 EXEC QUIKJOB
//SYSUT1 DD DSN=ANNPN.PZSRBMQA.SRBEXT.SORT12.R080331,DISP=SHR
//SYSUT2 DD DSN=ANN2021.PZSRBMQA.SRBEXCEL.R080606,DISP=(,CATLG),
// DCB=(LRECL=132,BLKSIZE=27852,RECFM=FB),
// SPACE=(CYL,(35,25),RLSE),UNIT=SYSDA
//SYSOUT DD SYSOUT=*
//SYSIN DD DSN=ANNPN.PARIS.QUIKJOB(PZSRBM16),DISP=SHR

this s the jcl for which abend u3336 is thrown.
Back to top
View user's profile Send private message Send e-mail
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Tue Jun 10, 2008 3:47 am    Post subject: Reply with quote

Does not help much as you are EXECing a procedure. A procedure can have multiple steps. We need the JCL for the actual step that failed. And the messages from that step - not just a return code.

We would also need to see the SYSIN to see what you are asking the step to do.

Has this job worked previously and has suddenly failed? Or is it a first time run? In which case you probably have not set it up correctly.
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
moulisea
Beginner


Joined: 18 Nov 2007
Posts: 9
Topics: 3

PostPosted: Tue Jun 10, 2008 4:08 am    Post subject: Reply with quote

STEP16 is the step which got abended.

its not a first time run. prev it was fine but now it creates an abend.

the abend msgs -
+AB400A ===== ABEND-AID ===== 744
REPORT WRITTEN TO: ISV.AAMVS.AFDEVI.REPORT.SHRDIR
REPORT NUMBER: 138112
JOB-ANN2021E STEP-QUIK
ABEND CODE=U3336
ACCESS YOUR ABEND-AID REPORTS BY EXECUTING SYSTEM
COMMAND "AAHOTKEY" FROM ANYWHERE IN ISPF.


sysin contains datas which are formatted thru this quik job and written into an o/p
Back to top
View user's profile Send private message Send e-mail
Nic Clouston
Advanced


Joined: 01 Feb 2007
Posts: 1075
Topics: 7
Location: At Home

PostPosted: Tue Jun 10, 2008 4:39 am    Post subject: Reply with quote

Actually, I thonk you will find that SYSIN contains your QUICKJOB program, SYSUT1 contains your input data and SYSUT2 would be your output data. Has your QUIKJOB program changed? If not then the only variable left is the input data which suggests that either some new format of data has arrived, or the data is corrupt or an existing datatype has arrived for the first time and the QUIKJOB program does not handle it correctly. Assuming it is the first or the last option then a program change will need to be made. We still need more diagnostics. What does the ABEND-AID report say? Can you determine whic record was causing the program to fail? What IS your program at the abending place?
_________________
Utility and Program control cards are NOT, repeat NOT, JCL.
Back to top
View user's profile Send private message
moulisea
Beginner


Joined: 18 Nov 2007
Posts: 9
Topics: 3

PostPosted: Tue Jun 10, 2008 11:48 pm    Post subject: Reply with quote

when i change the class from G to B it went fine without abend
Back to top
View user's profile Send private message Send e-mail
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group