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

Can a COBOL program read a Particioned Data Set (PO FILE)


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

New User


Joined: 12 Jul 2008
Posts: 1
Location: São Paulo - Brazil

PostPosted: Wed Jul 30, 2008 8:29 am
Reply with quote

I need to write a cobol program to read and treat all JCL that are in a PO file. I wrote the program to do it, but it is abending with I/O error.
Can same one help me how to specify the SELECT clause for this kind of file?
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Jul 30, 2008 8:47 am
Reply with quote

Hello Rildo and welcome to the forums,

If you post 2 or 3 sample members that will be "input" to your program and the output you want when those members are processed someone may have a suggestion.

If will also help if you post your jcl and the error message you are currently dealing with.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Wed Jul 30, 2008 11:25 am
Reply with quote

Rildo Ferreira wrote:
I need to write a cobol program to read and treat all JCL that are in a PO file. I wrote the program to do it, but it is abending with I/O error.
Can same one help me how to specify the SELECT clause for this kind of file?

Dare I ask what the treatment is that could not ordinarily be dealt with by existing functionality such as an ISPF edit macro ?
Back to top
View user's profile Send private message
Craq Giegerich

Senior Member


Joined: 19 May 2007
Posts: 1512
Location: Virginia, USA

PostPosted: Thu Jul 31, 2008 12:24 am
Reply with quote

Would you by any chance be trying to read and rewrite the same member? What error are you getting?
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Jul 31, 2008 12:26 am
Reply with quote

As another thought, I would think that for working with PDS's, the use of ISPF Library Management (LM) services might be beneficial.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Thu Jul 31, 2008 4:11 am
Reply with quote

Hi,

I'm no COBOL programmer but I'm not sure you can specify organisation of PO in your SELECT statement, so I believe you need to specify each member on a separate DD statement in your JCL.


Gerry
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 FTP VB File from Mainframe retaining ... JCL & VSAM 4
No new posts Store the data for fixed length COBOL Programming 1
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 Replace each space in cobol string wi... COBOL Programming 3
Search our Forums:

Back to Top