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

(security question) where the data putted is safe.


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

New User


Joined: 14 Aug 2006
Posts: 25

PostPosted: Mon Dec 24, 2007 8:41 am
Reply with quote

Assume I have a string(ex:abcdefg), it will be read by an online program.
Now I want to hide this string, I mean nobody can browse it.
I tyied three methods, which one is the best? (Normally what will you do?)
1. I tyied TDQ, but it just can be read once, and need close/open to reread it, or I will get a QZERO error.
2. Then I tyied TSQ, yes, it can be read repeatedly. But everybody can use CEBR to browse it...
3. And CWA, it works well. But is it possible somebody write a pgm to get data from CWA on purpose, how to protect it?
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Mon Dec 24, 2007 10:54 pm
Reply with quote

there is no way to hide the string from other programmers (that are resoucefull enough to look for it), unless you
put it in a vsam file with password protection
OR
you might try putting the string in a table, and letting your systems
people racf' protect it from other people loading the table.
Back to top
View user's profile Send private message
stodolas

Active Member


Joined: 13 Jun 2007
Posts: 632
Location: Wisconsin

PostPosted: Tue Dec 25, 2007 7:47 am
Reply with quote

Just keep in it memory for the running application. It will be pretty hard for someone to find it there.
Back to top
View user's profile Send private message
Earl

Active User


Joined: 17 Jun 2007
Posts: 148
Location: oklahoma

PostPosted: Tue Dec 25, 2007 8:39 am
Reply with quote

if its in memory, I can find it..
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 How to save SYSLOG as text data via P... All Other Mainframe Topics 4
No new posts Store the data for fixed length COBOL Programming 1
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top