I have developed a more comprehensive front end to the jBASE spooling process which handles all of its functions but can’t find out how one of its security features works. When setting the form queue or ...
Hello everyone, Firstly, I have to say that this is my first experience of attempting to use UOPY so please forgive any obvious mistakes on my part. The issue which I am looking for some guidance on is ...
Hello Robert, PASSPORT Macro engine for .zmc files is written on top of VBScript engine, so it is a superset of VBScript language. Could you please detail which commands in VBScript are not supported in ...
Hi Rob, in the user guide for Passport PC-to-Host there is a list of VBscript commands that we support (starting at page 89): Passport PC-to-Host User Guide V21.1 (rocketsoftware.com) There is no plan ...
Hi guys I'm an end user so be gentle :) My workplace has passport PC to Hot V 21.1.2.352 I want to automate as much as I can with macros My understanding is that it using VBScript, but from what I can ...
Thanks Adam an Britt We are planning install more recent version and will check with provided info if we can solve the problem
Thanks Brian & Alberto for your answers, and thanks Brian for the documentation. Alberto - why do you say don't use LVM partitions? I am using them on a few servers so would like to know some of the "gotchas" ...
Hy Tom i reccomend the as Brian, just create the disk with f-disk, and manually add to pick0 without using d3_setup ( why because that installer some times bug the pick0), and star again D3 that is the ...
Yes, it's that easy. Easier than that if you shut down D3, edit the pick0 file adding the second disk statement, then start D3 again. D3 will find it, prep it and use it. I'm sending you a document via ...
Hi Dirk, Please take a look on the following page: https://git-scm.com/docs/git-config/2.25.0#Documentation/git-config.txt-GITCONFIG You can try to re-configure default path to ginconfig file by setting ...
Hi, I need to increase space on a customer's D3 Linux 10.2.0. Current disk statement in Pick0: rawdisk off disk /dev/mapper/rhel-pick 0 209612800 # disk 0 They have added a new partition to the VM - so ...
We resolved this by moving the cc compiler and linking the xlc compiler as the cc compiler
Hi everyone, How can I use d3py in my Python applications outside of my "d3 box"? I mean, I have created a Python application in my d3 server, and it runs fine using the import d3py, but I want to use ...
Is there a version of makeudt for AIX which utilizes the xlc c compiler. The version we are using utilizes cc and after our AIX upgrade we need to utilize xlc
According to the documentation it is always relative to the installation path - "The first place Git looks for these values is in the system-wide [path]/etc/gitconfig file, which contains settings that ...
Hi, Rob. Thanks for the information and I just had quick chat with engineers, we have logged an enhancement request for this and will do some more investigation later, thanks. Best Regards. Charles.
We are in the same boat. Our pre-compiler does a whole bunch of code processing before using BASIC to do the compilation. I have this working from VS Code via a hack that replaces the BASIC verb with our ...
Hi Charles, Here's some additional information on our pre-compile routine. We have several source code files such as IM.SRCE. Our pre-compile routine is actually called "COMPILE". If I wish to compile ...
We are testing upgrade in our Jenkins development environment with following version changes Jenkins Master version from v2.346.2 to 2.387.1 Git client plugin from v3.11.2 to v4.2.0 Git Version z/OS not ...
Hi, Rob. Thanks for asking this question, currently you can not involve other subroutine when compiling BASIC programs in the VS Code side, but is that possible to provide more details about this pre-compile ...