How to remove page break data in the report when using DBSQLPR to run SQL reports for CA 7?
Release : 12.1
Component : CA-7
Add the PARM='NOECHO,NOPAGES,NOCOLHDR,NOTYPE' to produce data only report.
//SQL EXEC PGM=DBSQLPR,PARM='NOECHO,NOPAGES,NOCOLHDR,NOTYPE'