anoopkhetan Beginner
Joined: 08 Jun 2007 Posts: 3 Topics: 4
|
Posted: Thu Jun 19, 2008 7:05 am Post subject: DF SORT |
|
|
My current system is dataset triggered. Dataset trigger a JCL. Dataset comes to my system from different Medical integrators Format of dataset have header at the first, trailer record at the end and some details records in between that. One medical integrator daily sends trigger dataset with one blank line. Blank line can be after trailer records or in between the details records. Blank line have carriage control character. After triggering the JCL by dataset, it runs a program, if program found carriage control characters in any where in trigger dataset , it abends the Job.
I does not want to abend job due to in between blank line.
I want to resolve it by adding a sort step or by IDCAM., before calling the program.
Please given me suggestions, so that for that particular Medical integrator, I can omit blank line, without impacting to others Medical integrators.
THANKS,
ANOOP |
|