A software company that helps you develop, test, deploy, assess and modernize business-critical enterprise applications using COBOL, PL/I, REXX, JCL and CICS
Questions tagged [microfocus]
128 questions
0
votes
0 answers
VBA - Fetch an active RDE Object (MicroFocus Rumba)
I am using MicroFocus Rumba (VBA Addon) in a VBA project. On the Excel workbook open event, Rumba is opened, and activated (it is declared as a global object). User also opens another instance of Rumba to verify the details.
When "End" is…

Samantha
- 3
- 1
0
votes
1 answer
How to troubleshoot issues related to requests and responses from ws loaded in SM
I am working on an integration between Microfocus Service Manager and Remedy. In order to troubleshoot issues related to requests and responses from SM to Remedy is needed to print or send that information to a log. I have tried using a debug -RTM:3…

Moth W.
- 3
- 1
0
votes
1 answer
How to download Loadrunner with personal Email id?
When I tried to download load runner free trial its asking for business email. how to download the setup?

Karthik Sivagnanam
- 19
- 4
0
votes
1 answer
Are there any major differences between OpenCobol and NetExpress Microfocus Cobol?
I am taking a course in COBOL this semester and just got the syllabus, which requires the NetExpress Microfocus COBOL compiler. I'd rather use OpenCobol though, so I can stay on Linux or OS X.
Are there any major differences between the two…

Scott
- 302
- 2
- 11
0
votes
2 answers
Focus language grammar
I need to extract some info from a list of mainframe scripts written in focus language.
I'm trying to write a java program for parsing source code. Due to the name of the language it is difficult to find any useful information on the internet. Maybe…

neo
- 33
- 1
- 8
0
votes
1 answer
Allow "Mouse Click" event or "switch Excel tab" when a macro is running
I have a macro that extracts data from Microfocus RUMBA Mainframe Display and puts in Excel rows one after the other. I have created a Global Mainframe object and that is used for extraction to Excel. But when the process is running and if user…

Samantha
- 3
- 1
0
votes
1 answer
Uploaded File Size in LoadRunner
We are creating a LoadRunner script which will upload the files for multiple users through Web/HTTP protocol. However we need to check the uploaded file size during runtime through LoadRunner script only and accordingly do exception handling while…

singhabhisek
- 57
- 1
- 8
0
votes
1 answer
Microfocus COBOL - _mFldhandle - Symbol Lookup Error
We are porting an application from HPUX to Linux using Microfocus COBOL and GNU C on both platforms.One of our shared libraries is failing at runtime with the following error:
AB123: symbol lookup error. libRTS.so: undefined symbol: _mFldhandle
My…

SH_dev
- 1
0
votes
1 answer
Load Runner controller : After rampup is attained we see dip in Vusers
Load Runner controller : After Rampup is attained we see a dip in Vusers and then target Vusers are attained. This causes load to fluctuate and response time been affected. What can I look into next?
In screenshot below we can see after target of…

Sagar Varule
- 145
- 2
- 9
0
votes
0 answers
set windows environment variables using java
I have a Java app which makes a rest API call and returns a String. The string needs to be passed on to a Cobol app (Microfocus Cobol). Currently the java app do a sysout of the string to the console. What's the best approach to capture this value…

yonikawa
- 581
- 1
- 9
- 32
0
votes
1 answer
Available Graph selection in LoadRunner Controller is empty
I'm using LoadRunner Edition 12.63. I tried to extract monitoring from Linux server. I followed this tutorial: https://scottmoore.consulting/native-unix-monitoring-in-loadrunner/
Somehow, when I want to click on Available Graph in Controller, it is…

emeraldgold07
- 173
- 3
- 14
0
votes
1 answer
how to update primary key of index file in microfocus cobol
I need to update the primary key of a indexed record which I am reading it sequentially i know that i cannot use rewrite to do that, Any suggestion
The first 5 move statement is primary key.
move perdt1-pno to perat-pno
…

Nitin Kumar
- 55
- 1
- 10
0
votes
1 answer
How to execute High Volume load test from Performance center
Can someone please suggest how can we create 'Test Run' in Microfocus performance center 2020 version for below requirement:
At first 100% of VUsers will be loaded into system, after 30 minutes of settling time, overall user load will be increased…

S.ai
- 61
- 3
- 17
0
votes
0 answers
Unicode filename in MicroFocus Native Cobol
In this file declaration:
select bank-file assign to f-bank-file
organization line sequential
file status is wx-fstat.
Variable f-bank-file must be PIC X. Is there any way to make it PIC N? I need to open file with chinese…

Pavel Matras
- 329
- 1
- 5
- 13
0
votes
1 answer
Microfocus and MQ connection
Currently Microfocus server and IBM MQ are hosted in different servers and linked by MQSERVER environmental variable in Microfocus.
What configuration need to be changed in Microfocus to connect to IBM MQ hosted on same server?
I tried changing the…

Ashis Sahoo
- 104
- 2
- 8