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

regarding soc7


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

New User


Joined: 29 Mar 2005
Posts: 62

PostPosted: Tue Jul 19, 2005 10:25 am
Reply with quote

Hi,

1. any one plz give me an sugestion how to rectify,i know that by going thru sysout ,we have to find out by using the offset ,verb line number will be there.ok then how can i know that i'm having 1000 of records,where the records have been affected.plz help me.i want command of abend-aid also.

2. how to display the comp-3 value in spool area not by using hex-on..

Regards,
karthik
Back to top
View user's profile Send private message
parikshit123

Active User


Joined: 01 Jul 2005
Posts: 269
Location: India

PostPosted: Tue Jul 19, 2005 11:18 am
Reply with quote

Hi,

After looking at the sysout then compiler listing ,

add a display statments just before the meliccious moves/ computes ....

and you will come to know which record is affected.
Back to top
View user's profile Send private message
thanooz

New User


Joined: 28 Jun 2005
Posts: 99

PostPosted: Tue Jul 19, 2005 10:11 pm
Reply with quote

hi

2)
you move comp-3 values into display format data then display comp3 value


for example
77 x1 pic s9(4) comp-3.
77 x2 pic 9(4).

move x1 to x2.
display x2.
Back to top
View user's profile Send private message
karthikuma

New User


Joined: 29 Mar 2005
Posts: 62

PostPosted: Wed Jul 20, 2005 11:00 am
Reply with quote

Hi,

i didn't get u clearly.could u explain me clearly with syntax.how to rectify the affected records.


regards,
kumar
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 SOC7 error with DFSORT DFSORT/ICETOOL 9
No new posts SOC7 abend- How to resolve it COBOL Programming 24
No new posts Want a code of SOC7 with out using co... COBOL Programming 1
No new posts Create DDIO file to view the soc7 Compuware & Other Tools 13
No new posts SOC7 Numeric Movement COBOL Programming 7
Search our Forums:

Back to Top