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

Xpeditor:How to view all array elements


IBM Mainframe Forums -> Compuware & Other Tools
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
rohin

New User


Joined: 29 Apr 2005
Posts: 21
Location: Gurgaon, India

PostPosted: Wed Aug 09, 2006 3:28 pm
Reply with quote

Hi,

While Xpediting a program, if I have an array of 100 elements, is there a way I can view all the elements at the same time?

KEEP-> displays 1 element at a time
same is the case with P command.

Thanks,
Rohin
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Aug 09, 2006 4:25 pm
Reply with quote

As far as I know - no, you can't, but there is a little trick do display the elements one after another. When you use P, you see the data and you see the index item above it. add "+1" to that index, and start hitting the ENTER key. you will see the elements one after another.

For example: If your index item shows "I=2", chenge it to "I=2+1".

O.
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 -> Compuware & Other Tools

 


Similar Topics
Topic Forum Replies
No new posts SET PATH in View DDL DB2 2
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts Issues with VIEW DATASET Command CLIST & REXX 2
No new posts Difference when accessing dataset in ... JCL & VSAM 7
No new posts COBOL Ascending and descending sort n... COBOL Programming 5
Search our Forums:

Back to Top