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

Input fields in Dynamic Area


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

New User


Joined: 22 Nov 2007
Posts: 64
Location: Germany

PostPosted: Sat Mar 06, 2010 7:28 pm
Reply with quote

Hi folks,

has anybody a small REXX example, how I can check out if a row in a Dynamic Area ist modified (e.g. select a member from a member list) ?
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Mar 06, 2010 10:56 pm
Reply with quote

Quote:
(e.g. select a member from a member list)


why reinvent the wheel?? look at the ispf manuals for the LM... series of services

publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/Shelves/ISPZPM61
Back to top
View user's profile Send private message
MBabu

Active User


Joined: 03 Aug 2008
Posts: 400
Location: Mumbai

PostPosted: Sat Mar 06, 2010 11:23 pm
Reply with quote

You can set the attribute byte to be modified and check that or you can save a before and after copy of the screen and use substr() to check. I've never found a use for the modified attribute byte method.

I don't have any examples at the moment though.
Back to top
View user's profile Send private message
oerdgie

New User


Joined: 22 Nov 2007
Posts: 64
Location: Germany

PostPosted: Mon Mar 08, 2010 2:43 pm
Reply with quote

Hi folks,

thanks for the answers.
In my REXX, I check out the attribute byte in each row coming from the screen to find out, which rows are modified.
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 TRIM everything from input, output co... DFSORT/ICETOOL 1
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
No new posts Using Dynamic file handler in the Fil... COBOL Programming 2
No new posts force tablespace using LISTDEF input DB2 1
No new posts Two input files & writing counter... DFSORT/ICETOOL 12
Search our Forums:

Back to Top