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
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 |
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 |
can we give instream data in procedure
What are the maximum and minimum sizes of any CONTROL AREA (VSAM datasets) ?
Explain about REXX
How to submit a jcl from cics?
List some valid operation codes in JCL
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
Statement1 "We can not use UNCATLG in SMS managed VSAM datasets" Statement2 "We can not delete a SMS managed data set without UNCATLG it" (P-353, Saba Zameer book) Then how do we delete SMS managed VSAM datasets ?
Explain about LMINIT - generate a data ID for a data set
What is dummy parameter in JCL??
Can you code instream data in a PROC ?
What are s0c1, s0c4, s0c5, s0c7 and socb?
how many max steps can we use in a job? pls answer to my question