Skip to main content

Hi,

I have just downloaded Visual Cobol for Visual Studio 2013. Can anyone help direct me to the method to create a VSAM file (KSDS and ESDS) within one the platform?

Any help is much appreciated.

Mark Gialo

Hi,

I have just downloaded Visual Cobol for Visual Studio 2013. Can anyone help direct me to the method to create a VSAM file (KSDS and ESDS) within one the platform?

Any help is much appreciated.

Mark Gialo

Visual COBOL supports ISAM files that can be created using standard COBOL I-O statements like OPEN OUTPUT, WRITE, REWRITE, etc. You can also create files using the Data File Editor which is accessible from the Start menu Micro Focus Visual COBOL-->Data Tools.

Please see the docs section of File Handling under Programming and Reference for more information of what types of files are supported.

Thanks.