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
Explain the function of job statement in jcl?
How do you create a temporary dataset?
what sort card you will use to copy the data from one dataset to another dataset?
What is the significance of addrspc parameter in exec statement?
Suppose I have five jobs to do. But I want to hold one?
How does jcl act on a cobol code?
Can we call instream to catalog and catalog to instream?
Differentiate between addressing mode and run mode.
Is it possible to left uncode disp?
What is the difference between the positional and keyword parameters? Give examples.
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
Explain the function of dd disp parameter?
Explain dd statement in jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
what is the difference between JES3 and JES2?