how to solve S0C4

Ask/Clarify the questions on ASSEMBLER language.

Moderator: Moderator Group

Post Reply
nareshv_99
Member
Posts: 25
Joined: Sun Feb 05, 2012 10:59 pm
Location: Bangalore

how to solve S0C4

Post by nareshv_99 » Tue Feb 07, 2012 10:59 pm

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 ?

Anuj Dhawan
Moderator
Posts: 1625
Joined: Sat Aug 09, 2008 9:02 am
Location: Mumbai, India

Post by Anuj Dhawan » Wed Feb 08, 2012 2:32 pm

With what you've posted no one can help. Please post the diagnostic error messages from the failed job.
Regards,
Anuj

nareshv_99
Member
Posts: 25
Joined: Sun Feb 05, 2012 10:59 pm
Location: Bangalore

Post by nareshv_99 » Wed Feb 08, 2012 10:13 pm

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..

Post Reply

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



Other References
Mainframe Tools and others