InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between * And Data? |
|
Answer» DD * and DD DATA describe the INPUT data which follows the above MENTION cards. If the input data contains RECORD switch // in col 1 and 2 then DD Data should be used. DD * and DD DATA describe the input data which follows the above mention cards. If the input data contains record switch // in col 1 and 2 then DD Data should be used. |
|