-
```The default JSR223 engine (JavaScript, Rhino) running as shell:
$ jrunscript -cp $CLASSP ATH js> var saluton = 'Saluton!'; js> print(saluton);
Saluton!
The Python engine (Jython) running as shel…
-
BREXX doesn't implement the `FAILURE` condition, which was added to Rexx after it was initially released (but still, back in VM/SP days). Coding `Signal on Failure` produces the following error:
`…
-
### Is there an existing issue for this?
- [X] There are no existing issues.
### Ansible module
zos_job_submit
### Enhancement or feature description
With the `zos_job_submit` module when we use …
-
I' using WinMerge 2.14.0.0 Unicode, in other words a pretty old version, but from limited testuing with 2.16.18, it seems that what I would like to see as enhancements are not there, so here they are:…
prino updated
2 years ago
-
### Describe the issue you are having
I had two people from a german APL-related group (not APL Germany) start using RIDE (under Linux) in their attempts to learn Dyalog. One of the comments they ma…
-
Like in the title. Probably root cause of https://github.com/adesutherland/vm-370/issues/10
Example:
ADDRESS "SYSTEM" "CP QUERY TIME"
or
/* REXX */
…
-
There were some fixes to some instructions committed recently which are missing test cases for our "runtest" testing harness:
- Perform Cryptographic Computation (PCC) fix (fd9dc3bcfc1569832b58205afa0…
-
Files are sitting on ascii and will be converted to standard format there with UTF-8 possibly be compressed into a tarfile. Will PAX on mainframe unzip, uncompress and convert to EBCDIC?
-
I opened this issue with the original BREXX implementation. The bug has been carried over into the MVS and CMS versions of BREXX.
https://github.com/vlachoudis/brexx/issues/8
All versions of …
-
I have followed the instructions mentioned in : https://jenkinsci.github.io/kubernetes-operator/docs/getting-started/latest/custom-backup-and-restore/ and I have used the exact script given over here.…