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 ?



wht happens if blksize = 0 and lrec = 0 ?..

Answer / 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

More JCL Interview Questions

How to check empty file in jcl?

4 Answers   Infosys,


what is the difference between return code and maxcc?

2 Answers   iGate,


How can the submitting users racf authority be overridden in a job stream?

0 Answers  


Explain how can values be passed from the job stream to an executable program?

0 Answers  


Explain about LMMFIND - find a library member

1 Answers  


i want to avoid the positional parameter how to code it ?

3 Answers   TCS,


How do you override a specific DDNAME/SYSIN in PROC from a JCL?

6 Answers   CTS,


How does jcl act on a cobol code?

0 Answers  


How does jcl act on code(if you take a cobol program)?

0 Answers  


shall we concordinate two different length dataset in to a new date set.

6 Answers  


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


I have one GDG. Everyday One new version is being created.Now I want to split this created version in different files each having 1000 records. Here Problem is I don't know How many records will be there in new version of GDG? that's why I don't know How many Out files we need to use . Interesting??????????????

4 Answers   CTS,


Categories