Browsing a data set


You can use the Browse option to swiftly open a data set or a PDS dataset (member) in the VS Code editor without setting up a filter. If you have installed BMC AMI DevX Workbench File-AID,  you can use the Browse With option and select the required option to browse the member using the VS Code editor or data editor.

Related topics

To browse a data set

  1. Right-click a member name, then click Browse. The member opens in the VS Code editor in read-only mode. 

    If you try to modify a read-only file by typing in the editor screen, you can see a confirmation message to switch the file to edit mode. If you click the Switch to Edit option, the file is opened in edit mode, and you can view the lock icon () on that file. Once the file is closed (open in edit mode), the lock will be released, and the lock icon will be removed.
    If, for any reason, the file is not switched to edit mode, you will see an error message, and the file will be displayed in read-only mode. Similarly, you can right-click the member name and select Browse to change the file status to read-only, and the lock icon will be removed.

Warning

Important

If you want to browse the member with File-AID data editor, right-click on a member name, select Browse With, and select Data Editor

If you have opened the COBOL program in browse or edit mode, you can view the source in hexadecimal format. To view the COBOL program source in hexadecimal format, right-click on the source line you want to view in hexadecimal format and select Show Line in Hex Editor. The HEX EDITOR tab opens, and you can see the source in hexadecimal format.

When a program is opened in the editor, any parsing issues are automatically detected and displayed in the PROBLEMS tab, enabling you to quickly identify errors that could impact program accuracy or completeness. In addition, Code Insights highlights detected code flaws, such as Scope Range Violations, and provides clear, actionable feedback.

You can interact with these issues by using Copilot to request coding suggestions, helping you efficiently remediate defects and improve overall code quality.

 

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*

BMC AMI DevX Workbench for VS Code 26.7