|
|
| Author |
Message |
naveensri2005 Currently Banned Active User
Joined: 22 Mar 2005 Posts: 51 Location: chennai
|
|
|
|
hi guys,
i have three files. first file contain 20 fields ,second file contain 20 fileds and thrid file is empty. now i want for first file first 10 fileds data and second file last 10 fileds data will be copied in to third file. now the third file contain first file 10fileds of data and second file last 10 fileds data.How u can write the jcl for this
byee..
naveen.s |
|
| Back to top |
|
 |
References
|
|
 |
Frank Yaeger
DFSORT Moderator
Joined: 15 Feb 2005 Posts: 4613 Location: San Jose, CA
|
|
|
|
| Please show an example of the records in each of the two input files and what you expect the output file to look like. Please give the starting position and length for the relevent fields. Please indicate the RECFM and LRECL of each input file. |
|
| Back to top |
|
 |
naveensri2005 Currently Banned Active User
Joined: 22 Mar 2005 Posts: 51 Location: chennai
|
|
|
|
HI,
first file contain (empno,ename,sal,deg,jdate,comm,address,telno,emaiid,renumber).
second file contain(deptname,salinfo,da,hra,pf,benifits,comments,location,city,country)
there are fields in a two files. Now i want the fallowing structure
when ever i am open the third file the information can displayed as fallows
(empno,ename,sal,deg,jdate,benifits,comments,location,city,country)
the three files are vsam ksds files.
how u can write the jcl for this ?
and another question is
is it possible for concatenate the vsam data set? how ? plz give me one example.
regards
naveen |
|
| Back to top |
|
 |
Frank Yaeger
DFSORT Moderator
Joined: 15 Feb 2005 Posts: 4613 Location: San Jose, CA
|
|
| Back to top |
|
 |
|
|
|