Skip to content

Commit 8a11fda

Browse files
authored
Merge pull request #98 from sccosel/master
Correct incorrect port number of 10433 to 10443
2 parents 69cc621 + 5ec0dd4 commit 8a11fda

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
@@ -1561,7 +1561,7 @@ In this section, we will use the Zowe CLI interactively to view data set members
15611561
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):
15621562

15631563
```
1564-
zowe profiles create zosmf LearnCOBOL --host 192.86.32.250 --port 10433 --ru false --user prompt* --pass prompt*
1564+
zowe profiles create zosmf LearnCOBOL --host 192.86.32.250 --port 10443 --ru false --user prompt* --pass prompt*
15651565
```
15661566

15671567
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)