Browse all forums dedicated to the Rocket Mainframe DevOps product family.
Recently active
When using distutils, my script will spit out commands with references to /u/pdharr/anaconda-build, which is an unknown user on my system. xlc_echocmd -qdll -qdll -qexportall -qascii -q64 -qnocse -qfloat=ieee -qgonum -qasm -qbitfield=signed -L /u/pdharr/anaconda-build/python36/lib -qdll -qexportall -qascii -q64 -qnocse -qfloat=ieee -qgonum -qasm -qbitfield=signed -L /u/pdharr/anaconda-build/python36/lib build/temp.os390-25.00-2964-3.6/helloworld.o /u/pdharr/anaconda-build/pkgs/python-3.6.1-1/lib/libpython3.6m.x -o build/lib.os390-25.00-2964-3.6/myModule.so /bin/xlc -F /u/kporter/python//python-2017-04-12-py36/python36/bin/xlc.cfg -qdll -qdll -qexportall -qascii -q64 -qnocse -qfloat=ieee -qgonum -qasm -qbitfield=signed -L/u/pdharr/anaconda-build/python36/lib -qdll -qexportall -qascii -q64 -qnocse -qfloat=ieee -qgonum -qasm -qbitfield=signed -L /u/pdharr/anaconda-build/python36/lib -Wl,dll -o build/lib.os390-25.00-2964-3.6/myModule.so build/temp.os390-25.00-2964-3.6/helloworld.o /u/pdha
I am having a hard time finding, uploading python to my z/OS. As a matter of fact, I need both python and nodejs for z/OS. Can someone please educate me how to get my problem resolved? I have spent a few days thrashing on this problem, so any assistance will be highly appreciated. Best regards
Hi there! Any way we could get the source for sudo? The default user is currently set as “ROOT”, which is not the name of our “UID 0” ID in RACF. It’s our understanding that a recompile with a specific compile option could fix this for us. Adding an id named “ROOT” into RACF is not going to be an option. Thanks!
Hi, I tried to install sudo (sudo-1.8.6p3_b009.170419) on z/OS 2.3. README.ZOS tells a alot about the installation process. But nothing about the customization of /ect/sudo.conf. When I run sudo with sample.conf delivered as sample an error occured that no sudoers.so was found. If I delete or comment the both lines in sudo.conf: Plugin sudoers_policy sudoers.so Plugin sudoers_io sudoers.so the execution of sudo fails with a message: unable to initialize policy plugin. How should sudo works with only the deliverd files in package sudo-1.8.6p3_b009.170419? Thanks for your help. Kind regards, Björn
I need to automatically connect to the Rocket z/OS session which is accessible through the customized website.How to do this in C# application? C# application (Web api) need to open the Bluezone session automatically from background.
I have installed zlib 1.2.8 and have compiled a little test program I found. Basically it calls deflateInit2, deflate and deflateEnd. The trouble starts when I try to link it, I get: export _LD_SYSLIB="//‘SYS1.CSSLIB’://‘CEE.SCEELKEX’://‘CEE.SCEELKED’://‘SYS1.SIEASID’://‘CEE.SCEECPP’://‘CBC.SCCNOBJ’"; export _LD_SYSIX=/usr/local/lib/libz.1.2.8.x; ld -b “NOXREF,DCBS,LIST,MAP,CASE=MIXED,DYNAM=DLL,COMPAT=CURR,AMODE(31),” -e CEESTART -L /usr/local/lib -lz -o compr.load -v -V compr.o > compr.lmap IEW2278I B352 INVOCATION PARAMETERS - TERM=YES,PRINT=NO,MSGLEVEL=4,STORENX=NEVER,NOXREF,DCBS,LIST,MAP,CASE= MIXED,DYNAM=DLL,COMPAT=CURR,AMODE(31),LIST=NOIMP,XREF=YES,MAP=YES,PR INT=YES,MSGLEVEL=0 IEW2469E 9907 THE ATTRIBUTES OF A REFERENCE TO DEIN2 FROM SECTION $PRIV000010 DO NOT MATCH THE ATTRIBUTES OF THE TARGET SYMBOL. REASON 2 IEW2469E 9907 THE ATTRIBUTES OF A REFERENCE TO deflate FROM SECTION $PRIV000010 DO NOT MATCH THE ATTRIBUTES OF THE TARGET SYMBOL. REASON 2 IEW2469E 9907 THE ATTRIBU
Hello. After download the file “curl-7.52.1_b006.170926.tar.gz” on Windows I extracted it using Winrar. Then the extracted folder was copied to zOS Unix using IDz. I have exported the environment variables on zOS Unix console (PATH, LIBPATH, etc) When I run the command “curl” on console, this message is returned: curl: FSUM9209 cannot execute: reason code = 053b006c: EDC5129I No such file or directory. My zOS Unix version is 02.02.00 How to fix it? There are more configs to do? Thx
Hi, currently Python 3.6.1 comes with the package scikit-learn release 0.18.2. Unfortunately it does not support everything we need. At this point I am wondering if there are any plans to port newer release of scikit-learn - 0.19.2. Thank you, Jacob
Status: DeclinedThanks for the IDEA Johan. Unfortunately after doing more research, this will cause major rewrite and could introduce risk. Based on that, we'll have to decline this request.As compilers (COBOL and PL1) are now using integrated pre-compilers one can end up from 1 source with multiple DBRMs that will need to be bound in the same physical DB2 We are migrating to COBOL 6.2 and Enterprise PL1 5.2 and our going to be using the integrated CICS and DB2 pre-compiler As in certain cases sources are compiled multiple times depending the addressing mode or type of execution environment one might end up with possible three different DBRMs origintaing from the same source. From and administrative level in Changeman one could create a logical environment in the physical DB2 (one for each type of DBRM) Unfortuantely ZMF doesn't support this. Right now this has been cicumvented through skeleton customisation, but this should be out of the box. Are there any othe customers
Rather than downloading the various z/OS Open Source Tools by manually clicking on the web site, is it possible or has anyone used a scripted routine to perform the downloads?
Hello, based on the routines for other Open Source z/OS software (see SMP/E installation for Open Source z/OS software ) we created procedures to make it possible to install ZOWE with SMP/E. Everyone who is interested in further details, please respond here. Kind regards Juergen Kehr
HI, I installed python3.6 and it had pip 9.0.1 installed. Since it suggested me to upgrade pip, I upgraded and then on, the executable always fail to launch. I had it uninstalled and installed the old version as: $ python -m pip install pip==9.0.1 Collecting pip==9.0.1 Downloading https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3 /pip-9.0.1-py2.py3-none-any.whl (1.3MB) |################################| 1.3MB 5.1MB/s Installing collected packages: pip Found existing installation: pip 19.1.1 Uninstalling pip-19.1.1: Successfully uninstalled pip-19.1.1 Successfully installed pip-9.0.1 However, the same problem persist. $ pip -v ?: pip 1: FSUM7351 not found ?: pip 1: FSUM7351 not found pip 1: FSUM7343 cannot open " ?Ç Ç _ ? Ç/ " for output: EDC5129I No such file or directory. pip 1: FSUM7343 cannot open "/_ ^^ÇÇ^_/ " for output: EDC5129I No such file or directory. pip 1: syntax error: got ), expecting Newline I am new to pyt
Hello, In your organization, do you use Groff to convert Text files to Portable Document Format PDF? Or do you use another solution? Guillaume
Status: DeliveredDeliveredWhen double-clicking a component you will get into browsemode. This is not like windows usually works - double-click will open a file in edit-mode. If this for some reason is important to someone - please make an option in PReference->Setting for "Double-click opens component in edit-mode".
Status: DeliveredDeliveredERO only recognizes the LCT libtype for link cards. Allow ERO to recognize custom link deck types that are define with a like type of link deck (K).
Status: DeliveredDeliveredCMNEX019 gives will be called before/after checkout and before/after checkout. But when performin a "stage" of a non-SRC component the exit CMNEX019 is also called. When a component is modified and saved, the exit is called and the checkin indicators are enabled. This is indepedent for a like-SRC component or a non like-SRC component. When a like-SRC component is "staged" (so no change took place) the exit is not called (obvious as no checkin took place) However when a non like-SRC is "staged" (so no change took place) the exit is called and the checkin indicators are enabled. To better differentiate CHECKOUT/CHECKIN/BUILD it would be nice to see an additional indicator in the exit eg. x19$sbld and x19$ebld (before and after build - aka stage) For a like-SRC this would be just before the kickoff of the file tailoring For a non like-SRC as it is performing today.
Hello, could you tell me if a solution is planned to use exits CMNEXnnn in ZMF4ECL? We used tu use a lot of them in Changeman (for example at the editor opening etc...) and we're searching a way to use them from ZMF4ECL. thanks Pascal#ChangeManZMF
I’ve just installed GNU bash, version 4.2.53(1)-release (i370-ibm-openedition) on Z/OS 2.3 and I’m somewhat confused by what config files bash uses at startup From …//share/doc/bash/4.3/README.ZOS the doc sartes Non-interactive mode The bash shell proceses configuration files in the following order: (1) /etc/bash.bashrc (2) ~/.bashrc Login-shell The bash login shell processes configuration files in the following order: (1) ~/.bash_profile (2) ~/.bash_login (3) ~/.profile Non-login shell The bash shell executes a file “~/.bashrc” The results for a non-login shell matches the doc However I do a: bash echo.sh (which I assume is a non-interactive shell) I see no config files executed If I try bash --login I onle see the follwoingt cofig file excured /etc/profile ~/…bash_profile
We have openssl installed but when I issue the following command results in no peer certificate and No client certificate CA names sent. Would this be because of the openssl not pointed to a certificate bundle? Command issued: openssl s_client -connect sfcertrequestTEST256.support.statefarm.org:443 ***** Results ****** CONNECTED(00000003) no peer certificate available No client certificate CA names sent SSL handshake has read 7 bytes and written 307 bytes New, (NONE), Cipher is (NONE) Secure Renegotiation IS NOT supported Compression: NONE Expansion: NONE No ALPN negotiated SSL-Session: Protocol : TLSv1.2 Cipher : 0000 Session-ID: Session-ID-ctx: Master-Key: Key-Arg : None PSK identity: None PSK identity hint: None SRP username: None Start Time: 1555530422 Timeout : 300 (sec) Verify return code: 0 (ok)
We are successfully using standalone Python and Python API in z/OS 2.2 except one thing. In standalone Python print() statements produce output that is correctly displayed on a screen (thanks to _BPXK_AUTOCVT=ON). However when we use API (with the same environment variables exported) the output from print() statements appears to be in ASCII. When this happens the stderr contains a line tput: unknown terminal “/pgm/u/myHomeDir” Our application is compiled as EBCDIC and switches environment to ASCII before using any API calls. Any idea what can be done to make print statements work? Thank you Best regards Jacob
Is there a date/ETA for when Postfix for z/OS is available for download? I have a pre-GA version and am unable to install it in our test environment, so I was wondering when the final version would be available.
I ran into problems downloading the .Tar file to the file system i created on z/OS. I created a file system with cyl(5000 150) When i TAR python-2017-04-12-py27.tar it run a long time and eventually runs out of space. I cant believe this file is actually this big. How big should my filesystem be? I followed your directions on installation of Rocket z/OS open source tools product. I appreciate your assistance.
Hi, I have some trouble moving curl for z/OS from version 7.16.1 to 7.52.1. We call curl from a program written in REXX (using bpxbatch routine) to call a websevice on a remote (non z/OS) server; this webservice returns data already encoded in EBCDIC. Using the old version the data is retrieved with the correct encoding, while the new version shows bad encoded data; I obtain the same behaviour even if I call curl from ISHELL or BPXBATCH. Please note that we need to get the data from the stdout without writing it to a unix file (If I use the -o option to write to a unix file the data is written with the correct encoding). This is what happens with curl for z/OS version 7.16.1: curl -v --header “Xml-Stylesheet:/xsl/tws-ws2zos.xsl” --user “***:***” “http://***” HPUC0330 About to connect() to *** port 80 (#0) HPUC0016 Trying ...… HPUC0017 connected HPUC0331 Connected to *** (...) port 80 HPUC0143 Server auth using Basic with user ‘***’ GET *** HTTP/1.1. Authorization: Basic *** User-Ag
I’ve installed Vim for z/OS. So far everything works as expected, except for that the Ctrl key mapping in my .vimrc is not working. for example, I have these key mappings in my .vimrc, and they are not working. map <C-d> :NERDTreeToggle<CR> map <C-j> <C-W>j map <C-k> <C-W>k map <C-h> <C-W>h map <C-l> <C-W>l
Deborah Delano shows how to create test datasets in Comparex using COPYDIFF and FILTERIN#Videos#Announcement#ChangeManZMF#HowTo-BestPractice
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.