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

What is SOC 7 in COBOL


IBM Mainframe Forums -> HomeWorks & Requests
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vikriih

New User


Joined: 24 Oct 2015
Posts: 1
Location: India

PostPosted: Sun May 30, 2021 9:38 am
Reply with quote

What is SOC 7 ?
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2140
Location: USA

PostPosted: Sun May 30, 2021 10:56 am
Reply with quote

0) this forum is not the schoolbook for the beginners.

1) this code is not SOC 7, but System ABEND S0C7. You would find a lot of information on this code if only tried to search for it.

2) in short words, some of your “packed decimal data” (did you hear of it?) do have invalid format, not acceptable by hardware. This data is defined as COMP-3 in COBOL notation.

3) same problem is possible also with “unpacked decimal data”, defined as PIC S9(nn)V99 - when its content is initially invalid.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3076
Location: NYC,USA

PostPosted: Sun May 30, 2021 11:22 pm
Reply with quote

Moved to beginners
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 -> HomeWorks & Requests

 


Similar Topics
Topic Forum Replies
No new posts COBOL sorting, with input GDG base COBOL Programming 7
No new posts Need help with ADABAS query (COBOL-AD... All Other Mainframe Topics 0
No new posts Replacing FILLER with FILLER<SeqNu... DFSORT/ICETOOL 2
No new posts Compile Sp Cobol base COBOL Programming 1
No new posts SQLCODE=-311 in Cobol SP-DB2. COBOL Programming 2
Search our Forums:

Back to Top