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

wht happens if blksize = 0 and lrec = 0 ?

Answer Posted / rambabu

If we try to allocate a dataset giving blksize = 0 and
lrecl = 0, with Record format as FB, then system will give
you the below allocation error
"Record length of zero is valid only if record format is U"

If you are trying to copy an input dataset to an output
dataset with blksize=0 and lrecl=0, then system will copy
the file successfully and will allocate the record length
and block sizes that input datset has.

If you allocate the dataset with giving blksize = 0 and
lrecl = 0, with Record format as U, then the sort utility
fails with RC 16.

Is This Answer Correct ?    16 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

1287


Matching Logic in Jcl not in cobol.Could any one please answer this question

4227


Give the syntax of job specifying jcl statement.

1202


Explain how can the attributes of one sms dataset be copied to another dataset?

1262


which utility is used to sort a file in jcl?

1277


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

1685


I need exexution process for JCL programs

2319


When output dataset space is required, what quantity categories are used?

1420


Are there any set of rules for the names of the steps used in a job? What are they?

1117


what is the resolution for sb37 error

9258


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

1203


Is their any limit for data sets?

1243


What is the function of dd disp parameter?

1177


How jcl work to handle various input output file operations?

1221


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1611