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

Lets Brainstorm


IBM Mainframe Forums -> FAQ & Basics
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthik_sripal

New User


Joined: 28 Mar 2008
Posts: 69
Location: 125.16.180.5

PostPosted: Tue Jun 09, 2009 7:38 pm
Reply with quote

Thanks to every one for pouring in their suggestions and code.. icon_smile.gif

Now i have another Idea, and am yet to make it breathe.

the idea is to insert the mod log i:e a predefined set of statements or test lines in a position denoted by a label, which a programmer can place at any line in the ISPF editor icon_smile.gif

this will help in having uniform mod logs across application and helps in maintainability icon_smile.gif

Guess it is possible in Rexx as well as Clist.

Any help/Input is more than welcome icon_smile.gif

and ideas to implement is most welcome icon_smile.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Tue Jun 09, 2009 7:52 pm
Reply with quote

Code:

/* REXX *** EDIT MACRO TO INSERT GIVEN STANDARD CODE                 */
"ISPEXEC CONTROL ERRORS RETURN"                                       
"ISREDIT MACRO NOPROCESS"                                             
"ISREDIT PROCESS DEST RANGE A"                                         
"ISREDIT (FRL) = "LINENUM .ZFRANGE                                     
"ISREDIT COPY  'Source dataset(Member)' AFTER" FRL                           
Back to top
View user's profile Send private message
karthik_sripal

New User


Joined: 28 Mar 2008
Posts: 69
Location: 125.16.180.5

PostPosted: Tue Jun 09, 2009 9:13 pm
Reply with quote

Cool Expat icon_smile.gif
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 -> FAQ & Basics

 


Similar Topics
Topic Forum Replies
No new posts Executing ISPF application - Lets dive TSO/ISPF 17
No new posts Lets Lough General Talk & Fun Stuff 0
No new posts Live Healthy !!!Lets try to follow th... General Talk & Fun Stuff 0
Search our Forums:

Back to Top