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

How to do automated restart when a job abend?

0 Answers  


What is MOD and when would you use it?

3 Answers  


hi,i have joined in mainframe course recently. ihave a doubt ragarding restart parameter.what is d use of it. and what is d syntax for it. any one give me d answer pls.

3 Answers  


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

0 Answers   IBM,


can i sort packed decimal if i can tell the syntax

1 Answers   Barclays,






What is Uncatalog dataset? How can we access/use them?

1 Answers  


Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???

5 Answers   IBM, UST,


What is one line to pass PARM from JCL to COBOL?

0 Answers  


i have 10,000 records in one input file.i want to sort 1 to 5000 records in one outputfile and remaining records sort in another output file write the syntax for this?

4 Answers   DELL,


Explain about ISPF/TSO Commands

0 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  


Name what parameter directs the output of the job log dataset?

0 Answers  


Categories