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

ISPF Shared Pool Mixed Case


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
delly999

New User


Joined: 12 Jan 2007
Posts: 13
Location: Ontario, Canada

PostPosted: Fri Nov 30, 2007 9:48 pm
Reply with quote

Hi All,

I am storing a variable in the ISPF Shared pool as a mixed case using the "VPUT" statement with the "ASIS" attribute. The string is a mixed case going in. When retrieved the value has been parsed to uppercase. Is there a way of getting the system not to convert to uppercase, or is that a system option that I cannot overwrite.

Thanks
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Nov 30, 2007 9:57 pm
Reply with quote

The "ASIS" value has nothing to do with "CASING" of the content...
I suggest to run the dialog in test mode with breakpoints before
the vput and look at the variable content...

Look at the source of the variable content,
for example a panel field with caps on,
a parse operation..
Back to top
View user's profile Send private message
delly999

New User


Joined: 12 Jan 2007
Posts: 13
Location: Ontario, Canada

PostPosted: Fri Nov 30, 2007 11:20 pm
Reply with quote

Enrico.

The program, populates the variable with a mixed case string and puts into the Shared Pool. There is no Panel field associated with this variable that has "CAPS(ON)". The first program adds to (VPUT) the Shared Pool, and the second retrieves from (VGET) the Shared Pool. When the second program retrieve the variable it is now in uppercase.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Fri Nov 30, 2007 11:26 pm
Reply with quote

Can You try to run the dialog in test mode with breakpoints before and after the vput/vget anf look at the variable content ??
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Is there a way to close VSAM files us... CICS 8
Search our Forums:

Back to Top