There is one QSAM is the VB file. i want to get the first
characters in this file and change those characters
from'abcd' to '1234' and creat a vasm file to put '1234' in
it. how to do in only JCL.
if it not QSAM, it's VASM and VB. how to do it.
Answer / chandrababu
Using DF sort:
Input file:QSAM file
Output File:VSAM file
(Before create the VSAM file with variable length record
using key field).
Starting Position of the VB file is :5
OUTREC FIELDS=(5:C'1234',9: )
If anything wrong then post the correct one
| Is This Answer Correct ? | 0 Yes | 0 No |
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
what is the compile process of cobol program expalin with code
Is there any command to check wether the ps file is in sorted order?
whats SOC7?
What is the difference between catalogue procedure and In-Stream procedure?
How to get the last but one duplicate record of the file using Sort?
I have 5 steps in my job. say s1, s2, s3, s4, s5 //s1 exec ............. //s2 exec ............ //s3 exec .......... //s4 exec ........ //s5 exec ............... my question is i want to exeute only s2 and s4 steps... please advice me how to do this:
What is the difference b/w the CLASS,TIME,PRTY in jcl job card.
what is the cond=even only
What are the default system and catalog libraries in JCL?
What are the valid DSORG values ?
How do you restart a step in JCL?