I just wanted to know whether a rexx macro can run on a dataset opened in browse.
My requirement is that to read contents of a dataset which is opened in Browse mode( i can't open it in view or edit mode) and finding a string using F command. I am not doing any edit. the rexx macro is working when I am executing it in view mode.. can somebody help me on this.. this is very important for us in developing a tool.
Folloowing is the part of code which executing fine when dataset is opened in Bro0wse mode.
/********************REXX***********************/
ADDRESS ISREDIT "MACRO PROCESS"
ADDRESS ISREDIT "(PGMLIB) = DATASET"
SAY "THIS IS THE FILE YOU ARE EDITING " PGMLIB
ADDRESS ISREDIT "(MEMBER) = MEMBER"
SAY "THIS IS THE MEMBER YOU ARE EDITING " MEMBER
I want similar kind of macro for getting the information of dataset opened in Browse mode.
Thanks in advance
Niranjan S
IBM
91-9986098908
My requirement is that to read contents of a dataset which is opened in Browse mode( i can't open it in view or edit mode) and finding a string using F command. I am not doing any edit. the rexx macro is working when I am executing it in view mode.. can somebody help me on this.. this is very important for us in developing a tool.
Folloowing is the part of code which executing fine when dataset is opened in Bro0wse mode.
/********************REXX***********************/
ADDRESS ISREDIT "MACRO PROCESS"
ADDRESS ISREDIT "(PGMLIB) = DATASET"
SAY "THIS IS THE FILE YOU ARE EDITING " PGMLIB
ADDRESS ISREDIT "(MEMBER) = MEMBER"
SAY "THIS IS THE MEMBER YOU ARE EDITING " MEMBER
I want similar kind of macro for getting the information of dataset opened in Browse mode.
Thanks in advance
Niranjan S
IBM
91-9986098908