Unconfigured Ad Widget

Collapse

Announcement

Collapse
No announcement yet.

CPYSPLF Limitation?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • CPYSPLF Limitation?

    I'm copying a spool file into a database file using the CPYSPLF command in a CL program. The command runs with no errors in the joblog. When I look at the file though, it's as if the last six lines from the spool file aren't being copied. Is there some sort of a size limitation on cpysplf that would cause this? The spool file I'm copying over is 551 pages long, which I would think would be well within any kind of space limitations. Here is the command along with the IF statement it's embedded in... IF COND(&RPTNAM = &SPLFIL) THEN(CPYSPLF + FILE(&RPTNAM) + TOFILE(PGMRTOOLS/ESTATEMENT) + JOB(&JOBNBR/&USRNAM/&JOBNAM) MBROPT(*ADD) + CTLCHAR(*PRTCTL))
Working...
X