Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What does S0C4 error mean?

Answer Posted / guest

This error is faced when we execute the COBOL program. The
main reason for this error is that a variable is defined
with less characters and we are trying to move data which is
larger than the actual storage space.

Is This Answer Correct ?    39 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of job statement in jcl?

1266


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1883


what is the purpose of coding class parameter in job statement?

1313


What statement can be used to send data to another mvs jes3 node?

1688


What are some jcl statements that are not allowed in procedures?

1287


write a jcl to execute a job by 7:00 am on jan 20,1986?

1162


what is the JCL statement consists of?

1254


what are the various stages of job processing?

1345


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

1429


when does a dataset go uncataloged?

1357


Explain the job statement in jcl?

1214


How can a fb file convert to vb file using sort program?

1393


Explain dd statement in jcl?

1182


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2520


What is condition checking in jcl? Is this possible?

1160