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

during xped - values are not displayed


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

New User


Joined: 21 Dec 2007
Posts: 88
Location: My Desk

PostPosted: Fri Apr 23, 2010 5:22 pm
Reply with quote

Code:
--------------------- XPEDITER/CICS - SOURCE LISTING (2.L) ----------------XXXX
COMMAND ===>                                                         SCROLL ===>    CSR
MODULE:    XXXXXXXX    CSECT:    XXXXXXXX             COMPILED: 03 JUL 2008 - 11.46.54     
      LV ---- COBOL DATANAME KEEPS ----    -- ATTRIBUTES --    ----+---10----+---20--->                              VAR1
                                                                                    
                                                                                        
                                                                                        
                                                                                        
                                                                                        
------         ----------------------------------------------- Before XXXXXXXX.484 ->
=====>    B     PROCEDURE DIVISION USING                                             
000485                             DFHEIBLK,                                         
000486                             DFHCOMMAREA,                                     



I am not able to view the values corresponding to the variable where current cursor points during the xped session...

Please see the example screen. Consider if i am in middle of some line there, i am not able to view unkept variables. only keep variables are displayed. can you please let me know is there any particular reason?

here in this case xped is not dispalying value for VAR1 though it has some value....
Back to top
View user's profile Send private message
Marso

REXX Moderator


Joined: 13 Mar 2006
Posts: 1353
Location: Israel

PostPosted: Fri Apr 23, 2010 5:34 pm
Reply with quote

I think that it is because you stopped before the procedure division.
Break after, then you will see your storage area.
Back to top
View user's profile Send private message
PrabakarV

New User


Joined: 21 Dec 2007
Posts: 88
Location: My Desk

PostPosted: Fri Apr 23, 2010 5:39 pm
Reply with quote

Thanks Marso.... But for example only i put that snap... Please consider like this... I am in middle of the program one line like below

Code:
MOVE A TO B


The control is in that line... but in above value of A or B are not showing up... I think now u will understand the scenario...
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Fri Apr 23, 2010 5:52 pm
Reply with quote

XPED has excellent PF1....try it, you'll like it.
You may increase your XPED skill level.
Back to top
View user's profile Send private message
Kjeld

Active User


Joined: 15 Dec 2009
Posts: 365
Location: Denmark

PostPosted: Fri Apr 23, 2010 7:10 pm
Reply with quote

Hi Prabakar,

Check settings of your SHOW commands or reference the Xpditer CICS manual. There are some settings for automatic keep, and configuration of what is displayed on your screen..
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 INCLUDE OMIT COND for Multiple values... DFSORT/ICETOOL 5
No new posts Replace Multiple Field values to Othe... DFSORT/ICETOOL 12
No new posts Null values are considered in Total c... DFSORT/ICETOOL 6
No new posts Converting ASCII values to COMP-3 (ZD... JCL & VSAM 2
No new posts Generate output lines (SYSIN card for... DFSORT/ICETOOL 4
Search our Forums:

Back to Top