Skip to content

Commit e3f35ff

Browse files
committed
fix some images
Signed-off-by: Zeibura Kathau <[email protected]>
1 parent ece8a74 commit e3f35ff

File tree

8 files changed

+25
-25
lines changed

8 files changed

+25
-25
lines changed

COBOL Programming with VSCode.md

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ The COBOL Language Support extension uses a third-party plugin to color keywords
512512

513513
The extension checks for mistakes and errors in COBOL code. The syntax check feature reviews the whole content of the code, highlights errors and suggests fixes.
514514

515-
![](Images/code4z-img1.gif)
515+
![](Images/code4z-img1.png)
516516

517517
### Navigation of Code
518518

@@ -564,7 +564,7 @@ The **Go To Definition** and **Find All References** functionalities are also ex
564564

565565
The COBOL Language Support extension provides live suggestions while you type for COBOL keywords, as well as variables and paragraphs which are already referenced in the code or in copybooks used by the program.
566566

567-
![](Images/code4z-img5.gif)
567+
![](Images/code4z-img5.png)
568568

569569
## Zowe Explorer
570570

@@ -588,13 +588,13 @@ To enable this feature, follow these steps:
588588
1. Click the **Gear Icon** at the bottom left and select **Settings**
589589
2. Click **User Settings** > **Extensions** > **Zowe Explorer Settings**
590590
Look for the **Zowe Security: Credential Key** field
591-
![](code4z-img6.png)
591+
![](Images/code4z-img6.png)
592592
3. Put Zowe-Plugin in the text box. This will trigger the Built-in Secure Credential Store.
593593

594594
Alternatively, to enable this feature by editing settings.json, hover over the gear icon and click "Copy Setting as JSON".
595595
You can then paste that to settings.json and update the value to Zowe Plugin.
596596

597-
![](code4z-img7.png)
597+
![](Images/code4z-img7.png)
598598

599599
Note: If you are using Zowe CLI and you’ve installed the Secure-Credential-Store Plugin, the steps to activate it will still be the same.
600600

@@ -603,35 +603,35 @@ Note: If you are using Zowe CLI and you’ve installed the Secure-Credential-Sto
603603
Follow these steps:
604604

605605
1. Navigate to the Zowe Explorer tree on the right side and look for the + sign
606-
![](code4z-img8.jpg)
606+
![](Images/code4z-img8.jpg)
607607

608608
2. Click on the + sign.
609609
A dialog box will appear and ask if you want to "Create a New Connection to z/OS".
610610

611611
3. Press enter or click on that selection.
612-
![](code4z-img9.png)
612+
![](Images/code4z-img9.png)
613613

614614
4. Enter a Profile name in the "Connection Name" field.
615-
![](code4z-img10.png)
615+
![](Images/code4z-img10.png)
616616

617617
5. Enter the URL and Port that you received by email when you registered for the COBOL Course. The connection information that you need has a title of "IP address for VSCode extension".
618-
![](code4z-img11.png)
618+
![](Images/code4z-img11.png)
619619

620620
6. Enter your Username. This is also included in the email.
621-
![](code4z-img12-18.png)
621+
![](Images/code4z-img12-18.png)
622622
Note: You can leave this blank if you do not want to save your credentials in your machine. You will be prompted for your username once you start using Zowe Explorer.
623623

624624
7. Enter your Password.
625-
![](code4z-img13-19.png)
625+
![](Images/code4z-img13-19.png)
626626

627627
Note: You can leave this blank if you do not want to save your credentials in your machine. You will be prompted for your username once you start using Zowe Explorer.
628628

629629
8. Select True/False if you want to accept or reject Self-Signed Certificates.
630-
![](code4z-img14-20.png)
630+
![](Images/code4z-img14-20.png)
631631

632632
If you are successful, you will receive this informational message:
633633

634-
![](code4z-img15.png)
634+
![](Images/code4z-img15.png)
635635

636636
#### Editing Profiles
637637

@@ -642,28 +642,28 @@ Follow these steps:
642642
1. Add your profile to any of the Zowe Explorer Trees.
643643

644644
2. Click on the pencil icon to edit your profile. A dialog box opens displaying the current information in your profile, which you can edit as required.
645-
![](code4z-img16.png)
645+
![](Images/code4z-img16.png)
646646

647647
3. Edit the URL information if changes are required, or enter to confirm the information is still correct.
648-
![](code4z-img17.png)
648+
![](Images/code4z-img17.png)
649649

650650
4. Edit your Username
651-
![](code4z-img12-18.png)
651+
![](Images/code4z-img12-18.png)
652652

653653
Note: You can leave this blank if you do not want to save your credentials in your machine. You will be prompted for your username once you start using Zowe Explorer.
654654

655655
5. Edit your Password
656-
![](code4z-img13-19.png)
656+
![](Images/code4z-img13-19.png)
657657

658658
Note: You can leave this blank if you do not want to save your credentials in your machine. You will be prompted for your username once you start using Zowe Explorer.
659659

660660
6. Edit your authorized connections
661661

662-
* ![](code4z-img14-20.png)
662+
![](Images/code4z-img14-20.png)
663663

664664
If you are successful, an information message will appear:
665665

666-
![](code4z-img21.png)
666+
![](Images/code4z-img21.png)
667667

668668
#### Deleting Profiles
669669

@@ -676,30 +676,30 @@ Command Palette:
676676
1. Press **CTRL+SHIFT+P** or Click **View** > **Command Palette** to open the Command Palette
677677

678678
2. Type "Zowe: Delete". This command allows you to permanently delete a profile.
679-
![](code4z-img22.png)
679+
![](Images/code4z-img22.png)
680680

681681
3. Select the Profile that you want to delete
682-
![](code4z-img23.png)
682+
![](Images/code4z-img23.png)
683683

684684
4. Confirm that you want to delete your profile
685685

686-
![](code4z-img24-27.png)
686+
![](Images/code4z-img24-27.png)
687687

688688
Once confirmed, the following message is displayed:
689689

690-
![](code4z-img25-28.png)
690+
![](Images/code4z-img25-28.png)
691691

692692
Zowe Explorer Tree:
693693

694694
1. Right click on the profile and select Delete Profile
695-
![](code4z-img26.png)
695+
![](Images/code4z-img26.png)
696696

697697
2. Confirm that you want to delete your profile
698-
![](code4z-img24-27.png)
698+
![](Images/code4z-img24-27.png)
699699

700700
3. Once confirmed, the following message is displayed:
701701

702-
![](code4z-img25-28.png)
702+
![](Images/code4z-img25-28.png)
703703

704704
### Using Zowe Explorer
705705

COBOL Programming with VSCode.pdf

353 KB
Binary file not shown.

Images/code4z-img1.gif

-219 KB
Binary file not shown.

Images/code4z-img1.png

43.5 KB
Loading

Images/code4z-img3.png

24.9 KB
Loading

Images/code4z-img4.png

33 KB
Loading

Images/code4z-img5.PNG

87.4 KB
Loading

Images/code4z-img5.gif

-311 KB
Binary file not shown.

0 commit comments

Comments
 (0)