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 

abend 0c4 while calling pli

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


Joined: 24 Mar 2006
Posts: 32
Topics: 16

PostPosted: Thu May 04, 2006 9:38 am    Post subject: abend 0c4 while calling pli Reply with quote

Hi,
i am trying to write in a file of length 530 from a file of lenght 508,so i have used a pli program.......i am getting s0c4 error while running the program through jcl........the record definition r as follows
Code:

DCL 1 INREC,                                             
         5 FILLER1       CHAR (80)    INIT(''),           
         5 PRICE         FIXED DEC(15,2)  INIT(0),       
         5 RENEWAL       FIXED DEC(15,2)  INIT(0),       
         5 PURCHASE      FIXED DEC(15,2)  INIT(0),       
         5 FILLER2       CHAR (25)    INIT(''),           
         5 LEASELEN      FIXED DEC(3,0)  INIT(0),         
         5 FILLER3       CHAR (377)   INIT('');           
                                                         
DCL 1 OUTREC,                                             
         5 FILLER1       CHAR (80)    INIT(''),           
         5 PRICE         PIC '999999999999V.99' INIT(0), 
         5 RENEWAL       PIC '999999999999V.99' INIT(0), 
         5 PURCHASE      PIC '999999999999V.99' INIT(0), 
         5 FILLER2       CHAR (25)    INIT(''),           
         5 LEASELEN      PIC '99'     INIT(0),           
         5 FILLER3       CHAR (378)   INIT('');           

the program was complied fine...........can anyone help me out?????????
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 -> Application Programming 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