Browsing a data set
To browse a data set
Right-click on a member name and click Browse. The member opens in the VS Code editor in the read-only mode.
If you try to modify a read-only file by typing 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 the edit mode and you can view the lock icon (
) on that file. Once the file gets closed (open in edit mode), the lock will be released from the file and the lock icon will be removed.
If for any reason, the file is not switched to the edit mode, you can view the error message and the file will be displayed in the read-only mode. Similarly, you can right-click on the member name and click Browse to change the file status to read-only mode, and the lock icon will be removed.
If you have opened the COBOL program in the 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.