There will be a situation where we need to dummy our VSAM dataset. Here is how we can do that..
//VSAMFLNM DD DUMMY, AMP='AMORG'
AMP='AMORG' - This parameter tells the OS to treat the file as VSAM file.
//VSAMFLNM DD DUMMY, AMP='AMORG'
AMP='AMORG' - This parameter tells the OS to treat the file as VSAM file.
No comments:
Post a Comment