GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Mainframe  >  JCL

 Print  |  
Question:  Coding RECFM=F over RECFM=FB

Answer: What is the advantage of coding RECFM=F over RECFM=FB why not F.


March 03, 2009 02:57:51 #1
 Lavanya tadakamadla   Member Since: March 2009    Total Comments: 2 

RE: Coding RECFM=F over RECFM=FB
 

If you code with RECGM=F , 

Disadvantages:

            1) The read and write operations will be slow.

            2) It requires more buffer space also.

Advantages:

           1) The predecessor job can not see the blocked data.


Please correct me if i am wrong.

Thanks,
Lavanya T

     

 

Back To Question