Quantcast
Channel: IBM Mainframe Computers Forums
Viewing all articles
Browse latest Browse all 8500

CLIST & REXX :: Allocate dataset withour BLKSIZE

$
0
0
Author: Susanta
Subject: Allocate dataset withour BLKSIZE
Posted: Thu Sep 22, 2016 11:51 am (GMT 5.5)

Hi

I need to allocate a file within rexx code,
Need to if i can ommit the block size filed,
what are the impacts of not providing blksize.

Code:
"ALLOC F(OUTDD) DA('"DSN1"') ",                           
"NEW CATALOG LRECL(80)  RECFM(F B) DSORG(PS)",
"SPACE(10 5) TRACKS UNIT(SYSDA) "                       



Thanks
_________________
Regards


Viewing all articles
Browse latest Browse all 8500

Trending Articles