Skip to content

Commit 28c7e2a

Browse files
committed
add overwrite flag
Signed-off-by: MikeBauerCA <[email protected]>
1 parent d597c59 commit 28c7e2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

COBOL Programming with VSCode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ In this section, we will use the Zowe CLI interactively to view data set members
15731573
To create a LearnCOBOL profile (and overwrite it if it already exists), issue the following command with your system details (using `prompt*` will prompt you for certain fields and not show input):
15741574

15751575
```
1576-
zowe profiles create zosmf LearnCOBOL --host 192.86.32.250 --port 10443 --ru false --user prompt* --pass prompt*
1576+
zowe profiles create zosmf LearnCOBOL --host 192.86.32.250 --port 10443 --ru false --user prompt* --pass prompt* --ow
15771577
```
15781578

15791579
Many profiles can be created for interacting with different z/OSMF instances. If this was not your first profile, you will want to set it as the default for the following lab exercises. Issue the following command:

0 commit comments

Comments
 (0)