Search found 7 matches

by ujwal.borkar
Wed Nov 16, 2011 5:18 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need Sort JCL
Replies: 9
Views: 11569

Dear Frank, Thanks for your reply. But I am expecting a output where ZZ record comes immidiate after FDR record. So Output file should look like as below FDR009530348358051111 301S1051111000000000 ZZ000000000 FDR009530348360051111 301S1051111000000000 ZZ000520773
by ujwal.borkar
Tue Nov 15, 2011 11:39 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Need Sort JCL
Replies: 9
Views: 11569

Dear Frank thanks for the reference book. In actual my file is like below Command ===> Scrol ----+----1----+----2----+----3----+----4----+----5----+----6----+--- ********************************* Top of Data ********************** FDR009530348357051111 301S1051111000000000 -----> FDR Record 10580511...
by ujwal.borkar
Mon Nov 14, 2011 3:00 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need Sort JCL
Replies: 9
Views: 11569

Dear Frank,

Thanks for your reply. Could you please explain each terminology in SORT how it works?


Regards
Ujwal Borkar
by ujwal.borkar
Fri Nov 11, 2011 3:54 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need Sort JCL
Replies: 9
Views: 11569

Hi Frank,

There can be multiple occurrence of A followed by B. I want all such records in output file.

Record Format = FB
Record Length = 80
by ujwal.borkar
Thu Nov 10, 2011 4:09 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need Sort JCL
Replies: 9
Views: 11569

Need Sort JCL

Hi

I have a file with certain recods in it as below. I want to extract the 2 records where B is immidiate after A .
As indicated by arrow. B is after A so I have to write those 2 records in different file.
Is this possible using SORT JCL?


A
C
D
E
R
F
B
A -->
B -->
C
X
X
z
A
M
C
B
by ujwal.borkar
Wed Jun 29, 2011 5:10 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need sort to compare 2 datasets
Replies: 9
Views: 15322

Thanks Guru :)
by ujwal.borkar
Fri Jun 17, 2011 4:10 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Need sort to compare 2 datasets
Replies: 9
Views: 15322

Need sort to compare 2 datasets

I have 2 datasets having different copybooks ( Say File 1 and File 2 )

I want records present in file1 but not in file2 based on a Keyword which exists in both the datasets at different positions.

Can you please help me to get sort for this ?