Giter VIP home page Giter VIP logo

zopeneditor-sample's Issues

Zowe to connection from Wazi

Trying to connect to Zowe, hosted in a zD&T. On ZOWESRV is rertieved the following message:
"[WARNING ] SRVE0190E: File not found: /datasets/ibmuser/attributes".
On Wazi : "Error getting all datasets. An error occurred communicating with the remote system. Check your connection preferences. Remote response: StatusCodeError: 404 - "Error 404: java.io.FileNotFoundException: SRVE0190E: File not found: /datasets/ibmuser/attributes\n""

zowe.connections:

{
"zowe.connections": [
{
"name": "Zowe to Connection from Wazi",
"type": "Atlas",
"url": "https://myserver:7443/ui/v1/datasets",
"username": "xxxxxxx",
"password": "xxxxxxxxx",
"defaultFilter": "",
"datasetAllocation": {
"dsorg": "PO",
"alcunit": "TRK",
"primary": 300,
"secondary": 100,
"dirblk": 20,
"recfm": "FB",
"blksize": 0,
"lrecl": 80
}
}
],
"editor.autoSave": "on",
"zowe.keybinding": "ISPF",
"navigator.autoReveal": true,
"navigator.exclude": {
"**/.git": true
},
"workspace.supportMultiRootWorkspace": true,
"workspace.preserveWindow": true

VSCode extension tutorial - minor clarification on populating COBOL sample dataset members

In wazi-tutorial/README-VSCODE.md, section “Edit and Submit JCL to compile, link, and run jobs”:
https://github.com/IBM/wazi-tutorial/blob/master/README-VSCODE.md#edit-and-submit-jcl-to-compile-link-and-run-jobs

“ • For the COBOL and COPYBOOK PDS members, simply use Create New Member method to move files from your workspace to the MVS dataset:
◦ Create SAM1 and SAM2 members to USER1.SAMPLE.COBOL
◦ Create CUSTCOPY, SAM2PARM, TRANREC members to USER1.SAMPLE.COPYLIB”

.. it is not made clear how the user is expected to populate each dataset member (i.e. the "move files" part of Create New Member). For example, by manual copy/paste of the local file editor window contents for each corresponding file. (perhaps there will be drag/drop support in future per the equivalent section in the WAZI tutorial, but for now the intention of the author is not clear here with the VSCode extension)

Open Definition does not work in Safari

Wazi Technology Preview Feedback

@Isabel.arnold and I are currently experimenting with WAZI and found an issue with the Open Definition with the SAM1.cbl. It does work with Firefox, but not with Safari.

Hover over the field works fine, but to jump to the declaration does not.

image

Wazi Technology Preview Feedback

Where can we get support for any issue we get working with wazi ? I have installed it. The docker process is started successfully as show below, but i can't seem to open a browser on localhost:3000:
$ docker run -it -p 3000:3000 ibmcom/wazi:tp1
Starting the master backend process with 5000 (ms) timeout.
Starting server worker...
Server worker has been started. [ID: 1 | PID: 11]
Server worker is ready to accept messages. [ID: 1 | PID: 11]
root INFO Theia app listening on http://0.0.0.0:3000.
Received message which is neither a response nor a notification message:
"3000"

on the browser, i get
"Firefox can’t establish a connection to the server at localhost:3000"
I have tried to start the docker process on different ports, but with the same result( btw the server always says it is listening on http://0.0.0.0:3000 even if you start and map it with a different port number).
Any help is welcome ;-)

zowecli-cobol-upload-run-tutorial job error

Hello,

I am currently working with Wazi, Zowe, and IBM Open Editor. I do not have much experience with mainframes and their technology stack.

I was able to run some sample scripts in this project.

zowe/zowecli-cobol-upload-run-tutorial.sh

When the scripts run, the job gets submitted and runs. It has an error, though.

ICH70001I IBMUSER  LAST ACCESS AT 03:40:42 ON THURSDAY, MARCH 23, 2023
IEFA111I SAMRUN IS USING THE FOLLOWING JOB RELATED SETTINGS:
         SWA=BELOW,TIOT SIZE=64K,DSENQSHR=DISALLOW,GDGBIAS=JOB
IEFA107I SAMRUN CMPLSAM2 STEPLIB - DATA SET IGY630.SIGYCOMP NOT FOUND
IEF272I SAMRUN CMPLSAM2 - STEP WAS NOT EXECUTED.
IEF373I STEP/CMPLSAM2/START 2023082.0340
IEF032I STEP/CMPLSAM2/STOP  2023082.0340
        CPU:     0 HR  00 MIN  00.00 SEC    SRB:     0 HR  00 MIN  00.00 SEC
        VIRT:     0K  SYS:     0K  EXT:        0K  SYS:        0K
        ATB- REAL:                    20K  SLOTS:                     0K
             VIRT- ALLOC:      10M SHRD:       0M
IEF375I  JOB/SAMRUN  /START 2023082.0340
IEF033I  JOB/SAMRUN  /STOP  2023082.0340
        CPU:     0 HR  00 MIN  00.00 SEC    SRB:     0 HR  00 MIN  00.00 SEC

It seems that IGY630.SIGYCOMP is not in the most current version of Wazi.

I am running the ibm-zos-2-4-s390x-dev-test-wazi-7 image.

Any idea which data set I can use instead?

I also found this in JCL/RUN.jcl file.

//* IT MIGHT ALSO BE NECESSARY TO UPDATE THE COBOL COMPILER LIBRARY
//* IF YOUR SYSTEM USES A DIFFERENT VERSION.
//*
//* THE LINK LIBRARY MAY NEED TO BE UPDATED IF YOUR SYSTEM HAS IT
//* INSTALLED UNDER A DIFFERENT DATASET NAME.
//*
//* THE SPACE1 AND SPACE2 VALUES SHOULD WORK AS THEY ARE BUT YOU
//* CAN ALSO CHANGE THEM AS NEEDED.
//*
//*****************************************************************
//    SET HLQ='IBMUSER'                       *TSO USER ID
//    SET CMPLLIB='IGY630.SIGYCOMP'           *COMPILER LIBRARY
//    SET LINKLIB='CEE.SCEELKED'              *LINK LIBRARY
//    SET SPACE1='SYSALLDA,SPACE=(CYL,(1,1))' *SPACE ALLOCATION
//    SET SPACE2='SYSALLDA,SPACE=(CYL,(1,1))' *SPACE ALLOCATION

It looks like I just need to find the proper compiler library for this version of Wazi. I am not sure how to do that.

Thanks for the help. :-)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.