Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?

Answer Posted / mahaveer

Step condition will overide the job condition

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

1341


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

1260


What are some jcl statements that are not allowed in procedures?

1286


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1261


What is multithreading in jcl?

1528


What is the syntax of JCL statement?

1289


What is the use of symbol // in jcl?

1531


List the different jcl statements that are not permitted in the procedures?

1124


What is the difference between run mode and addressing mode?

1304


What is the function of the dd dcb keyword?

1394


How to alter the parameters for the existing gdg?

1253


What is the purpose of dd * statement in jcl?

1330


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1172


Where can program checkpoints be stored for use in a restart?

1483


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

1522