Browse all forums dedicated to the Rocket MultiValue product family.
Recently active
hi, does anyone know how to install python libraries a universe------------------------------Sergio Antonio Navarrete MejíaRocket Forum Shared Account------------------------------
Hi,This is for Unidata 8.2.For years I thought the following was equivalent: ICONV(DTE,'D')ICONV(DTE,'D2/')ICONV(DTE,'D4/)My assumption was that Unidata did not care about the number or the slash and just did an internal date conversion. Today I learned that it is not. While entering 1/11/11 all return 15717 as does 1/11/2011 as does 11 JAN 2011 as does 11 JAN 11 but entering 11012011 does not.ICONV(DTE,'D') returns 15717ICONV(DTE,'D2/') returns 19004ICONV(DTE,'D4/) returns 15717Is this a bug or does this jibe with your understanding?Thanks,Steve
Hey, Folks, just found a bug in MVSP version 1.8.5 for mvBase. There was an optimization introduced to speed up the process of sending data from mvBase to the Toolkit via MVSP and the Workstation. Prior to 1.8.5, data was sent a byte at a time. Now it's a block transfer. Only problem is the block size is limited to 100K by the environment and MVSP was not enhanced to send multiple 100K blocks. If a larger than 100K block is queued to return, MVSP will fall into the BASIC debugger.Engineering has been alerted and they're working on it. Meanwhile, if you're using the Toolkit against mvBase and the MVSP version is 1.8.5, you should use your own paging solution to make sure that your return packet does not exceed 100K.------------------------------Brian S. CramPrincipal Technical Support EngineerRocket Software------------------------------
I figured this out once, but never incorporated it into my system using Wintegrate.How do you change from 80x24 to 132x51 in a program?ThanksMark Laursen
All,I have a PAragraph that runs a program and feeds data into it using the DATA statement to provide input. One of my DATA statements has a pathname with an'@DATE' in it. I.E. C:TEMPFILE@DATE.TXT. I tried C:TEMPFILE@DATA@TIME.TXT, the pathname had the current date but the '@TIME' was just '@TIME'. The documentation was pretty thin on this topic. What at variables are allowed in a DATA statement?Jon
Anybody out there have any experience with getting certificates from GoDaddy to use with the MVS Toolkit or other applications using a Java Keystore?------------------------------Brian S. CramPrincipal Technical Support EngineerRocket Software------------------------------
Hi I would like to find out how does one get the jump start services pack for MVIS 1.3?It was presented in MV roadmap webinar.Regards,Thando
This application has been running for over 20 years. It is on Metro Nashville's cloud network where, as a contractor, I have no visibility of pretty much anything except the virtual server. These interruptions began occurring about 3 months ago as pandemic inactivity concluded. These connection closures are sometimes frequent and sometimes infrequent. Users find themselves disconnected in the middle of an operational function. They are using Dynamic Connect for telnet. Has anyone experienced this and found the problem. Are there any server or workstation firewall or antivirus settings that could have been recently changed by Metro's IT department that could cause this? Also can anyone recommend an ssh server for Windows that could be substituted for telnet?
Hello all,I am looking for the documentation on 'filepeek'.I want to do:EXECUTE "SH -c "filepeek /path/to/file/name"But the command 'filepeek' requires a 'Q' to quit from the prompt 'Addr:'.I am wondering if there is a flag that I can use so that is terminates itself without the necessity of going into 'Addr:'I am just trying to get the info on the file to see if it is 32 or 64 bit.------------------------------Joe TorreSr DBA AdminOptumWesterville OH United States------------------------------
Has anyone had Universe just hang at the uv command? We are on an old version 11.1.3 under Solaris 10. Thought it might be suspend files not getting set back but no. No errors, could not find anything in the $uvhome logs. A server reboot bought the system back without any file damage. Trying to think of other places to look for root cause without any errors to review. No known changes to system or environment.
We have a very old (clunky) program that displays the last edit date for source and the last compile date for object code. I'm wondering if any of you learned folks have a clean, effective way of doing this that might be helpful? TIA...------------------------------Jeff TeterWoodforest National BankThe Woodlands, TX------------------------------
Hi Guys. I've got an audit job that should be run periodically, but it failed yesterday and the only explanation i can think of its hit the maximum number of rows that are allowed in a holdfile spent a while searching for the magic number but can't find anything out in the world of Google Its not my program so can't amend the select, it selects the whole file and one of its functions is to record what was there, before it tidies up and deletes the records, i don't really need the holdfile, but the author thinks it useful i manually assign a holdfile at the start of the job and its previously worked fine, the last time it ran it had 1.3M rows went into the holdfile perfect well yesterday the job stopped with 1541766 ROWS I've asked the provider to add a date select into the job, but in the mean time if "collective" can let me know if i've hit the limit for a holdfile, that would eliminate one possible cause of the failure Many thanks Andy
hi rocket-mvbasic team,Thank you for your good job.a few trouble I'll share . 1/ if we have multiple include, the outline is badly organized , reflect nodes nested where it's not. 2/ we are used to define multiple and nested include, outline become unusable, totally 'mixed', show tree nodes which are not.... 3/ please in the OUTLINE view, can you put the symbols into a tree-node named like the include record id ? likethis? - symbol a - symbol b - file/id |- symbol c |- symbol d |- symbol e - file/id |- symbol c |- symbol d |- symbol e |- file/id |- symbol f |- symbol g |- symbol h ... ------------------------------Manu Fernandes------------------------------
Hy... a situation, i need to know what week of the month a date is, for example if it is the 1st week of the month, if the second week of the month, if it is the third week, fourth or fifth week of the month for a specific date, in addition of this I need to know for the same date which is the week of the year.. for example if it is the 20th week of the 21st month so on, looking at the OCONV documentation for the mask date, I found only the options for the day of the week and for quarter of the year. Does anyone have any simpler suggestions to find out this information? for now the only solution I found was to loop for the entire year and calculate this, but this is impractical, as I will have to store a "calendar" in the databasei'm using d3 linux 10.2
Is there a way to relate the spot this subroutine is stuck (source line number?) from the layer stack output. example:Layer type....... Program name.................... Address...BASIC run machine MC.CUST.MATCHCODE 0x00000BE4BASIC run machine CAT.REQUEST 0x00001134BASIC run machine CatRequest 0x0000074EBASIC run machine WW.METHOD 0x0000084CBASIC run machine WW.OBJECT 0x00000508BASIC run machine SPIDER 0x0000443EHaving a problem with this subroutine getting stuck for hours.Appreciate any ideas.Nelson
Does anyone know an easy way to tell if a large file copy is complete? we have many programs creating/copying files to Type 19 directories and we also have a main program scanning these directories to ftp files to Windows servers to make them available for users. We need to make sure the main scan program does not pick up a file until the copy is complete.We are on Linux, Universe 11.1.3.
Some Background.Have been developing in UV platform since VB6 and asp classNow I would like to move on to the latest .NET 5.0 (and future)2 Issues/Question:1. Which client/connectivity should I use..?2. Is there any tool/library where I can convert UniVerse Dynamic String to/from Poco (Plain old Clr Object) or JSON string ? Thank you.------------------------------Koon MIng FongMrRocket Forum Shared Account------------------------------
hi rocket-mvbasic team,I'm working on a development server which execute universe and WindowsTerminalServer.I connect with Remote Desktop and use vscode into the RemoteDesktop Session..I define the vscode 'open folder' at a uv account level, I edit the code in-place from source. the account have 1942 elements , 148 directory, 19 source directory the .rmv\\catalog\\catalog.cache reference 5226 lines , 1637 FILE, 3595 CONFIGthe rocket-mvbasic extension is really slow to load the 'intelliType' drop list (16seconds on OPEN) - UNUSABLE Formater is really slow too. >15secOne good new, high CPU by Java is not anymore a trouble. If I copy the 'current' edited sourcode into a separate/isolated folder (userid/Documents/source) there is no speed problem. One good new, high CPU by Java is not anymore a troubl------------------------------Manu Fernandes------------------------------
hi rocket-mvbasic team,Thanks for the CodeLens fuction. may I ask for a 'language switch' to turn it on/off ? settings.json "rocket-mvbasic.referencesCodeLens.showOnAllFunctions": false/true on large source code review, it can be annoying, but let the editor.action.peekDefinition, editor.action.referenceSearch.trigger, codelens.showLensesInCurrentLine commands actives !I know I can turn "editor.codeLens": false/true but it apply to all languages.the best will be a command 'rocket-mvbasic.showCodeLensonCurrentFile' setinto a 'right click option' or shortcutkey to turn it on/off on the current source code only !thanks------------------------------Manu Fernandes------------------------------
There is still missing internal functions not correctly recognized by the system. 1- Referenced undefined function: SET.PTR call !SET.PTR( channel$getval , 250 , 100 , 0 , 0 , 3 , 'BANNER ':appid:'_getval.txt,BRIEF' ) 2- Referenced undefined function: UDOGetLastError ERR2 = UDOGetLastError(ERR.CODE,ERR.MESSAGE) 3- Referenced undefined function: inOAS ... which is a internal source code declared subroutine but the outline knows it as a function main: a = '' call insOAS(a) stop subroutine insOAS(a) crt a return 4- Referenced undefined function: SB.FILEVAR.S ; where SB.FILEVAR.S is declared into .rmv/documentation/universe/custom.json ; hoover / intellitype knows it. (not connected mode) 5- variable not referenced. variables returned by 'creator' function like me.udo into if UDOCreate((UDO$OBJECT,me.udo) then are not listed into OUTLINE as a variable. ------------------------------Manu Fernandes------------------------------
Hi rocket-mvbasic team,Thank you for your great job. I'll put a feed back about a syntax which is not recognized by the language server' which have two troubles : 1/ the formatter makes bad indent 2/ the problems view report errors here is the sample I'm used to code . open 'accumulator' to F.accumulator else stop open 'datafile' to F.datafile else stop //* take the next accumulator readu accumulator from F.accumulator, 'accu1' else accumulator = 1 loop while read dummy from F.datafile,accumulator do accumulator+=1 repeat write accumulator on F.accumulator, 'accu1' //* loop on all record of a file select F.datafile to s loop while readnext k from s do read record from F.datafile, k else continue * ... repeat here is the trouble, the system return / format it seems, the system do not know we can use then/else statemens------------------------------Manu Fernandes------------------------------
Hi, I receive the update to the release 1.1.2 - fine.Can you list the enhancement / fix of the release ? Can we provide problems feeback ? With kind regardsmanu Fernandes
We're pleased to announce the availability of Rocket® MV BASIC for Visual Studio Code (VS Code) v1.1.2 Rocket MV BASIC for VS Code offers features to help your developers modernize, simplify, and work more productively. We are developing and releasing MV BASIC for VS Code (MVVS) at regular intervals to provide more frequent enhancements and fixes. Version 1.1.2 includes editing feature enhancements: Code Lens (New) allows you to review your code and find references to variables, functions, or subroutines without leaving the editor. Signature Help has been enhanced to automatically update the parameter lists of user-defined functions when editing the BASIC files that contain those functions. Other Enhancements: Three new statements have been added to Code Folding to further improve code readability for large blocks of code: WHILE and UNTIL clauses in loops as well as the LOCK statement. The large code block surrounded by these statements can be folded into one line so that users c
Hi All,Is there still a U2 personal edition available? If yes, what are the restrictions on use?Thanks In AdvanceCheers Aaron
Hello,I wonder how UNIBASIC manages memory allocated by python modules executed via pyCall which returns PYOBJECT. And especially if the memory is correctly restored at the exit of the programs and subroutines which instantiated these variables.Is anyone who knows ?------------------------------Manu Fernandes------------------------------
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.