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: 2023
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: 3053
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 Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top