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

static program is not working?


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vk_tanwani

New User


Joined: 16 Jul 2006
Posts: 6

PostPosted: Sun Jul 16, 2006 11:01 am
Reply with quote

static programe is not working if we write in compilar static=no dynam
maxcc=8 error code is there how to solve this problem?
Back to top
View user's profile Send private message
DavidatK

Active Member


Joined: 22 Nov 2005
Posts: 700
Location: Troy, Michigan USA

PostPosted: Tue Jul 18, 2006 5:29 am
Reply with quote

When you specify NODYNAM, the subroutines called as

CALL "SUBROUTINE" USING VAR1.

are iincluded in the LOAD module and MUST be avaliable at LKED time in SYSLIB.

Sound like your subroutines are not concatinated in SYSLIB

Dave
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts PD not working for unsigned packed JO... DFSORT/ICETOOL 5
No new posts Def PD not working for unsigned packe... JCL & VSAM 3
No new posts How to pass the PARM value to my targ... COBOL Programming 8
Search our Forums:

Back to Top