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

CICS read problem and question


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rexph

New User


Joined: 03 Mar 2005
Posts: 2

PostPosted: Thu Mar 03, 2005 12:32 pm
Reply with quote

Hi all,

Using a standard CICS read command as illustated below

EXEC CICS READ
FILE ('filename')
INTO (record-area)
LENGTH (LENGTH OF record-area)
RIDFLD (ws-ridfield)
EQUAL
RESP (WS-CICS-RESP)
END-EXEC.

I have encounted a length error problem with one of the programs I'm investigating. But there is a mirror program that uses the same file andis not encountering the error. The strange thing in this program is that before execution of the read command the length already shows a negative 23565 value. As I understand before execution the length should be zeroes and only after execution that the length will have a value. Can anybody shed light on this?

Thanks
Rex :?:
Back to top
View user's profile Send private message
meetsrk

New User


Joined: 13 Jun 2004
Posts: 85

PostPosted: Fri Mar 04, 2005 9:50 pm
Reply with quote

hi,
Check the record length of the VSAM file and the record length of record-area in working storage section are same
or
Check the length picture clause, whether it is declared as S9(4) COMP.
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Mon Mar 07, 2005 1:09 am
Reply with quote

Hi Rex,

Can you show us the actual READ cmd and the listing of "record-area" and perhaps a few lines before and after the "record-area" description?

Another possiblity is that the length field generated by the cmd is being overlaid. Is there any table processing in the pgm?
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top