What is the meaning of data definition name (ddname) and
dataset name (dsname) in the DD statement?

Answers were Sorted based on User's Feedback



What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?..

Answer / guest

Data definition name is the eight character designation
after the // of the DD statement. It matches the internal
name specified in the steps executing program. In COBOL
that's the name specified after the ASSIGN in the SELECT
ASSIGN statement. Dataset name is the operating system (MVS)
name for the file.

Is This Answer Correct ?    7 Yes 0 No

What is the meaning of data definition name (ddname) and dataset name (dsname) in the DD statement?..

Answer / sunitha

Data Definition name (ddname) is a eight character name
used to give the name to the DD statement. In COBOL, In
ENVIRONMENT DIVISION , INPUT-OUTPUT SECTION, FILE-CONTROL
paragraph, a SELECT statement defines a file name and
assigns a device name to it where the device name is the
ddname that is coded in the JCL.
Dataset name(dsname) is the operating system(MVS) name for
the file.

Is This Answer Correct ?    7 Yes 1 No

Post New Answer

More JCL Interview Questions

Hi, can any one tell about " How do u eliminate the duplicates "

2 Answers   Cap Gemini,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


If we have 100 job steps in JCL and we want to excute steps only starting from 43 to 50, then how it can be coded in JCL/

10 Answers   IBM,


I have a dataset with record length 40 in production, due to some requirements it was changed to 80. Then how can we know the jobs which are effected by this change and how can we resolve it.

3 Answers   iGate,


What do you understand by the term job time – out and how can you overcome that?

0 Answers  






Define concatenating?

0 Answers  


wht do u mean by inrec and outrec ?

1 Answers   IBM,


How to print the Output to SPOOL using MSGCLASS and SYSOUT ?

4 Answers   IBM,


01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B

2 Answers   Perot Systems,


how to compare two datasets without using superce because output is limited to 133 bytes

0 Answers  


How to ALTER the name of a GDG ?

2 Answers   IBM,


What does SYSIN * indicate?

2 Answers  


Categories