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

Loadlib problem


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

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Wed Mar 24, 2010 11:10 am
Reply with quote

hi all,
Im facing a problem in taking the new copy of a shared program.

Im compiling a shared module with a shared program compiler.

Now then when im trying to take the new copy it is unable to see todays load instead its giving me the previous day load.

Code:
 im giving this command for new copy

CNTL=NEW,PROG=<prog-name>


and also the program attributes are given as Assembler whereas im compiling it as a shared module only.

Pleae help thanks in advance.
Back to top
View user's profile Send private message
Binop B

Active User


Joined: 18 Jun 2009
Posts: 407
Location: Nashville, TN

PostPosted: Wed Mar 24, 2010 11:58 am
Reply with quote

Hi tecnokrat,

If I am not mistaken,
CNTL=NEW,PROG=<prog-name> is newcopy / monitorning option which has to be used for InterTest. Sometime back I was adviced not to use the newcopy in the ITST option of InterTest here and normal CEMT command should suffice...

Suggest you use the normal CEMT SET PROG(=<prog-name>) NEW and let us know what the results are... If any problem still persists, am sure someone here should be able to help you... icon_smile.gif
Back to top
View user's profile Send private message
tecnokrat
Warnings : 1

Active User


Joined: 22 May 2009
Posts: 160
Location: Bangalore

PostPosted: Wed Mar 24, 2010 12:20 pm
Reply with quote

Yes im using this statement for the intertest itself.

and i got the reason why my program was giving me the Assembler in its attributes and also was not picking its load.


Actuall i have copiled and binded the shared module to say Region_A
but i have took the earlier submitted job from the spool and changed the parametres from Region_B to region_A.

But i forgot to change the PROTSYM and hence this error of not picking the right load of the module compiles.
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 Map Vols and Problem Dataset All Other Mainframe Topics 2
No new posts z/vm installation problem All Other Mainframe Topics 0
No new posts Job scheduling problem. JCL & VSAM 9
No new posts Problem with IFTHEN=(WHEN=GROUP,BEGIN... DFSORT/ICETOOL 5
No new posts Need to add field to copybook, proble... COBOL Programming 14
Search our Forums:

Back to Top