What're the advantages/disadvantages of RECFM=FB over RECFM=F?
Posted
by Raja Reddy
on Stack Overflow
See other posts from Stack Overflow
or by Raja Reddy
Published on 2010-05-13T01:18:17Z
Indexed on
2010/05/13
1:24 UTC
Read the original article
Hit count: 266
While defining a dataset to be created, one of the JCL parameters, DCB has a positional sub-parameter RECFM, has possible values of F,FB,V,VB etc.. What're the advantages/disadvantages of RECFM=FB
over RECFM=F
or RECFM=VB
over RECFM=V
? And which case prefers to use what RECFM format?
© Stack Overflow or respective owner