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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to define dd statements as you want?

656


what are the various stages of job processing?

747


How to submit jcl through a cobol program?

691


which parameter is use to declare the name of dataset in dd statement?

757


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

731






How does the jcl specify the job to os?

704


Where can program checkpoints be stored for use in a restart?

862


How can a stopped job be started again?

721


whats the diff bw the evaluate also and and?

1868


We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?

1762


My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.

1998


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

1937


What do you know about jcl?

658


What is the purpose of dd dummy statement?

960


i want to store 20 digits . how will u do it in cobol ?

870