ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage   interview questions urls   External Links  Contact Us     Login  |  Sign Up                      
tip   To Refer this Site to Your Friends   Click Here
Google
 
Categories  >>  Software  >>  MainFrame  >>  IBM MainFrame  >>  JCL
 
 


 

 
 COBOL interview questions  COBOL Interview Questions
 JCL interview questions  JCL Interview Questions
 CICS interview questions  CICS Interview Questions
 DB2 interview questions  DB2 Interview Questions
 IMS interview questions  IMS Interview Questions
 IDMS interview questions  IDMS Interview Questions
 Natural interview questions  Natural Interview Questions
 ADABAS interview questions  ADABAS Interview Questions
 REXX interview questions  REXX Interview Questions
 Assembler interview questions  Assembler Interview Questions
 CLIST interview questions  CLIST Interview Questions
 QMF interview questions  QMF Interview Questions
 MVS interview questions  MVS Interview Questions
 OS390 interview questions  OS390 Interview Questions
 OS 2 interview questions  OS 2 Interview Questions
 VSAM interview questions  VSAM Interview Questions
 QSAM interview questions  QSAM Interview Questions
 Sysplex interview questions  Sysplex Interview Questions
 IBM MainFrame AllOther interview questions  IBM MainFrame AllOther Interview Questions
Question
Definition of COND parameter in JCL
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Definition of COND parameter in JCL
Answer
# 1
COND is a condition parameter, consists of 2 sub parameters,
1st - return code from the previous step, 2nd - condition.
If COND is true, the step on which COND is coded will be
BYPASSED.
 
Is This Answer Correct ?    2 Yes 0 No
Guest
 
  Re: Definition of COND parameter in JCL
Answer
# 2
COND parameter specifies the return code test which the 
system uses to determine whether a JOB wil continue 
processing or not.If the test is not specified then the 
system executes the job step else system bypasses all the 
remaining steps.
 
Is This Answer Correct ?    1 Yes 0 No
Kavya
 
 
 
  Re: Definition of COND parameter in JCL
Answer
# 3
To be more specific, COND parameter is used to determine 
whether to execute a particular steps or steps based on the 
return from a previous step (s). e.g. you may want to send 
an email notification to someone ONLY if a particular Job 
step abends or return a return code greater than acceptable 
norm. In such situation the EMAIL STEP (ideally should be 
the next step of the step whose notification is needed if 
abend occurs) can be coded with COND=ONLY. Similarly 
COND=EVEN will execute a step EVEN if the previous step 
abended. We can specify two parameters for COND in oder for 
the Job to decide whether to execute the step or not. e.g. 
COND=(0,LE) - This will execute the step only if the return 
code of the previous step is Zero.
 
Is This Answer Correct ?    0 Yes 2 No
Vish
 
  Re: Definition of COND parameter in JCL
Answer
# 4
If the condition satisfies it won't execute the current 
step..it will bypass the current step..
 
Is This Answer Correct ?    0 Yes 0 No
Suresh
 

 
 
 
Other JCL Interview Questions
 
  Question Asked @ Answers
 
What are the keywords associated with DCB? How can you specify DCB information? What is the OS precedence for obtaining that DCB information, ie. where does the system look for it first?  1
What are SD37, SB37, SE37 abends?  1
describe the job statement, its meaning,syntax and significant keywords?  1
what are the symbolic parameters? why do we use symbolic parameters ? Xansa2
how to create gdg with out using idcams utility DSRC1
Can a job have only steplib and no joblib ?  5
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????  2
For how long a job can be executed continuously in a mainframe ?  1
I have multiple jobs ( JCLs with several JOB cards ) in a member. What happens if I submit it?  14
Can we delete the data using IEFBR14 , IEBGENER?? Kanbay4
What are the kinds of job control statements?  1
How to get cursor position from system in CICS environment ?  4
What does the keyword DCB mean and what are some of the keywords associated with it? ITC-Infotech1
What will happen if you attempt to restart a job in the middle of a JCL // IF .... // ENDIF?  1
if we give TIME=0 how many sec that job/step  5
What are three parameters you can specify on Job statement as well as on exec stmt ?  1
In which table PLAN is registered in ?  2
How are datasets concatenated?  2
//step#3 exec pgm = hkbc762 what is wrong with the syntax?  3
describe the exec statement,its meaning ,syntax and keywords?  3
 
For more JCL Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com