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

ESDS file manipulation in CICS


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

New User


Joined: 21 Jun 2007
Posts: 11
Location: pune

PostPosted: Wed Feb 20, 2008 1:31 pm
Reply with quote

My ESDS file has 20 records of variable length. I want to rewrite 8th record information in my CICS program. But I don't know its RBA.

Is it possible?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Feb 20, 2008 4:01 pm
Reply with quote

Read past the first seven and learn the eight's RBA?
Back to top
View user's profile Send private message
Naresh chinthaneppu

New User


Joined: 21 Jun 2007
Posts: 11
Location: pune

PostPosted: Wed Feb 20, 2008 6:08 pm
Reply with quote

It solves my problem temporarily. But what if there are some 1000 records and I want to rewrite some nth record content?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Feb 20, 2008 6:21 pm
Reply with quote

Have you considered a relative record definition?
Back to top
View user's profile Send private message
Naresh chinthaneppu

New User


Joined: 21 Jun 2007
Posts: 11
Location: pune

PostPosted: Wed Feb 20, 2008 6:32 pm
Reply with quote

Relative record datasets were of fixed length.....But here my file is variable length record type.....i want to proceed with ESDS only....
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Wed Feb 20, 2008 6:51 pm
Reply with quote

Naresh chinthaneppu wrote:
Relative record datasets were of fixed length
Huh? RRDS can be variable.....
Well, unless you can overlay the ESDS with an AIX, you are probably stuck with the read n records.....
Back to top
View user's profile Send private message
Naresh chinthaneppu

New User


Joined: 21 Jun 2007
Posts: 11
Location: pune

PostPosted: Wed Feb 20, 2008 8:16 pm
Reply with quote

Thanks dude.....now i am clear...
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 3
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 Using API Gateway from CICS program CICS 0
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top