I am able to run the Endevor List Package SCL, but SCLs are writing with same line.. scl1,scl2 in the first line, scl3 in the next line. Is there any way to write the scl1 in one line, scl2 in next line, scl3 in next line?
The CSV utility (and the Endevor API) can show up to 10 SCL lines per returned record. This is a matter of efficiency, not a product limitation.
The suggested use of the CSV output is to use as input into a your custom programming. In the scenario you'd like to created each SCL statement on a separate row or file, you can parse the csv output and extract the SCL1, SCL2 etc (up to #STMTS) and write them out to a separate file. Endevor API, can be utilized for this method.