Page 1 of 1

update VSAM file

Posted: Fri Apr 30, 2010 7:23 pm
by madkaps1981
Hi,

I have a requirement to update a VSAM file with the file name where file name is being passed thru PARM paramenter.

PCI30010 EXEC PGM=PGMNAME,PARM='GDG.GnnnnV00'

I need to have the GDG name passed thru PARM into a VSAM file. VSAM file is required to have this file name and a flag with value "Y", "N" or " ". Here, we will have that flag value as " ".

Can you please assist me with this?

Posted: Thu Jun 10, 2010 1:35 pm
by Anuj Dhawan
You've probably already decided how do you want to do that. As you post it in PL/I part of the Forum - I'll assume the programming-language you want to use is PL/I. Ok - then where are you stuck?