View previous topic :: View next topic |
Author |
Message |
ACMcgrath Beginner
Joined: 04 Oct 2003 Posts: 2 Topics: 2
|
Posted: Wed Oct 08, 2003 3:38 pm Post subject: vsam - easytrieve question : write filename delete |
|
|
file filename VS update
rec-no 1 3 N
job ......
if rec-no = 123
write filename delete
Does anyone know how to code the jcl dd statement for the above vsam file that is being used for a delete in Easytrieve? what's the disp for this since it is the input and output? _________________ Anne |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed Oct 08, 2003 4:18 pm Post subject: |
|
|
Acmcgrath,
Code your vsam cluster name for the dd name in JCL and code DISP=OLD for the vsam dataset.
Hope this helps...
cheers
kolusu |
|
Back to top |
|
 |
|
|