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

FOR a GDG, the book by 'SABA ZAMEER' says 'We can NOT ALTER the LIMIT parameter after it is defined'. (p-211). But many persons have written that it can be changed, which one is true ?

4 Answers   IBM,


i have a jcl in which 4 & 5 step creates a new generation. 4th step output is as input for the 6th step & 5th step output is used as input in the 7th step. How they are refered as in the 6th & 7th steps? If the job abends in 6th step then how the 5th step output is refered in 7th step?

2 Answers   IBM,


wht r different types of sorts ?

1 Answers   L&T,


the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

7 Answers   IBM,


wt will happen to the step of a job if u code COND=ONLY

5 Answers   ADP,






Explain about Internal Sort

1 Answers  


If Region=0k means What Happen?

2 Answers   IBM,


mainframe questions like basic&depth

0 Answers   TetraSoft,


How to check empty file in jcl?

4 Answers   Infosys,


How to get the last but one duplicate record of the file using Sort?

2 Answers   Fidelity,


how to count the number of members in pds?

2 Answers  


Is automatic restart possible in jcl?

0 Answers  


Categories