Search found 3 matches

by Madhusudana Reddy Mandli
Wed Nov 22, 2006 12:18 pm
Forum: COBOL
Topic: COBOL Program performance tuning tips
Replies: 22
Views: 76898

COBOL Performance Tuning Tips

Hi , This below tips while doing sort in COBOL may be useful to the members. COBOL Performance Tuning Tips - If at all possible avoid doing a sort within a COBOL program. COBOL sorts are very inefficient. If you must do a sort in a COBOL program, specifying the FASTSRT compiler option may speed up t...
by Madhusudana Reddy Mandli
Fri Nov 17, 2006 4:39 pm
Forum: JCL
Topic: test datase empty
Replies: 8
Views: 31686

Thanks

Hi Leo,

Thanks a lot.

It looks like a good solution.


Thanks,
Madhu
by Madhusudana Reddy Mandli
Wed Nov 15, 2006 7:35 pm
Forum: JCL
Topic: test datase empty
Replies: 8
Views: 31686

Kali,

Can you give me how to do this using the FILEAID

Thanks in Advance