InterviewSolution
| 1. |
What Is The Meaning Of Data Definition Name (dd Name) And Data Set Name (dsn Name) In The Dd Statement? |
|
Answer» 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 Data Set name is the operating system (MVS) name for the FILE. 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 Data Set name is the operating system (MVS) name for the File. |
|