Browse all forums dedicated to the Rocket Mainframe DevOps product family.
Recently active
Hi all, sorry if I'm asking something that is not directly related to Rocket Software, but I figured this forum could be my best chance to get an answer, as Google let me down this time 🙁 I am trying to check for the existence of a directory and create it if it doesn't exist. I'd like to do it in just one command, so I coded this:cmd = "test | -e '"||ussLibSvil||"/"||_path||"' && mkdir -p "||ussLibSvil||"/"||_pathussrc = bpxwunix(cmd,,stdout.,stderr.,,0) The command contained in the cmd variable works correctly if I enter it directly at the shell pormpt. However, when run from Rexx code I get this error (the output is mangled by my error trap routine): Command: test ! -e '/u/sigdc/sigdc.hna.gitdev/source' && mkdir -p /u/sigdc/sigdc.hna.gitdev/source Error: cannot continue (RC = 127)Error Detail: CMD: FSUM7351 not found *** I think that the problem lies in the concatenation of commands with "&&", but I can't find a way to fix it. Maybe I need to escape those amp
Status: DeliveredThanks for this example of how to overcome this situation Ron. We don't feel we need to change the product for this at this time but this will be a useful template for others encountering the same situation. We can revisit this if there is further interest in us doing so.CMN$$CHT.SKL.txtNote that this idea could also be useful for automatic source code standards enforcement processes that are set up within ChangeMan ZMF. We are modifying our Pro/JCL syntax scan batch process to also reformat our JCL-related components as well as do JCL-related standards enforcement. Currently, using the in-house created “JCLSCAN” procedure that creates a batch job submitted during staging, the batch job runs a Pro/JCL syntax scan, prepares JCL runbook(s), and then generates an INFO/X reports. A requirement has come-up to run a JCL, PROC, etc. reformat and standards enforcement process using Pro/JCL before running the Pro/JCL syntax scan. This means th
On a test lpar i've got git (2.14) installed and it is failing. Here is an example: /u/lbdyck>ssh git@github.com git-receive-pack lbdyck/racfadm.git FOTS2273 Warning: Permanently added the RSA host key for IP address '140.82.112.3' to the list of known hosts. --Â--Ä-Á--/ÀÁÄ-ÃÀ--À---Ã--/-À-Á-Ã-Â---À------ÊÁÃËÇÁ/ÀË_/ËÈÁÊÊÁø?ÊÈ-ËÈ/ÈÍË-ÀÁ%ÁÈÁ-ÊÁÃË-ËÑÀÁ-Â/>À---,-ÉÍÑÁÈ-/È?_ÑÄÊ_/È-ËÇ/--/ÅÁ>È-ÅÑÈÅÑÈÇÍÂ-ÅÂ--ÄÄ-Ä-/-ÂÀ----ÄÃÃ-À-Â---Â/--ÁÃÁÀ-/ÁÂ--Á-Â-/Á---ÃÀÀ--Â---ÊÁÃËÈ/ÅË--------Ä-ÄÄ---ÄÄ-- And another example: /u/lbdyck>git clone git@github.com:lbdyck/pdsegen.git Cloning into 'pdsegen'... fatal: protocol error: bad line length character: ---Á Can anyone point me to where to fix this? I'm sure this is something trivial but I can't find the problem.
I get this message when using openssl. We did not install openssl in /rsusr/rocket, but instead used a different path. Shouldn't openssl base the location of the openssl.cnf file on the location of the openssl binary? Should we just "bite the bullet" and install it (or set a symbolic link from) /rsusr/rocket?
Hello, I am looking to install python 3.7 on maninframe. Currently, I have installed version 3.6 but I can’t find the port for 3.7 neither find miniconda port. Any suggestion? Thanks
Hi, On ChangeMan, we can do =1.B, VS - View Stack in order to decompress an SRD entry and get something like this: //BKP#ChangeManZMF
Hi Everyone !Can I use the GZIP version for z/OS at my Production environment?Is there any cost involved?Thanks !------------------------------Thiago de DeusIBM------------------------------
Hi, I'm wondering where I can download the changeMan ZMF Client Pack... Best regards, Bernd.#ChangeManZMF
Hi there,I have a file X which is untagged.Now running a Perl script like follows #! /bin/env perluse strict;use warnings;use 5.010;my $f = 'X';-T $f && say "$f"; and the file is tagged as IBM-1047. I think the Perl text file test operator -T shouldn't change tagging in any way.Do you agree or do I just overlook anything?-- Thanks,Manfred------------------------------Manfred LotzIBM------------------------------
Status: DeliveredDeliveredIt is really annoying we can't open a INC member with the correct language and procedure set like a program.
Status: DeliveredDeliveredStoring content of an audit report within ChangeMan accelerates development because no tool-change (e.g. to SDSF) and additional time for searching has to be performed. During our last internal ChangeMan -training some developers asked, if it wouldn't be a good idea to store content of an Audit Report (Package and Release) within ChangeMan.The advantage would be that in doing that, audit-information is directly accessible within ChangeMan (without changing to SDSF or what ever) and that the last audit-report for a package or a release could also be baselined (like program-listings). This also may be obtained as a unchangeable proof with which audit-result the package (or release) went to production.We think there are much more arguments to find when dealing with this idea in deepth.
I am using the cURL line command with the insecure option and would like to remove this option. What do I have to do to install a certificate and is there any way to use CA’s Top Secret for this authentication? Thanks
Status: DeliveredPreviously delivered in 8.2 Patch 2. Octane numbers 22006 and 19446. When doing a browse baseline (=1.b) for a set of components, the CREATED and CHANGED dates for the stacked reverse deltas (minus library level) all show a date/time that matches the last baseline process.But here should be the real CREATED and CHANGED dates !This problem was reported on June 1st, 2000 andApplies To ChangeMan ZMF 4.1.6.See link: knowledgebase.serena.com An enhancement (ENH17188) should already exists, although no documentation can be viewed Please support us with your vote so that this error is finally fixed.#correctedition
#GITGit 2.14.4 does not seem to support the submodule functionality Will 2.26.2 support submodule functionality? Where can i find the documentation of features supported in the respected versions of Git?
I don't think this specifically has anything to do with the actual Rocket Open Source Tool (curl), but I was hoping someone here might be of assistance anyway.Any thoughts on this? I can execute this job and have no issue. I'm trying to let another developer run it. He's able to run /u/dvfjs/rocket/bin/curl directly (in STDPARM, following "SH ".) But if he executes my shell script (/u/dvfjs/jira_test) he gets "/u/dvfjs/rocket/bin/curl: /u/dvfjs/jira_test 4: FSUM7351 not found".I've set the read and execution bits for user, group and other for both curl and the jira_test shell script. Since the "echo" commands are working for him, he's obviously able to execute my shell script itself. What else might I be missing? The other developer has an OMVS segment, but he doesn't have an initial working directory or default shell configured yet. Could that be the issue? If so, what specifically is causing this particular issue?JCL://DVRJZTST JOB ,'Test',CLASS=C,REGION=0M,NOTIFY=&SYSUID//*//UNI
We are trying to unzip a file on the zOS and the same error always occurs.P083598:/u/p083598:>unzip /tmp/BM/NombresDowJones.zip Archive: /tmp/BM/NombresDowJones.zip inflating: NombresDowJones.dat error: invalid compressed data to inflate However apparently the file is correct ...P083598:/u/p083598:>unzip -v /tmp/BM/NombresDowJones.zip Archive: /tmp/BM/NombresDowJones.zip Length Method Size Cmpr Date Time CRC-32 Name -------- ------ ------- ---- ---------- ----- -------- ---- 4161745409 Defl:N 99007078 98% 11-09-2020 08:42 be254805 NombresDowJones.dat -------- ------- --- ------- 4161745409 99007078 98% 1 file I tried to download the file to a Linux system (RHEL) and there the unzip works perfectlyCould it be due to th
Status: DeclinedAppreciate the idea. From our experience, the complexity of ChangeMan is best with training. Also, ChangeMan is quite customizable and tutorials for ChangeMan may end up to generic to add any real value as each customer process is different. Recently we have built short videos around certain topics such as REST APIs as well as the new integrations with ZOWE CLI and VSCode Explorer. We will continue to build on those. HiIn the current patch-4 version, we don't see a tutorial reference. This could be a nice feature that will help / assist developers, especially for the new one's who are familiar in eclipse but not in ISPF. Good to have this documentation facility.Regards#TutorialReference
Status: DeclinedAppreciate the IDEA Rajesh. However at this time, we will not able to add this to the next major release. Some functionality was not designed to be supported by Client Pack due to the complexities. Hi While performing some tests in CMN plugin patch4 version, it's been noticed that online form feature is not supported. It would be really good as many users would expect this feature to be in place once it's completely rolled out to all. Thanks to take in account and let us know. Regards#OnlineFormsinCMNplugin
I am trying to install miniconda to allow me to obtain git and other open-source tools and have downloaded and downloaded and transferred miniconda onto my z/OS system (V2.4) and run the miniconda install. (miniconda-zos-1.2-2020-10-01.run and appdev_bundle_1.0)This gives the following NotWritableError to a file / sub-directory within my user home directory during the install. I do not believe I should be changing the permissions as suggested - the userid I ran the install under has the appropriate permissions / authority and is in SYS1 group.Re-running the install gives the same error as it looks like ".conda" directory is created as part of the install. Although the base conda install seems complete it would appear the install process has not finished Can you please tell me what I need to change to successfully complete the install of miniconda------------------------------Clive HarrissIBM UK------------------------------
Hi , a customer of mine in Brazil is willing to acquire support for z/OS Open Source tools . Does any knows how this works, given the fact there is no Rocket Direct presence in Brazil.------------------------------Daniel RaischRocket Software------------------------------
Just started testing bash out and ran across an issue where if a file is externally linked ie ln -e ONETSTAT /bin/netsat bash fails to find the file CARROS1:/home/carros1: >netstat -bash: netstat: command not found CARROS1:/home/carros1: >ls -la /bin | grep -i netstat erwxrwxrwx 1 TCPIPST OMVSGRP 8 Jul 23 2013 netstat -> ONETSTAT lrwxrwxrwx 1 TCPIPST OMVSGRP 29 Jul 23 2013 onetstat -> …/usr/lpp/tcpip/bin/onetstat onetstat works now if I create a symbolic like in say $HOME/bin lrwxrwxrwx 1 PSC050 OMVSGRP 12 Aug 2 12:12 netstat -> /bin/netstat this it find but does not run CARROS1:/home/carros1/bin: >./netstat Killed it is killed instead on the console I have this BPXP028I SPAWN OR EXEC ERROR FOR FILE PATH ./netstat DEVICE ID 169 957 INODE 22892. THE ASSOCIATED MVS MEMBER NAME IS ONETSTAT. SYS1.SEZALOAD which is where ONETSTAT resides is LINKLIST’d and in LPA. So it should be finding it If I add a STEPLIP in OMVS to SYS1.SEZALOAD it w
I am able to call a REST service with an MVS data set using the standard z/OS "//" style, as follows:curl -H "Content-Type: application/xml" -X PUT -d @"//'DVFJS.TC.TXT'" https://{hostname}/communication/rest/templateCommunication/{resourceID}However the MVS data set has to already be in the appropriate codepage (ASCII or whatever). Is there anything I can do at the curl level to indicate that the source file is in EBCDIC and should first be converted to another codepage?------------------------------Frank SwarbrickFirstBank------------------------------
Hello, during installation of miniconda-zos-1.2-2020-10-01.run we get the following error:Building the "base" Anaconda environmentDone.---- installing extra_pkgs to the base env ----conda-repo-cli-1.0.1+2.g39f4600-py_0.tar.bz2:Downloading and Extracting Packages*-None | | ########## | 100%Preparing transaction: doneVerifying transaction: doneExecuting transaction: donepython: set_empty_channel 10: conda_install_extra_pkgs 14: run_setup 64: ./miniconda-zos-1.2-2020-10-01.run 391: cannot executePlease help!------------------------------Andreas Mair------------------------------
Hello,I'm trying to bind a SIMPLE.C (http get ), through XL C/C++ catalogue procedure CBCXB. I see some Symbols unresolved. Any help is very well appreciatedHere is my BIND.SYSLIN INCLUDE '/C/Rocket/curl/lib/libcurl.a'INCLUDE SYSLIB(IOSTREAM)INCLUDE SYSLIB(COMPLEX)INCLUDE SYSLIB(C128N)Bind errorsIEW2339S 1035 THE INCLUDE DATA SET SPECIFIED BY DDNAME /0000001 IS AN ARCHIVE FILE.IEW2456E 9207 SYMBOL curl_easy_cleanup UNRESOLVED. MIEW2456E 9207 SYMBOL fprintf UNRESOLVED. MEMBER COULIEW2456E 9207 SYMBOL curl_easy_strerror UNRESOLVED.IEW2456E 9207 SYMBOL curl_easy_perform UNRESOLVED. MIEW2456E 9207 SYMBOL curl_easy_setopt UNRESOLVED. MEIEW2456E 9207 SYMBOL curl_easy_init UNRESOLVED. MEMBIEW2653E 5112 ENTRY CEESTART FROM OBJECT MODULE IS NO------------------------------------------------------------------------------------------Thanks,Sree------------------------------
Going through the installation steps I am getting an error. Installation is successful, however after updating the .bashrc file according to the installation document, I get the following erroneous output when I login via ssh.Output:bash: $'K@a\\242\\205\\231\\245\\211\\203\\205a\\244\\242\\231a\\231\\226\\203\\222\\205\\243a\\205\\243\\203a\\227\\231\\226\\206\\211\\223\\205K\\204a\\203\\226\\225\\204\\201K\\242\\210\\025': command not founduserid/.profile$cat .profileexport _BPXK_AUTOCVT=ONexport _CEE_RUNOPTS="FILETAG(AUTOCVT,AUTOTAG) POSIX(ON)"SHELL=/conda_install_path/bin/bashexec $SHELLuserid/.bashrc$cat .bashrc. /conda_install_path/etc/profile.d/conda.shAnyone experience this before?------------------------------Keith Gagne------------------------------
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.