Hi All, I am new to SAS and I am writing SAS program in mainframe. I wanted to acess the VSAM file using SAS JCL. Here are my defintions: //VSAMF DD DSN=userid.vsam.file.k.c,DISP=SHR in sysin area : data eastr; infile enrolact vsam; @1 account $10. ; output eastr; ERROR message : The operand in the ACB or GENDB macro are in inconstistent with each other unable to open ACB, rc = 16 Please help me or let me know if any sample JCL. Thanks
... View more