hi All,
can anyone tell me how to solve s0c4?
i wrote two asm programs but in two programs i'm gettin s0c4 at the "GET INFILE INREC"
can anyone tell i need to take of ?
how to solve S0C4
Moderator: Moderator Group
-
- Member
- Posts: 25
- Joined: Sun Feb 05, 2012 10:59 pm
- Location: Bangalore
-
- Moderator
- Posts: 1625
- Joined: Sat Aug 09, 2008 9:02 am
- Location: Mumbai, India
-
- Member
- Posts: 25
- Joined: Sun Feb 05, 2012 10:59 pm
- Location: Bangalore
yea.. i wish i could post the SYSOUT message but i cannot post anything from my office..
i got s0c4 due to MVC instruction
the case was outrec was 56 length and till 39 positions were filled by other MVC statements. so i needed to move inrec from column 40 to outrec so i used below statement
MVC outrec+40,inrec+40
then i modified MVC to below statement
MVC outrec+40(17),inrec+40 and it went fine with getting abend..
i got s0c4 due to MVC instruction
the case was outrec was 56 length and till 39 positions were filled by other MVC statements. so i needed to move inrec from column 40 to outrec so i used below statement
MVC outrec+40,inrec+40
then i modified MVC to below statement
MVC outrec+40(17),inrec+40 and it went fine with getting abend..
FREE TUTORIALS
Tutorials
Free tutorials from mainframegurukul
- JCL Tutorial
Covers all important JCL concepts. - Cobol Tutorial
This tutorials covers all Cobol Topics from STRING to COMP-3. - DB2 Tutorial
DB2 Tutorial focuses on DB2 COBOL Programming. - SORT Tutorial
This Tutorial covers all important aspects of DFSORT with examples - CICS Tutorial
This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions
- Cobol Interview Questions
50+ Interview Questions - JCL Interview Questions
50+ Interview Questions - DB2 Interview Questions
100+ Interview Questions - CICS Interview Questions
70+ Interview Questions - VSAM Interview Questions
27 Interview Questions
Other References
Mainframe Tools and others
- XPEDITER Reference
Explains how we can debug a program - FILEAID Reference
Explains how to browse , edit and delete datasets - Change Man Reference
Quick Start tutorial on Changeman - Abend Reference
Important Abend codes explained - FaceBook Page
MainframeGurukul FaceBook Page - LinkedIn Page
MainframeGurkul Linkedin Page