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

where compile listing program located


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sureshchoudey

New User


Joined: 16 Sep 2005
Posts: 12

PostPosted: Wed Nov 23, 2005 9:28 pm
Reply with quote

hi

i try to slove the soc7 problem , i found the offset value , but where the compile listing program located i dont know, let me know where it locted.

regards

suresh
Back to top
View user's profile Send private message
k_vikram07

New User


Joined: 23 Nov 2005
Posts: 35

PostPosted: Wed Nov 23, 2005 11:27 pm
Reply with quote

It will be saved somewhere in the production datasets. Try using endevor.


If it is still not found, just compile the same program again and see the spool output.


Thanks
Vik.
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 24, 2005 10:08 am
Reply with quote

Hi frnd,
plz visit the below link. Kanak has given u a good material regarding S0C7 error.


ibmmainframes.com/viewtopic.php?p=23267#23267

plz my frnd check the forums before posting a new one.
Back to top
View user's profile Send private message
subhra das

New User


Joined: 01 Aug 2005
Posts: 9

PostPosted: Thu Nov 24, 2005 2:00 pm
Reply with quote

hi,
if u r compiling ur program through version control tool such as changeman or endeavor then u can go to that particular tool to find the listing of the program.Such as in changeman u can go to option 1 then l
where u have to give application name or package id and library type ,member etc..then it'l show u the listing of the program.cant say abt other version control tool.

correct me if i m wrong
Back to top
View user's profile Send private message
sureshchoudey

New User


Joined: 16 Sep 2005
Posts: 12

PostPosted: Thu Nov 24, 2005 2:54 pm
Reply with quote

iam using compile the program through jcl only, still not fount where compile program located.

suresh
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 24, 2005 2:58 pm
Reply with quote

hi frnd,

Quote:
iam using compile the program through jcl only, still not fount where compile program located.



Actually what u r trying to say.. i cant get u my frnd. whether u r saying that u doesn't know where the particular JCL is r anything else... make me clear..
Back to top
View user's profile Send private message
sureshchoudey

New User


Joined: 16 Sep 2005
Posts: 12

PostPosted: Thu Nov 24, 2005 3:05 pm
Reply with quote

Hi friends

i got soc7 error , i try to solve the problem, i found the offset value,

but where the compile listing program located, but i compile the program through jcl only, i did not use any tools.

regards

suresh
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 24, 2005 3:10 pm
Reply with quote

hi frnd,

Quote:
but where the compile listing program located


so u dont know where the compiled program is stored or what?

Quote:
i compile the program through jcl only, i did not use any tools.


fine.. but whether ur prog is not listed in the spool area or what u r saying my frnd, i cant get u really. plz dont mistake me...
Back to top
View user's profile Send private message
sureshchoudey

New User


Joined: 16 Sep 2005
Posts: 12

PostPosted: Thu Nov 24, 2005 3:17 pm
Reply with quote

thanks for ur patience,

1.check the Job JESMSGLG step and look for an address and found the offset value ,

2. then after getting offset value , what i have to do ,how to find which line s0c7 error get
Back to top
View user's profile Send private message
khamarutheen

Active Member


Joined: 23 Aug 2005
Posts: 677
Location: NJ

PostPosted: Thu Nov 24, 2005 3:22 pm
Reply with quote

Hi frnd,
Use these steps. these steps are the way to resolve the S0C7 Error.

Basically you need to correcting the offending data. Many times the reason for SOC7 is an un-initialized numeric item.

1.Examine that possibility first. Many installations provide you a dump for run time abend?s ( it can be generated also by calling some subroutines or OS services thru assembly language).

2. Examine the compilation output XREF listing to get the verb and the line
number of the source code at this offset. Then you can look at the source code to find the bug.

3. To get capture the runtime dumps, you will have to define some datasets (SYSABOUT etc ) in the JCL.

4. If none of these are helpful, use judgement and DISPLAY to localize the source of error.

Some installation might have batch program debugging tools. Use them.

can u send me the offset value ...
Back to top
View user's profile Send private message
sureshchoudey

New User


Joined: 16 Sep 2005
Posts: 12

PostPosted: Thu Nov 24, 2005 3:46 pm
Reply with quote

Hi khamarutheen,

i solved the problem ,

thanks for khamrutheen , u gave prompt reply

suresh
Back to top
View user's profile Send private message
venkat.c

New User


Joined: 11 Dec 2005
Posts: 6

PostPosted: Fri Dec 16, 2005 1:00 pm
Reply with quote

Hi Suresh

If you are using changeman ..u can see the listing in 1.L by giving the component name.....


thanks

regards

venkat
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Using API Gateway from CICS program CICS 0
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts C Compile time time stamps Java & MQSeries 10
No new posts DB2 Event passed to the Application P... DB2 1
Search our Forums:

Back to Top