MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Skipping of lines using Intertest

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware
View previous topic :: View next topic  
Author Message
haree_amrid
Beginner


Joined: 21 Dec 2005
Posts: 9
Topics: 3
Location: INDIA

PostPosted: Fri May 04, 2007 9:58 am    Post subject: Skipping of lines using Intertest Reply with quote

Can we skip lines during execution using Intertest.

For eg. in Xpeditor we can use 'GT' command for skipping the lines while execution.

Similarly is there any commands in Intertest.

Can anyone help me on this???????
_________________
With Regards,
Hareesh Amrideswaran
Back to top
View user's profile Send private message
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12378
Topics: 75
Location: San Jose

PostPosted: Fri May 04, 2007 10:15 am    Post subject: Reply with quote

haree_amrid,

Look up RESUME statement

Code:

NEXT INSTRUCTION  -  RESUME FROM THE NEXT SEQUENTIAL INSTRUCTION       
LABEL             -  RESUME FROM A LABEL                               
STATEMENT         -  RESUME FROM A STATEMENT NUMBER                     
OFFSET            -  RESUME FROM AN OFFSET                             
INDIRECT COMMAND  -  EXECUTE AN INDIRECT COMMAND SEQUENCE               
NEXT EXEC/CALL    -  RESUME UNTIL THE NEXT EXEC COMMAND OR EXTERNAL CALL
NNN STEPS         -  RESUME FOR SPECIFIED NUMBER OF STATEMENTS OR VERBS
NNN INSTRUCTIONS  -  RESUME FOR SPECIFIED NUMBER OF MACHINE INSTRUCTIONS


Hope this helps...

Cheers

Kolusu
_________________
Kolusu
www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
haree_amrid
Beginner


Joined: 21 Dec 2005
Posts: 9
Topics: 3
Location: INDIA

PostPosted: Fri May 04, 2007 10:26 am    Post subject: Reply with quote

Kolusu,

I didn't understand this...

can you explain me more how to introduce this skipping while testing????
_________________
With Regards,
Hareesh Amrideswaran
Back to top
View user's profile Send private message
sreedhar_k
Beginner


Joined: 24 May 2006
Posts: 6
Topics: 1

PostPosted: Tue May 08, 2007 5:51 am    Post subject: Reply with quote

hi,

In the command line you need to give like 'NEXT 10' .
this means next 10 lines will be skipped.and pointer will start at 11th line.

Or simply u can use ' N 10'. ( to skip 10 lines)

--sree
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> CICS and Middleware All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group