| Author |
Message |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Fri Oct 20, 2006 11:50 am Subject: EZTRIEVE Page Number question |
| Again my job runs fine without the word PAGE-COUNT so i cannot see why yours would run any different that makes no sense. |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Fri Oct 20, 2006 11:28 am Subject: EZTRIEVE Page Number question |
You job should run no different then mine.
If i remove the word PAGE-COUNT my job runs without any problems, so even if i copy your job it will do the same and give me an error.
From our online docu ... |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Fri Oct 20, 2006 6:37 am Subject: EZTRIEVE Page Number question |
| I guess no one has the answer |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Fri Oct 13, 2006 10:32 am Subject: EZTRIEVE Page Number question |
Here is my error message.
Is PAGE-COUNT a counter that i need to increment? Or is this like a KEY word ?
REPORT L1-REPORT SPACE 1 PRINTER RPT1 SKIP 1 NOADJUST NODATE +
SUMSPACE 3 TALLYSIZE ... |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Fri Oct 13, 2006 6:49 am Subject: EZTRIEVE Page Number question |
Changing RPT1 to L1-REPORT is not going to fix it. RPT1 is the OUTFILE in which i want the report to be sent to.
The job runs if i remove the PAGE-COUNT and let EZT add the counter to the report.
... |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Thu Oct 12, 2006 1:59 pm Subject: EZTRIEVE Page Number question |
This is what i have but i have an error:
QUALIFICATION REQUIRED - PAGE-COUNT
Is this a counter i need to increment?
Thanks for the help!
CODE:
REPORT L1-REPORT SPACE 1 PRINTER RPT1 SKIP ... |
Topic: EZTRIEVE Page Number question |
MainframeJoe
Replies: 12
Views: 9567
|
Forum: Application Programming Posted: Thu Oct 12, 2006 12:13 pm Subject: EZTRIEVE Page Number question |
Hi all, here is my question.
I want to be able to have a page # at the top of each page on the report, but i want the page # to lets say start in a specific position, and not let EZT do it for me. ... |
| |