¿ªÔÆÌåÓý

Re: How to clear EREP using CPEREP and sometimes I wish for printed manual again


 

Mark,
?
I seem to recall &STACK defaults to FIFO order.? To stack lifo, you need to specify &STACK LIFO token token token ....
The undefined module names suggest a TXTLIB or LOADLIB is missing and needs to be GLOBAL'ed.? Alas, I don't remember which one it is.?? I have a Release 5 VM/SP Planning Guide open next to me and it suggests that MAINT 19D or 201 might have what you need.? The sample DIRECT definition shows
?
LINK MAINT 190 190 RR
LINK MAINT 19D 19D RR
LINK MAINT 201 192 RR
?
I'll rummage around a bit and see what else I can find.
?
Jim
?
type cperep02 exec a
?
&CONTROL CMS
FILEDEF ACCDEV DISK CPEREP REPORT A
FILEDEF EREPPT PRINTER
&STACK CLEAR
&STACK PRINT=PS
&STACK
CPEREP
&EXIT
?

Join [email protected] to automatically receive all group messages.