Browse all forums dedicated to the Rocket Mainframe DevOps product family.
Recently active
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
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------------------------------
Hi All.I have the IBM Open Enterprise Python 3.8 for z/OS installed and I am now trying to install the z/OS Miniconda. After I have executed command "./miniconda-py37-zos-2020-10-01.run --path /usr/RocketSW/miniconda/" everything looked good until the " installing extra_pkgs to the base env" phase. At that point I got an error (showed at the very bottom of this message) that I have no idea how to fix. Any idea?$ ./miniconda-py37-zos-2020-10-01.run --path /usr/RocketSW/miniconda/ ******************************************************************************** * Miniconda installation script is starting at 2020.10.05 15:54:13... ******************************************************************************** Checking miniconda instance... Updating Miniconda distribution at '/usr/RocketSW/miniconda/'. Continue? Ýy/N¨ Moving out sensitive files and directories... Extracting packages from distribution... Installing packages... PREFIX=/usr/RocketSW/miniconda installing: preconda ... installi
When installing packages via conda the json files in cond-meta/ are untagged.- untagged T=off -rw------- 1 DEMNT15 STCGRP 163993 Oct 2 15:41 curl-7.66.0-1.json- untagged T=off -rw------- 1 DEMNT15 STCGRP 4339 Oct 2 15:41 expat-2.2.9-4.json- untagged T=off -rw------- 1 DEMNT15 STCGRP 165756 Oct 2 15:41 git-2.26.2-pl524_78.json- untagged T=off -rw------- 1 DEMNT15 STCGRP 2134 Oct 2 15:41 libtag-1.4-1.json- untagged T=off -rw------- 1 DEMNT15 STCGRP 609378 Oct 2 15:41 openssl-1.0.2k-5.json- untagged T=off -rw------- 1 DEMNT15 STCGRP 859718 Oct 2 15:41 perl-5.24.4-4.jsonI think this is a bug.-- Manfred------------------------------Manfred LotzIBM------------------------------
Hi all,I am a bit concerned seeing how much diskspace git 2.26.2-78 uses.When I have installed miniconda the `~/miniconda` directory uses approx. 508MBNow after having installed git: `conda install -c zoss-appdev git` which includes ```curl: 7.66.0-1 zoss-appdev expat: 2.2.9-4 zoss-appdev git: 2.26.2-pl524_78 zoss-appdev libtag: 1.4-1 zoss-appdev perl: 5.24.4-4 zoss-appdev``` the `~/miniconda` directory uses approx 1.6GB disk space.Looking at the Rocket Ported Tools I find curl 202MBperl 128MBgit 164MBIf I sum this up I get approx 490MB.As I cannot see that expat and libtag utilize much diskpace I am asking myself why git 2.26.2-78 uses so much diskspace. Any idea what's going on here?Thanks a lot,Manfred------------------------------Manfred LotzIBM------------------------------
Hi there,Is there anything planned to deliver openssl with AMODE=64?Thanks,Manfred------------------------------Manfred LotzIBM------------------------------
Git 2.26 for z/OS has been released and is generally available via conda for download and installation. In addition to the platform-independent changes between Git release 2.14.5 and 2.26.2, the following changes apply to the z/OS port. Many more character encodings are now supported on z/OS The Git encoding (the character encoding used in the Git server repositories) for text will now always be UTF-8 There are no longer 'default' encodings applied for files in the working tree. This means that, for any given file, if no treatment is specified in gitattributes file: Git will not set a file tag during clone/checkout Git will not allow a tagged file to be added to the index *** It is important to read the release notes section: Migrating from Git for z/OS 2.3.5 or Git for z/OS 2.14.4.z/OS Git 2.26 is *only* available for download and install via conda, the new download and install system for all z/OS open source language and tool ports.------------------------------Peter FandelRocket S
In the older forum there was a comment by someone at Rocket that Git 2.26 was being worked on and targeted for Q3.Wondering if there is any update on that and if Q3 is still the target?------------------------------Lionel B. DyckContributor to ZIGI - the z/OS ISPF Git Interface (see https://zigi.rocks)------------------------------
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.