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

File opening error in PL/1


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ponkala

New User


Joined: 04 Aug 2008
Posts: 6
Location: chennai

PostPosted: Tue Sep 09, 2008 4:03 pm
Reply with quote

In Pl/1 while opening the file i might get various file errors. How to handle those errors
For Ex: In COBOL if i handle file status not equal to zero then we can identify there is an error occured while opening. How to identify the same in PL/1?


We have the same error for READ,WRITE,LOCATE(SET) also.How to handle?
Back to top
View user's profile Send private message
hchinnam

New User


Joined: 18 Oct 2006
Posts: 73

PostPosted: Tue Sep 09, 2008 4:28 pm
Reply with quote

using ON.

You have something like ON ERROR, ON CODE etc... you can use them for file handling
Back to top
View user's profile Send private message
ponkala

New User


Joined: 04 Aug 2008
Posts: 6
Location: chennai

PostPosted: Tue Sep 09, 2008 4:54 pm
Reply with quote

Thanks for your replay.

But,ON CODE,ON SIZE ERROR, .. these are all done in COBOL.

I want to solve the problem in PL/1.Could you help me to solve it?
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Tue Sep 09, 2008 5:07 pm
Reply with quote

ponkala: ON is a PL/I construct. Read the Language Reference manual from the link at the top of the page and you'll find the ON units in PL/I refer in turn to an entire chapter on the different conditionals that can be intercepted -- ENDFILE, CONVERSION, KEY, SIZE being among them.
Back to top
View user's profile Send private message
ponkala

New User


Joined: 04 Aug 2008
Posts: 6
Location: chennai

PostPosted: Wed Sep 10, 2008 2:52 pm
Reply with quote

Thanks Robert.

I solved that problem.
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Wed Sep 10, 2008 4:53 pm
Reply with quote

ponkala -- great to hear! icon_smile.gif
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 -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top