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

Getting return code as 44


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rajandhla

Active User


Joined: 18 Oct 2005
Posts: 182
Location: Luton UK

PostPosted: Mon Feb 27, 2006 9:51 pm
Reply with quote

Hi,

Iam using a input file which contains 16,000,000 records of length 822 to cobol program and the output file is variable of length 1432. During processing after writing 200,000 records I am getting return code 44.

I have checked the lengths and they are fine. the lines of the job I am using for input and output are as follows:

YRMI DD DSN=ROL.SYS.SEQ.KBA.SELSORT.MRF,DISP=SHR
YRMO DD DSN=ROL.SYS.SEQ.KBA.SELSORT.MRFO,
DISP=(NEW,CATLG,DELETE),
DCB=(RECFM=VB,LRECL=1432,BLKSIZE=0),
SPACE=(TRK,(65535,50),RLSE)

If anyone has an idea, if they had faced earlier.., I am sure it's not due to length as generally specified...

jai
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Mon Feb 27, 2006 10:11 pm
Reply with quote

paste some of the meaningful error message....

Regards,
Priyesh.
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Tue Feb 28, 2006 12:04 am
Reply with quote

rajandhla,

I know you have said that the LRECL is not the problem, But I need to beat that dead horse again. First a question. Do you write a constant size record from your cobol program? Always 1432 bytes? Or can the abend be happening on the first 1432 byte record being written, and all the rest are smaller?

I'm sure you have this correct, but I need to ask, In your program, the max record size is 1428 right? Not 1432, because if its 1432, the LRECL on the DD must be 1436 (max record size + 4 bytes)

Dave
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Return codes-Normal & Abnormal te... JCL & VSAM 7
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
Search our Forums:

Back to Top