> I am trying to compare two PDSEs. I found Example 8: Compare Two
> PDSEs in the z/OS V1R12.0 DFSMSdfp Utilities (SC26-7414-07). I am
> trying to get IEBCOMPR to work from REXX like I got IEBCOPY to work.
> We are running z/OS V1R13.
>
> "ALLOC FI(SYSUT1) DA('PMSBDH.VPS.LRS.AFP.V2R10.FDEFLIB') SHR"
> "ALLOC FI(SYSUT2) DA('VPS.LRS.VPS.V2R10.FDEFLIB') SHR"
> "ALLOC FI(SYSIN) UNIT(VIO) SPACE(15) BLKSIZE(80) LRECL(80) RECFM(F B)
> DSORG(PS) NEW DELETE REUSE"
> "NEWSTACK"
> V1 = " COMPARE TYPORG=PO"
> QUEUE V1
> "EXECIO" queued() "DISKW SYSIN (FINIS"
> "DELSTACK"
> "TSOEXEC IEBCOMPR"
> "FREE FI(SYSUT1 SYSUT2 SYSIN)"
For one thing, you are invoking IEBCOMPR as a command processor,
and it may not be designed to deal with that interface.
What happens if you do "CALL *(IEBCOMPR)" instead of
"TSOEXEC IEBCOMPR" ?
Jim Mulder z/OS System Test IBM Corp. Poughkeepsie, NY
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN