GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  Mainframe
Go To First  |  Previous Question  |  Next Question 
 Mainframe  |  Question 13 of 55    Print  
What is the difference between conditional and unconditional break points, that we make use of in inter test?

  
Total Answers and Comments: 1 Last Update: March 26, 2006     Asked by: chandra sekhar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
March 26, 2006 19:35:42   #1  
Culver_lake Member Since: March 2006   Contribution: 46    

RE: What is the difference between conditional and unc...

Although it seems quite obvious an unconditional break point occurs every time the program executes the statement where the break point is set. Say line 2325.

A conditional break point is based on a test. If the test it true the execution stops. Say Subscript1 > 5. As soon as subscript1 became > 5 execution would stops


 
Is this answer useful? Yes | No

 Related Questions

Latest Answer : DBRM is not a step in anything; it's one of the outputs of the precompiler.An RDBMS is based on Codd's Relational Model, which is simply the concept of a relation in mathematics. ...
Read Answers (2) | Asked by : b.harinath
Tags : RDBMS, DBMS

Latest Answer : In a static call, the call is done using a literal. Compiler option is NODYNAMIn a dynamic call, the call is done using variable. Compiler option is DYNAM ...
Read Answers (3) | Asked by : balu

What is the difference between conditional and unconditional break points, that we make use of in inter test?
Read Answers (1) | Asked by : chandra sekhar

Latest Answer : PROC is used to execute a cataloged or instream procedurewhere asPGM specify program or utility to be executed as part of Step ...
Read Answers (3) | Asked by : Hemachandran

Latest Answer : Simply you can use the below sort card,SORT FIELDS=COPY             OUTFIL FILES=1,NULLOFL=RC4   SORTIN    - Dataset to be tested for EmptySORTOF1  - Output ...
Read Answers (8) | Asked by : ANIL

Latest Answer : Nothing difference. ...
Read Answers (2) | Asked by : hema

View Question | Asked by : FAIZULLAH KHAN

View Question | Asked by : lindela


 Sponsored Links

 
Related Articles

What is difference between call by value and call by reference in function?

The arguments passed to function can be of two types 1. Values passed 2. Address passed The first type refers to call by value and the second type refers to call by reference. For instance consider program1 main() { int x=50, y=70; interchange(x,y); printf(“x=%d y=%d”,x,
 

Nonlocal Jump and Unconditional Jump

What is Nonlocal Jump and Unconditional Jump? longjmp() and setjmp() functions implement a nonlocal jump of program execution. "longjmp" jumps to a program state previously recorded by "setjmp". Both longjmp() and setjmp() functions must have the header file giv
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Recording Test Script With WinRunner

How To Use a Wizard to Record a Test Script With WinRunner If you have a script that you want to convert with WinRunner, you can use the DataDriver Wizard to transform the script into a test that is driven by data. For instance, if you want your test script to include things such as checkpoints or v
 

How WinRunner Can Be Used To Test GUIs

There are a number of uses for WinRunner. The primary function of this program is to serve as a testing tool  for various applications. Some developers will use WinRunner for load testing purposes. It is excellent when it comes to functioning at the GUI layer, and the user can record and an
 

Mainframe Features

Mainframe Features In this Mainframe tutorial you will learn about features of Mainframe Processing power memory capacity performance computing multiple operating system time sharing reliability serviceability availability clustering technology and other features available in Mainframe mosgoogle cen
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 

JavaScript Conditional Statements Part 2

JavaScript Conditional Statements Part 2 In continuation of JavaScript Conditional Statements Part 1 this tutorial will help you learn about remaining conditional statements in JavaScript if else if else statement and switch statement mosgoogle if else if else statement If there are many branching o
 

JavaScript Conditional Statements Part 1

JavaScript Conditional Statements Part 1 In this JavaScript tutorial you will learn about the conditional statements available in JavaScript for decision making if statement and if else statement mosgoogle Just like any other programming language conditional statements in JavaScript are used for de
 

About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape