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
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Is condition checking possible in jcl? If yes, how?
What do you understand by the term notcat 2 – gs?
what is the difference between JES3 and JES2?
What is the function of the steplib dd statement?
Is automatic restart possible in jcl? If yes, how?
Why block size is multiple of lrecl in jcl?
a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?
Are there any set of rules for the names of the steps used in a job? What are they?
what sort card you will use to copy the data from one dataset to another dataset?
how you will the direct the data to spool using sysout option?
When output dataset space is required, what quantity categories are used?
Is acct parameter mandatory?
what happens in conversion stage in job processing?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?