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...

in step1 of a jcl,disp=(mod,delete,delete)
step02 exec pgm=ccc,cond=(0,le)
will step02 be executed?

i)never
ii)always
iii)
iv)...

i dont remember options

Answer Posted / vinay sonar

Step2 will not execute because always true condition is
coded in step2.
condition code(cc) 0 will be always less than any previous
step cc say 0,4,8,4095 etc. so condition is always true.So
step2 wont execute

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the statements that are not valid to be included in an include statement?

1431


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

1131


define cond parameter in jcl?

1324


What is the purpose of disp parameter?

1172


What are steplib and joblib?

1218


What is the purpose of dd?

1292


Is acct parameter mandatory?

1271


How to pass data to a program that is coded in an exec statement?

1383


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

1123


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

1339


If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?

1375


what is SOC4 error?

1271


Explain the function of dd disp parameter?

1172


Explain dfsort utility?

1401


Is automatic restart possible in jcl?

1275