IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Linkage problem: abend code S706


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
maridawson

New User


Joined: 24 Jun 2008
Posts: 59
Location: chennai

PostPosted: Mon Aug 25, 2008 10:56 am
Reply with quote

i ve compile a cobol program successfully ....... when i used that in a jcl ....... it is showing abend code S706 and my module is not executable ...... how to solve that error ...... since ny program is compiling successfully ...... i don't know where to look.....
Back to top
View user's profile Send private message
Selva-kumar

New User


Joined: 01 Mar 2007
Posts: 52
Location: chennai

PostPosted: Mon Aug 25, 2008 11:42 am
Reply with quote

Hi,

The program may have compiled successfully but it has not been linked properly. The problem is in link edit jcl. Please check the link jcl where it takes the object created in compile jcl from a temporary dataset.
Back to top
View user's profile Send private message
Aaru

Senior Member


Joined: 03 Jul 2007
Posts: 1287
Location: Chennai, India

PostPosted: Mon Aug 25, 2008 12:35 pm
Reply with quote

Mari,

From Qw

Quote:
706

Explanation: The error occurred during processing of a LINK(X), XCTL(X),
ATTACH(X), or LOAD macro.

The requested load module was marked not executable.

System Action: The task is ended unless ERRET is specified on the macro.

The system issues message CSV016I and an ABEND dump.

Application Programmer Response: Ensure that the target load module is
executable and the linkage editor did not find errors in the module. Have
the module edited by the linkage editor again
. Then recompile, and run the
job step again.


The load module is not an executable. Link-edit again and run the Job. Hope this helps.
Back to top
View user's profile Send private message
saran kumar yeddula

New User


Joined: 08 Jan 2014
Posts: 3
Location: Bangalore,India

PostPosted: Tue Jan 21, 2014 1:07 pm
Reply with quote

even i have also the same problem with my load module,which is not executable.Plz need someones help
Back to top
View user's profile Send private message
Bill Woodger

Moderator Emeritus


Joined: 09 Mar 2011
Posts: 7309
Location: Inside the Matrix

PostPosted: Tue Jan 21, 2014 1:22 pm
Reply with quote

Please do not add a comment to an old topic, but start a new one, with information from which someone may be able to help you.

Luckily for you, an S706 is generally "easy".

Your Linkedit/Bind has failed, and you have not produced a program which can even run, it is "non-executable". Look at the output from IEWL.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts ISAM and abend S03B JCL & VSAM 10
Search our Forums:

Back to Top