Page 1 of 1

how to solve S0C4

Posted: Tue Feb 07, 2012 10:59 pm
by nareshv_99
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 ?

Posted: Wed Feb 08, 2012 2:32 pm
by Anuj Dhawan
With what you've posted no one can help. Please post the diagnostic error messages from the failed job.

Posted: Wed Feb 08, 2012 10:13 pm
by nareshv_99
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..