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

i want to debugg only 10th record of file.


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

New User


Joined: 30 Aug 2006
Posts: 30
Location: mumbai

PostPosted: Mon Nov 27, 2006 3:45 pm
Reply with quote

hi,

i have 1000 records in file. i want to debug 10Th record directly without processing 1st to 9Th record. is there any command to go directly to 10Th record.

Regards
Soumya Ranjan Pradhan
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Mon Nov 27, 2006 3:55 pm
Reply with quote

Sort it out?
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Nov 27, 2006 8:35 pm
Reply with quote

Hi !

If you are using Xpediter, you could use WHEN instruction interactivly in
your programm trace. You could include this instruction within the programmtrace during Xped-Session in your coding.

Regards, UmeySan
Back to top
View user's profile Send private message
pasupuleti

New User


Joined: 30 Jun 2006
Posts: 8
Location: India

PostPosted: Mon Nov 27, 2006 8:45 pm
Reply with quote

If you're using CA-Intertest debugger, then, you can override the value of the counter variable to '10' in the variable display section. This way you do not have to debug thru the 9 processings/loopings to reach 10th record debugging.
Back to top
View user's profile Send private message
Sabry Krishnan L

New User


Joined: 30 Dec 2006
Posts: 11
Location: Chennai-India

PostPosted: Wed Jan 10, 2007 7:21 pm
Reply with quote

If you have FILEAID Online tool. You can open your file using EDIT option (.i.e. option 2). while opeing the file further it ask for the filter criteria, you can enter the primary key of that record if you have. Or you have the option to skip certain number of records before opening the files, this can also be used to skip the first 9 records. when the 10 th records is diplayed you can make the required changes and save it.

This can also done using the FILEAID/Batch tool

Am i clear?
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 Compare 2 files and retrive records f... DFSORT/ICETOOL 3
No new posts FTP VB File from Mainframe retaining ... JCL & VSAM 8
No new posts Extract the file name from another fi... DFSORT/ICETOOL 6
No new posts How to split large record length file... DFSORT/ICETOOL 10
No new posts Extracting Variable decimal numbers f... DFSORT/ICETOOL 17
Search our Forums:

Back to Top