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

problem with CICS RECEIVE COMMAND


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

New User


Joined: 23 Aug 2006
Posts: 93
Location: chennai

PostPosted: Wed Sep 30, 2009 3:35 pm
Reply with quote

Hi All,
I am using CICS receive command to get the input from the screen along with tran id. Some times if the screen is not clear, i m getting the invalid values.

Ex:
input:
XXXX INPUT

Output:
we receive as 'XXXX INPUT'
So it work fine..

Now when the user give the input in the below format without clearing the screen.

Input:(first byte as space)
XXXX INPUT

Output:
'. AXXX INPUT' So input value not properly received.

Is there any way to handle thru receive command ?.Please advise.
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Wed Sep 30, 2009 4:13 pm
Reply with quote

Just a guess, but you are not RECEIVEing a map. Thus, what you receive is what you get. you are going to have to program your way around or simply spit it back to the user when he has not pre-cleared the screen.
Back to top
View user's profile Send private message
ramfrom84

New User


Joined: 23 Aug 2006
Posts: 93
Location: chennai

PostPosted: Wed Sep 30, 2009 4:27 pm
Reply with quote

I am not using any map to receive the value. But what my question is why we getting the '. A' if the user leave the one blank space before TRAN ID.
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 30, 2009 4:51 pm
Reply with quote

Quote:
But what my question is why we getting the '. A' if the user leave the one blank space before TRAN ID.
Because that is what you are getting -- which is pretty much the best answer you're going to get. As Dick said, your program needs to be prepared to handle this (possibly by specifying the BUFFER option on the RECEIVE) and realize that what you get is what you get. The data could be attribute information, or garbage, or who knows what. Feel free to find the manual on 3270 data streams and delve into exactly why you're getting the data you are -- but it could take a few days (or weeks) of reading and reviewing tests to determine the precise reason (once you find the appropriate manual).
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts Using API Gateway from CICS program CICS 0
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top