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 |
In DCB, what is LRECL,BLKSIZE,DSORG
what is use of dsn parameter in dd statement?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
When you specify multiple datasets in a JOBLIB or STEPLIB, what factor determines the order?
Is it possible to define dd statements as you want?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
In JCl which of this activities get executed if act002 abnormally terminates //job001 job ......... //act001 exec pgm=cobo01 //act002 exec pgm=cob02, cond=(01,le) //actoo3 exec pgm=cob03, cond=only //actoo4 exec pgm=con04
Name the system library from which modules are retrieved at execution
What is the max blocksize for a Tape file?
Can we browse or edit the GDG dataset if it is a tape entry?
What is the error code SOC01 indicate ?
What is the difference between these two parameters? -> accounting information -> class how would it bring the differrence to a program?