You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-9Lines changed: 15 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ The Code4z extension pack simplifies your common workflows and enables you to wo
24
24
- With Zowe Explorer you can allocate, copy, rename, and edit mainframe data sets in VS Code and save them to the mainframe.
25
25
- The Data Editor for Mainframe extension enables you to edit VSAM data sets, apply record layouts, and filter records using selection criteria.
26
26
-**Testing tools** for CICS and Batch programs.
27
-
- The Debugger for Mainframe extension enables you to debug CICS and Batch applications that are written in COBOL.
27
+
- The Debugger for Mainframe extension enables you to debug CICS and Batch applications that are written in COBOL and High-Level Assembler Language.
28
28
- With Abend Analyzer for Mainframe you can view abend reports and symbolic data.
29
29
- The HLASM Language Support extension enables you to trace Assembler macros interactively.
30
30
-**Source code management** integrated with Endevor.
@@ -55,19 +55,25 @@ The Code4z extension pack simplifies your common workflows and enables you to wo
55
55
* Run the tests again.
56
56
57
57
## What’s New
58
-
* 2022-09-08 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) version 2.3.0, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
59
-
* 2022-08-31 - [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) version 1.4.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.hlasm-language-support/changelog).
60
-
* 2022-08-12 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) version 1.2.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.explorer-for-endevor/changelog).
61
-
* 2022-07-11 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) version 1.6.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.debugger-for-mainframe/changelog).
58
+
* 2023-01-18 - [HLASM Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.hlasm-language-support) version 1.6.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.hlasm-language-support/changelog).
59
+
* 2023-01-13 - [Debugger for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.debugger-for-mainframe) version 1.7.0, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.debugger-for-mainframe/changelog).
60
+
* 2022-12-15 - [Zowe Explorer](https://marketplace.visualstudio.com/items?itemName=Zowe.vscode-extension-for-zowe) version 2.5.0, see [Changelog](https://marketplace.visualstudio.com/items/Zowe.vscode-extension-for-zowe/changelog).
61
+
* 2022-12-08 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) version 1.1.1, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.cobol-language-support/changelog).
62
+
* 2022-11-24 - [Explorer for Endevor](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.explorer-for-endevor) version 1.3.2, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.explorer-for-endevor/changelog).
63
+
* 2022-11-16 - [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) version 1.0.4, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.ccf/changelog).
62
64
* 2022-06-30 - [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) version 1.0.1, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.abend-analyzer/changelog).
63
-
* 2022-06-29 - [COBOL Control Flow](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.ccf) version 1.0.2, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.ccf/changelog).
64
-
* 2022-06-29 - [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) version 1.0.2, see [Changelog](https://marketplace.visualstudio.com/items/broadcomMFD.cobol-language-support/changelog).
65
65
* 2022-04-28 - New extensions [Abend Analyzer for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.abend-analyzer) (version 1.0.0) and [Data Editor for Mainframe](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.data-editor-for-mainframe) (version 1.0.0) added to the Code4z package.
66
66
67
67
## Prerequisites
68
68
69
69
* Individual extension prerequisites are detailed in the individual readme files linked below.
70
70
71
+
## Getting Started
72
+
73
+
Code4z includes a Day 1 Task Checklist walkthrough, which guides you through the first tasks to perform after you install the extension pack.
74
+
75
+
To launch the walkthrough, open **Get Started** from the **Help** menu, and select **Code4z Day 1 Task Checklist** under **Walkthroughs**.
76
+
71
77
## [COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support)
72
78
73
79
[](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support)
@@ -198,8 +204,8 @@ Debugger for Mainframe provides the debugging interface to [InterTest™ for CIC
198
204
199
205
### Features
200
206
201
-
* Debug COBOL code for applications running in a CICS region.
202
-
* Debug COBOL code for Batch applications.
207
+
* Debug COBOL and HLASM code for applications running in a CICS region.
208
+
* Debug COBOL and HLASM code for Batch applications.
0 commit comments