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

By looking program, how can you say whether that is compiled


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

New User


Joined: 25 Jan 2006
Posts: 3
Location: Hyderabad

PostPosted: Tue Apr 17, 2007 3:52 pm
Reply with quote

By looking program, how can you say whether that is already compiled or not?

Cheers,

Ravi
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Apr 17, 2007 3:55 pm
Reply with quote

You cant say.
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Apr 17, 2007 10:15 pm
Reply with quote

By looking just at the source, you can't. By looking at the object or load module, it is.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Wed Apr 18, 2007 12:27 am
Reply with quote

Hello,

Even if you find an object or load module, you will probably not know if the source you are looking at has been modified since the object/load was created.

If you want to see if the code will compile, i'd suggest making a copy under a test program name and running it thru compiler.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Apr 18, 2007 2:38 pm
Reply with quote

Hi,

If you use CHAGEMAN for staging/editing purpose then login to changeman, go to your package.
It'll list all the components from that package with the following headings.

NAME TYPE STATUS CHANGED PROCNAME ID
.
.
PGM1 SRC ACTIVE 20070417 012445 CMNCOBE USERID
.
.


'STATUS' field will tell you whether the component is active or not.

In changeman this option can help in your query. I dont know about other sites specifications.
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 How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top