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 

Reading remote ESDS files

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
rajeev5174
Beginner


Joined: 05 Jun 2007
Posts: 25
Topics: 10

PostPosted: Wed Dec 29, 2010 12:25 pm    Post subject: Reading remote ESDS files Reply with quote

Hi,

In our application customer has given a ESDS file that is defined as
remote. we inputted the below API for the same. But the application is
throwing out as "erorred" Could some one please let me know where is the issue?
Code:

EXEC CICS STARTBR
          FILE (FC-DDNAME)
          SYSID(REMOTE-FILE-SYSID)
          KEYLENGTH(4)
          GTEQ
          RIDFLD (FC-RBA)
          END-EXEC

Here when executed is giving file not found condition

Code:

EXEC CICS READNEXT
           DATASET(FC-DDNAME)
           RIDFLD(FC-RBA)
           KEYLENGTH(4)
           SYSID(REMOTE-FILE-SYSID)
           INTO(FC-DATA)
           LENGTH(FC-LENGTH)
           RESP(WS-CICS-RESP)
           RESP2(WS-CICS-RESP2)
END-EXEC.


Regards
Ron
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Wed Dec 29, 2010 5:25 pm    Post subject: Reply with quote

rajeev5174,


Did you follow all these steps listed here?

http://publib.boulder.ibm.com/infocenter/txformp/v6r0m0/index.jsp?topic=%2Fcom.ibm.cics.te.doc%2Ferziad0039.htm

Kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware 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