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 / atif
Use syncsort utility.
for FB to VB
OPTION COPY
OUTFIL BUILD=(5,1000),FTOV,VLTRIM=X'40'
simililarly for Vb to FB
OPTION COPY
OUTREC FIELDS=(1:5,4034),CONVERT
| Is This Answer Correct ? | 16 Yes | 5 No |
Post New Answer View All Answers
What are the utility programs in jcl?
Is there any command to check wether the ps file is in sorted order?
Differentiate between the joblib and the steplib statements?
which parameter is use to declare the name of dataset in dd statement?
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
How is the record format of an output dataset specified?
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
Matching Logic in Jcl not in cobol.Could any one please answer this question
what is the use of JCL?
What statement can be used to send data to another mvs jes3 node?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?