jyothimenon1
New User
Joined: 16 Jul 2008 Posts: 10 Location: bangalore
|
|
|
|
//Print JOB ,,
//step1 exec program=IDCAMS
//sysprint DD sysout=*
//SYSIN DD *
Print IDS(JPPCO11.vsam.ksds)
//
what will happen?
1. open as disp=old
2.it will not open, because no DD statement
3.open as disp=shr |
|