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 is the function of iebcompr?....is it compare record
length or characteristics of a dataset?...pls explain with
examples.......

Answer Posted / vinay sonar

It compares data set based on its record
length,size,members in case of pds.
If record length is same you get MAXCC 0 or else either 4
or 8 i dont remember

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the types of abends that occur on job failure? And explain the possible causes of these

1685


List the various advantages of using jcl language?

1519


Explain the function of //cntl statement?

1230


Explain about LMQUERY�give a dialog information about a data set

1508


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

1174


Explain how can a stopped job be started again?

1183


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


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

1529


List the different components of jcl statement?

1146


Name the parameters which can be used to limit the number of records written to a sysout dataset?

1203


Explain the function of dd disp parameter?

1175


Explain in DD statement what is the use of DCB parameter?

1183


What is one line to pass PARM from JCL to COBOL?

5010


What happens if both JOBLIB & STEPLIB is specified ?

1205


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

1470