Search found 4 matches

by gkrish
Tue Jun 24, 2014 8:12 pm
Forum: COBOL
Topic: splitting of records using cobol
Replies: 6
Views: 9898

Thanks willam , had look into it, but if u see the 2 nd and 3 rd line of my input ddd is split into 2 lines if we use unstring it come as separate lines is there any way to concatenate these both
by gkrish
Tue Jun 24, 2014 1:22 pm
Forum: COBOL
Topic: splitting of records using cobol
Replies: 6
Views: 9898

splitting of records using cobol

I have following input file:

Code:

|aaa|bbbb|
ccccc|ddd
dd|ee|


record length is fixed to 80
I need the following output file:

aaa
bbbb
ccccc
ddddd
ee


here record length has to be 80
i.e. i need the data between any two | as one record of 80 length with padding
by gkrish
Sat Jun 14, 2014 9:42 am
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort Numeric values using JCL
Replies: 3
Views: 4651

Hi ,thanks for the reply .Can you please tell me the syntax for it. I would like to know what to give for the format option in the Include Cond .
by gkrish
Fri Jun 13, 2014 5:35 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Sort Numeric values using JCL
Replies: 3
Views: 4651

Sort Numeric values using JCL

Hi all ,I want to sort a file which has all employee details ,using their salary . for example all the employee whose salary is more than 50000 put their details in another file. Can some one please help me with this.