Questions tagged [microfocus]

A software company that helps you develop, test, deploy, assess and modernize business-critical enterprise applications using COBOL, PL/I, REXX, JCL and CICS

128 questions
1
vote
0 answers

Not able to add .net assemblies in Test Partner Tool

We have automated an application using Test Partner 6. We have a grid in the application which has the class name "GUIObject("ClassName=WindowsForms10.Window.8.app.0.15a303f_r38_ad1 Caption='' Index=18")". We create a object of this and get the…
Anju
  • 11
  • 1
1
vote
2 answers

Cobol open input file error message

What is the error handling command for open input line-sequential file? I tried, OPEN INPUT CUSTOMER-FILE INVALID KEY/ON ERROR DISPLAY "NO FILE FOUND". but could not get it to work. Thanks.
Jack011
  • 59
  • 1
  • 9
1
vote
2 answers

What is the specific function of PROMPT and ECHO alongside an ACCEPT statement in COBOL

I was looking through some source code for a RM/COBOL program and I keep running into ACCEPT statements similar to this: ACCEPT field-name LINE 23, POSITION 75 PROMPT ECHO There are similar ACCEPT statements like this one that functions as input…
1
vote
3 answers

running COBOL program error - mfcobol, CALL ... RETURNING

i got a problem with simple cobol call - returning test program. I am using micro focus cobol. here are my 2 codes. ***************** CALLING PROGRAM IDENTIFICATION DIVISION. PROGRAM-ID. callreturning. ENVIRONMENT DIVISION. DATA…
user3167430
  • 11
  • 1
  • 3
1
vote
1 answer

Set Cobol method attribute property

In Micro Focus managed Cobol, how can we set value of a method attribute? Viz. In C# we do [OperationContract] [WebGet(ResponseFormat = WebMessageFormat.Json)] public override string[] Method So in Cobol we declare the method as method-id…
dushyantp
  • 4,398
  • 7
  • 37
  • 59
0
votes
4 answers

What can cause CICS transaction to write out of CICS allocated memory?

I'm using CICS in Cobol program and I've noticed that sometimes data are written out of the CICS memory. It cause a data corruption and my application stop. I don't know where it append, so I'm creating a parser to analyse my Cobol code to look for…
alain.janinm
  • 19,951
  • 10
  • 65
  • 112
0
votes
0 answers

"Run-time error 462: The remote server machine does not exist or is unavailable" occurs when VBA code run more than once

The code below runs when I run through it the first time but fails when I run it again. So far, the only way it works if I completely shut down my program and re-open it. Public Sub OpenEmulator() 'Declare an object variable for the Reflection…
0
votes
0 answers

ALM API Call to fetch the filds from Test Lab

I am trying to migrate from ALM OTA architecture towards API calls,I have a piece of code in OTA that is added below, trying to replicate similar with API calls.In the TestLab moduleAny help will be appreciated. TIA` `*--OTA code* Set…
Anju
  • 11
  • 1
0
votes
1 answer

Error: call to undeclared function 'EXTSM'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]

We are migrating our application from HP-UX to LINUX and some of the c codes are using EXTSM function for sorting, but the application uses COBOL code with GNU COBOL. So, on compiling we are getting undeclared function error. How to replace this…
abhyudyagarg
  • 1
  • 1
  • 4
0
votes
0 answers

How to get test Runs data for a Test-Instance using ALM Rest API

I am using ALM Rest APIs to get all the test data of my application using the official doc - https://admhelp.microfocus.com/alm/api_refs/REST_TECH_PREVIEW/Content/REST_API_Tech_Preview/General/Overview.html My new requirement is to get the list of…
nishith kumar
  • 981
  • 7
  • 20
0
votes
0 answers

Automate ALM QC's data extraction with an API & Python

I want to automate the extraction of my data relating to the tests carried out on ALM Quality Center, and I was wondering if it was possible via an API? In particular, I want to recover, in Excel format, data such as the number of successful tests,…
0
votes
0 answers

How to install and have two Fortify Static Code Analyzer in the same machine

I have a Fortify SCA version 21.x in a linux machine, planning to upgrade the version to 22.x. But I would like to have both the versions in the same machine since I would take time to validate the working of 22.x version before uninstalling the…
Wolf
  • 116
  • 9
0
votes
0 answers

SMAX API - Failed to create Incident

I want to create an Incident in Service Management Automation(Microfocus - SMAX) using API. I use activity HTTP Request. My properties are as follow: Accepted Format: JSON Request Method : POST Request URL:…
0
votes
1 answer

import macros with .jar extension produced by Selenium

Good morning to everyone, i would like to understand if it is possible and how to import macros with .jar extension produced by Selenium into webinspect (version 21.2) and then use them to conduct a scan.let me try to explain, on our machines we…
0
votes
1 answer

Reading email using load runner

Hi I am trying to fetch email from gmail accout by using load runner. I have tried ,IMAP, POP3 protocol. Using Vugen 2020 IMAP Protocol I used below…
1 2 3
8 9