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

wht r different types of sorts ?

Answer Posted / rama krishna

internal sort and external sort.

internal sort - the sort which is done by using the
programming language.

external sort - the sort which is done by using jcl sort
utility.

Is This Answer Correct ?    13 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are steplib and joblib? What for they are used?

1304


What is jcl in mainframe?

1263


When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?

1523


How can the disposition of sysout datasets be set for an entire jobstream?

1392


what EXEC statement is and what is the syntax of EXEC statement used in JCL?

1220


Explain dd statement in jcl?

1185


when does a dataset go uncataloged?

1359


//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 /*

1529


what is DSN in JCL and what are the parameters to declare the DSN?

1253


What is the function of the dd mgmtclas keyword in sms datasets?

1298


how would you create a temporary dataset? And where will you use them?

1499


How does jcl act on code(if you take a cobol program)?

1350


What does a disposition of (MOD,DELETE,DELETE) mean ?

1193


Explain how can an in-stream dataset be terminated?

1413


How can a jobs execution priority be modified?

1345