Skip to main content
3 votes
1 answer
93 views

How to set the size of the COMMAREA in a Cobol program for Kicks under VM/370CE?

I'm working on a Cobol program for Kicks under VM/370CE V1R1.2. I followed the Youtube tutorial from Moshix and Rene Ferland and it works well, but now I want my programs to communicate with each ...
Zug's user avatar
  • 183
0 votes
0 answers
17 views

cics not found spoolfile in spoolopen [closed]

I tried to submit a jcl from a cics program. Job was executed with no problem. token id returned and job executed and output class viewable in spool. then I tried to read job output class from cics ...
ebi rezaei's user avatar
0 votes
1 answer
113 views

CICS WEB RECEIVE data missing

I execute this code: E0198 EXEC CICS WEB RECEIVE SESSTOKEN(WS-SESSION-TOKEN) E0198 STATUSCODE(WS-HTTP-STATUS-CD) E0198 STATUSTEXT(WS-HTTP-STATUS-TEXT) E0198 ...
user3586521's user avatar
0 votes
1 answer
55 views

How to define AIX(alternate index) in CICS FCT entry?

What should the fct entry defining aix in vsam look like? I searched online but couldn't find any explanation.
Tomaszcygan's user avatar
0 votes
2 answers
225 views

WEB CONVERSE to an api returns invalid request error (RC=400)

I am trying to make rest api call from my cics-cobol program. The Web-Open was successful. During the web converse i am getting return code = 400 with response - {"detail":"There was an ...
Mahalakshmi K's user avatar
1 vote
1 answer
154 views

Where does a CICS region keep it's transaction definitions

Unable to really find this information online anywhere, maybe someone here could point me to the right manual. Essentially I am curious if the Transaction Definitions are keep in memory of some kind? ...
yes_im_a_noob's user avatar
3 votes
1 answer
167 views

Why is my commarea's variable changing without reason?

While coding an other program I was getting strange errors so I have wrote below code to see how my COMMAREA variable is changing. The intent of this program is to display var1 content and see if the ...
Tomaszcygan's user avatar
0 votes
0 answers
66 views

Preventing multiple tasks updating the same TSQ

I have one TSQ in my program to keep an OKTA token which expires after every 8 hour. The TSQ record will have token value and Expiration timestamp. On Expiry of the token, the program calls the OKTA ...
Jijo's user avatar
  • 43
-1 votes
1 answer
460 views

How to resolve Unable to put message to reply queue. MQRC=2110? [duplicate]

I am encountering an issue when sending the message in this following manner. I am sending the message using CICS via JMS. I receive the error "Unable to put message to reply queue" with an ...
Sheela's user avatar
  • 25
0 votes
1 answer
598 views

EXEC CICS START TRANSID command

Please can someone help me understand, after EXEC CICS START TRANSID is issued from the invoking program, how is the completion of the task checked from the invoking program? What happens to the ...
Nupur's user avatar
  • 89
0 votes
1 answer
782 views

Suppressing array data element in COBOL JSON GENERATE

I am trying to generate a JSON from the below Cobol structure using COBOL GENERATE statement of COBOL 6.3. I would like suppress the data elements in array based on their values. For example, would ...
Jijo's user avatar
  • 43
0 votes
1 answer
280 views

getting 2110 MQRC format error from Mainframe when sending request and getting reply from IBM MQ using JMS

Due to the IBM migration, the previously utilized connection pool manager is no longer supported. Consequently, I am in the process of identifying an alternative approach for sending messages. It's ...
Sheela's user avatar
  • 25
1 vote
1 answer
798 views

Calling REST API HTTPS endpoint in JSON format from Cobol 6.3

I am trying to perform below EXEC CICS WEB CONVERSE command and communicate with https endpoint in JSON format from Cobol while performing which I am getting socket error. Response code as 17 and 42 ...
G Dilip Yadav's user avatar
0 votes
1 answer
62 views

xml request & response format when using DFHLS2WS

I'm using DFHLS2WS for exposing a CICS program as a SOAP service provider and able to generate wsbind and wsdl file. My question is, where can I see the xml request & response format physically ...
Nupur's user avatar
  • 89
0 votes
1 answer
42 views

soap header processing for cics service provider

I understand that SOAP headers are optional. Can anyone please help me understand, what will be the implications if in my pipeline config file , I do not specify any soap header processing program but ...
Nupur's user avatar
  • 89

15 30 50 per page
1
2 3 4 5
15