Search found 3 matches

by Mikku
Mon Apr 21, 2014 2:46 pm
Forum: MQSERIES & WEBSPHERE
Topic: How to convert MQRFH2 to MQSTR in Websphere MQ
Replies: 0
Views: 7961

How to convert MQRFH2 to MQSTR in Websphere MQ

Hi all, I have created a topic 'test' in WebSphere MQTT Client Utility. Then I created a topic 'test' in Qmanager 'MQTEST', in Websphere MQ. Next step I created a Queue 'TESTQ' and then subscribed to topic 'test' with destination as "TESTQ', in Websphere MQ. When I publish any message using MQTT Cli...
by Mikku
Tue Apr 08, 2014 2:04 pm
Forum: OTHER SUBJECTS
Topic: Error in Executing executable file created under AIX in OMVS
Replies: 1
Views: 9806

Error in Executing executable file created under AIX in OMVS

Hi, I have a sample program TEST1.cbl IDENTIFICATION DIVISION. PROGRAM-ID. TEST1. DATA DIVISION. WORKING-STORAGE SECTION. 01 VATR PIC X(1). PROCEDURE DIVISION. DISPLAY 'TEXT ENTERED' STOP RUN. I have created an executable file under AIX using command "cob2 -testq test1.cbl" , so an executable file '...
by Mikku
Mon Mar 03, 2014 2:31 pm
Forum: DB2 SQL - DB2 PROGRAMMING
Topic: Unable to compile a COBOL-DB2 program in OMVS region
Replies: 1
Views: 3582

Unable to compile a COBOL-DB2 program in OMVS region

Hello, I am trying to execute a cobol-db2 program using cob2 compiler in OMVS region. The syntax I gave is "cob2 programname.cbl" but the following error message is showing " An exec sql statement was found but the sql compiler option was not in effect. the statement was discarded". The same program...