What is the use of DSNDB07 ?



What is the use of DSNDB07 ?..

Answer / guest

This is the area where sorting takes place in DB2

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More JCL Interview Questions

One dataset is creating in the step1 with LRECL of 133 and the same dataset is used in the next step in DISP=SHR mode, but while scanning the JCL the following error is thrwon. Please verify the below JCL $/SEPP030.PROVIDER DD DSN=Z1225BT.F5750PG9.F5910PRV.QC#A6868 //ERRORRPT DD DSN=F5910&ST&IN..F5910EPP.ERRORRPT.P&CYCDATE, --ERRORRPT DD DSN=F5910PG.F5910EPP.ERRORRPT.P, // DISP=&DISNCD,UNIT=&DELQ, -- DISP= (NEW,CATLG,DELETE),UNIT=DELQ, // SPACE=(TRK, (30,15),RLSE), // DCB=&DCB2 -- DCB= (PPG.METMODEL,BLKSIZE=0,LRECL=133,RECFM=FB) $/SEPP030.ERRORRPT DD DSN=Z1225BT.F5910EPP.ERRORRPT.AOUTPUT //SEPP040 EXEC PGM=FILEAID,COND= (0002,EQ,SEPP030) //SYSPRINT DD SYSOUT=* //SYSLIST DD SYSOUT=* //DD01 DD DSN=SYSCMN.PROD.CCLIB (F5910EP1),DISP=SHR $/SEPP040.DD01 DD DSN=Z1225BT.TEST.CCLIB (F5910EP1) E1 - DSS20791E - DATA SET 'Z1225BT.F5910EPP.ERRORRPT.AOUTPUT' HAS AN LRECL OF 133 COULD NOT BE OPENED BECAUSE THE CODED LRECL WAS 80. // DD DSN=F5910&ST&IN..F5910EPP.ERRORRPT.P&CYCDATE, -- DD DSN=F5910PG.F5910EPP.ERRORRPT.P, // DISP=SHR $/ DD DSN=Z1225BT.F5910EPP.ERRORRPT.AOUTPUT please find the error code in the above mentioned lines and please suggest me about the error and the solution for that.

3 Answers   Cognizant,


How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?

1 Answers  


How to execute 300 steps in a Job?

15 Answers   Accenture, Zensar,


How to identify in JCL that an input file is empty without reading it?

4 Answers   L&T,


In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?

3 Answers  






Can comments be specified at the very beginning of a jobcard? Will the JCL execute?

3 Answers  


Are there any set of rules for the names of the steps used in a job?

0 Answers  


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


How to get cursor position from system in CICS environment ?

8 Answers  


how can we override data definitions in jcl. can any one give detailed example

3 Answers   TCS,


what is the cond=even only

4 Answers   EDS,


Explain about Specifying compiler options in the PROCESS (CBL) statement

1 Answers  


Categories