I have a requirement to ensure I can update/delete VSAM file record from outside mainframe. i.e., from a dotnet application.
I definitely looked around online, but didn't find lot of information around this topic. Are VSAM files accessible like DB2 databases or MQ series to other systems ?? Any pointers would be helpful
I know that using Stored Procedures (SP) you can access a Vsam File. You have the DSNACICS to invoke a program that access the VSAM File. The SP have to be external, written in Cobol, Java or other language. This SP can be called outside the mainframe.
regards, Roberto Chirinos