Can I copy the FB (fixed Block) record length file to a VB
(variable Block)record length file and Vise Versa? If Yes
then how ? is that thru one of the JCL utility ?

Answer Posted / ds

Yes. using IEBGENER utility we can copy this. But this is
not advisable until there's a specific requirement.

FB to VB
--------
FB rec length is X
VB rec length should be X+4

VB to FB
--------
VB rec length is X (Length indicated in JCL)
FB rec length is X-4
Note: But here in second case lot disk space will be wasted.

Without the idea of requirement and system design, one
can't say anything.

Thanks, DS.

Is This Answer Correct ?    14 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of job statement in jcl?

858


How do you create a temporary dataset?

859


what sort card you will use to copy the data from one dataset to another dataset?

947


What is the significance of addrspc parameter in exec statement?

941


Suppose I have five jobs to do. But I want to hold one?

855


How does jcl act on a cobol code?

844


Can we call instream to catalog and catalog to instream?

883


Differentiate between addressing mode and run mode.

773


Is it possible to left uncode disp?

906


What is the difference between the positional and keyword parameters? Give examples.

947


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2414


Explain the function of dd disp parameter?

799


Explain dd statement in jcl?

842


what are the types of abends that occur on job failure? And explain the possible causes of these

1329


what is the difference between JES3 and JES2?

878