Error in Executing executable file created under AIX in OMVS

Ask questions about any other mainframe topics which are not covered above

Moderator: Moderator Group

Post Reply
Mikku
Member
Posts: 3
Joined: Mon Mar 03, 2014 2:14 pm

Error in Executing executable file created under AIX in OMVS

Post by Mikku » Tue Apr 08, 2014 2:04 pm

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 'testq' will be created.

Next I moved testq to OMVS region, as binary file and tried to execute it in OMVS region, but it was not executing.

The error shown is " -ÿØ -: testq 3: FSUM7351 not found "

Please help me to solve this issue.
Cheers,

Mikuz

NicC
Active Member
Posts: 650
Joined: Sun Jul 24, 2011 5:27 pm
Location: Down on the pig farm

Post by NicC » Tue Apr 08, 2014 2:57 pm

Please do not post the same query on multiple forums. Request a moderator lock/delete this as it is being responded to on another forum.
Regards
Nic

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others