What is the meaning of data definition name (ddname) and
dataset name (dsname) in the DD statement?
Answer Posted / 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 |
Post New Answer View All Answers
how to do automated restart when a job abends?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
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?
How can a jobs execution priority be modified?
Which dd parameters are required?
What is the function of dd name parameter with a 2 part structure; audit.report?
What is the function of //jcllib statement?
Explain the function of the steplib dd statement?
What is the difference between the positional and keyword parameters? Give examples.
What does a disposition of (MOD,DELETE,DELETE) mean ?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is job control language?
how do you access an uncataloged dataset in a jcl?
How is a type of file defined in the jcl that executes the cobol program?
How to pass data to a program that is coded in an exec statement?