| Author |
Message |
Topic: SORT |
k_kishore_g
Replies: 8
Views: 5055
|
Forum: Job Control Language(JCL) Posted: Mon Aug 11, 2003 11:17 pm Subject: SORT |
Hi Frank Yaeger & Kolusu,
Thanx for your JCL's. I'll try with these and let u know about the status. |
Topic: SORT |
k_kishore_g
Replies: 8
Views: 5055
|
Forum: Job Control Language(JCL) Posted: Mon Aug 11, 2003 10:29 am Subject: SORT |
Hi,
Let me explain with an example
File 1
MANOJ123456ABC (key is from position 6 to 11)
RAMIO345678DEF
ASHOK545489ERT
GOVIN444678YTU
File 2
AB545489 (key is from posi ... |
Topic: SORT |
k_kishore_g
Replies: 8
Views: 5055
|
Forum: Job Control Language(JCL) Posted: Mon Aug 11, 2003 9:59 am Subject: SORT |
Hi Kolusu,
pls find the requirements below
LRECL = 100 ,RECFM : FB
Position = 6 to 14; Format=Numeric
No Duplicates
We have DFSORT |
Topic: SORT |
k_kishore_g
Replies: 8
Views: 5055
|
Forum: Job Control Language(JCL) Posted: Mon Aug 11, 2003 6:34 am Subject: SORT |
| I have two files with key as Account Number. I have only A/c numbers in one file and all the infomation related to that A/c number in another file. By comparing the two files i want to extract the who ... |
| |