MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

RECFM - Record Format FAQs

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> JCL/SORT
View previous topic :: View next topic  
Author Message
Phantom
Data Mgmt Moderator
Data Mgmt Moderator


Joined: 07 Jan 2003
Posts: 1056
Topics: 91
Location: The Blue Planet

PostPosted: Fri Dec 02, 2005 12:59 am    Post subject: RECFM - Record Format FAQs Reply with quote

What is RECFM ? and What are the different formats available?

RECFM is a sub-paramater of DCB (Data Control Block) parameter which specifies the characteristics of the records in the data set.

Formats
Code:

1.  Fixed-length (F)
2.  Variable-length (V)
3.  ASCII variable-length (D)
4.  Undefined-length (U).


Blocked records are specified as
Code:

1.  Fixed Block - FB
2.  Variable Block - VB or DB


Spanned records are specified as
Code:

1.  VS
2.  VBS
3.  DS
4.  DBS


You can also specify the records as fixed-length standard by using FS or FBS. You can request track overflow for records other than standard format by adding a T to the RECFM parameter (for example, by coding FBT). Track overflow is ignored for PDSEs.

Control Characters

Optional Control Characters

Thanks,
Phantom
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> JCL/SORT All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group