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

How to resolve the soc4 & soc7
other than following answers.
Soc4 can resolved using mispleed dd name and dd name is not
matching with file

and soc7 check the sysdump and copy the offest address then
correct it in the program.

Answer Posted / vinutna koritala

soc4 error occurs due to invalid address or out of
subscript.i.e trying to read dataset which is in not open.
or
when read command is read againist empty vsam dataset.
how to ignore out of subscript errors?
write logic:pgm=IGYCRCTL
pgm=IEWL/HEWL,PARM=(SSRANGE,NONSSRANGE)are compiler options
which must be coaded in parm parameter.
soc7 error occurs in the foll situations.
moving data from alphanumeric to editing characters.
moving data from editing characters to alpha numeric data
type.
involve alphanumeric datatypes in arthemetic operations.

Is This Answer Correct ?    11 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What kind of error is trapped by on size error option?

1187


Are you comfortable in cobol or jcl?

996


What is the problem of ordered sequential files access?

1120


Mention the guidelines to write a structured cobol program?

1039


Write down the divisions of cobol program?

1166


Define cobol?

1320


Differentiate cobol and cobol-ii. (Most of our programs are written in cobolii, so, it is good to know, how, this is different from cobol)?

1070


if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need

1306


Write a cobol program making use of the redefine clause.

1130


input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.

2172


How to get the last record in vsam file in cluster? And how can you get the ksds file records into your cobol program?

1095


I have a File that has duplicate records. I need only those records that occur more than thrice.?

9764


how we sort two input files based on a common column and giving one o/p file please send me the coding logic?

2087


I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue

2493


I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?

1607