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
What are steplib and joblib? What for they are used?
What is jcl in mainframe?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
How can the disposition of sysout datasets be set for an entire jobstream?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
Explain dd statement in jcl?
when does a dataset go uncataloged?
//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 /*
what is DSN in JCL and what are the parameters to declare the DSN?
What is the function of the dd mgmtclas keyword in sms datasets?
how would you create a temporary dataset? And where will you use them?
How does jcl act on code(if you take a cobol program)?
What does a disposition of (MOD,DELETE,DELETE) mean ?
Explain how can an in-stream dataset be terminated?
How can a jobs execution priority be modified?