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

ISREDIT line count


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

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Mon May 19, 2008 6:04 pm
Reply with quote

Hi,

when i try to execute the below command

/***rexx***/
ADDRESS ISREDIT MACRO
"ISREDIT (LINE) = line .zcsr "
SAY 'LINE : ' LINE


i am getting the display LINE : LINE but not the count,
Can anyone look into this, i just want to know how to use the ISREDIT...
is there any pre address commands to be used..

Regards,
mouli
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Mon May 19, 2008 6:12 pm
Reply with quote

try changing
Code:
"ISREDIT (LINE) = line .zcsr "

for
Code:
"ISREDIT (LINE) = linenum .zcsr "
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Mon May 19, 2008 8:11 pm
Reply with quote

acevedo,

Could you please send me a manual for these ISREDIT commands(CURSOR etc)? I tried searching the same in the REXX forum but couldn't get :( .

Sorry that this post is not related to the topic.
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Mon May 19, 2008 8:50 pm
Reply with quote

When I run your code as a macro, I receive the correct values.
When I run it as a TSO command, I receive the LINE word.

So I guess that's what's happening to you.
1. You must be in EDIT or VIEW to run the macro.
2. Just type the macro name, without TSO before.

Does it work now ?

NB: LINE returns the line contents, LINENUM returns the line number.
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Mon May 19, 2008 8:57 pm
Reply with quote

Aaru wrote:
acevedo,

Could you please send me a manual for these ISREDIT commands(CURSOR etc)? I tried searching the same in the REXX forum but couldn't get icon_sad.gif .

Sorry that this post is not related to the topic.


z/OS V1R9.0 ISPF Edit and Edit Macros.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Mon May 19, 2008 10:12 pm
Reply with quote

Kevin,

Thanks a lot for the link. This is what i was exactly looking for.
Back to top
View user's profile Send private message
cvadlamudi

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Tue May 20, 2008 9:21 am
Reply with quote

Hi Marso,

Yes, u are correct, i am using the command "TSO EXEC 'pathname' " to execute the macro.

When i try giving only the 'pathname' in the view mode and edit mode, i am getting "INVALID COMMAND name".
Can you explain how the macro to be defined... do we need to set it anywhere in the Profile list to use the macro command

Thanks,
Mouli
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Tue May 20, 2008 12:47 pm
Reply with quote

Refer to Chapter 6. Creating Edit Macros of the above manual.
Back to top
View user's profile Send private message
cvadlamudi

New User


Joined: 19 Apr 2007
Posts: 68
Location: India

PostPosted: Tue May 20, 2008 1:21 pm
Reply with quote

Thanks a lot, Kevin

Regards,
Mouli
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 To get the count of rows for every 1 ... DB2 3
No new posts Write line by line from two files DFSORT/ICETOOL 7
No new posts To find whether record count are true... DFSORT/ICETOOL 6
No new posts Validating record count of a file is ... DFSORT/ICETOOL 13
No new posts Reading dataset in Python - New Line ... All Other Mainframe Topics 22
Search our Forums:

Back to Top