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


How do run the JCL which has 25 steps by skipping the
following steps 5, 10,15 and 25 without using COND statement

Answers were Sorted based on User's Feedback



How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using..

Answer / manohar reddy

using IEBEDIT utility we can run the jcl.

Is This Answer Correct ?    17 Yes 5 No

How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using..

Answer / singh

Very simple first make a backup and delete steps 5,10,15 and 25 and than run.

Is This Answer Correct ?    1 Yes 0 No

How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using..

Answer / narayana reddy

by using IEHPROG we can run the jcl.

Is This Answer Correct ?    0 Yes 0 No

How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using..

Answer / sukhvinder

it can be done by the maximum utility

Is This Answer Correct ?    0 Yes 1 No

How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using..

Answer / vinay

it can done by using the sort utility

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More DB2 Interview Questions

SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

0 Answers  


What is a DB2 catalog?

2 Answers  


What is correlated subquery?

1 Answers  


what is the role of the cursor in db2?

0 Answers  


How do you stop a db2 database in linux?

0 Answers  


Do we have any optinon to search part of integer in DB2 as we have for character Like,SUBSTR optins?

1 Answers  


How do you retrieve the first 5 characters of firstname column of db2 table emp?

1 Answers  


Give a brief description of db2 isolation levels?

0 Answers  


What is meant by concurrency?

1 Answers  


what is copy pending and check pending ?

1 Answers   Xansa,


Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference

0 Answers  


What is a buffer pool?

2 Answers  


Categories