On Mon, 16 Jan 2012 07:23:35 -0500, Shmuel Metz (Seymour J.) wrote:

>In <[email protected]>, on
>01/15/2012
>   at 07:08 PM, Al Chu said:
>
>>I have a rexx calling SDSF using the following statement;
>
>> "CALL  *(SDSF)    "
>
>Why? SDSF is a TSO command; why would you call it without an
>appropriate TSO CPPL? Try
>
>"SDSF"
>
Not necessarily.  In:

Title: z/OS V1R12.0 SDSF Operation and Customization
Document Number: SA22-7670-14

    http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/isf4csa0/12.1

12.1 Invoking SDSF in batch
    ...
      //       EXEC PGM=SDSF,PARM='++32,1000'
      //ISFOUT DD SYSOUT=*
      //ISFIN  DD *

and TSO "CALL" generate a parameter list compatible with "EXEC PGM="
(presuming the OP supplied then needed allocations and accepts the
PARM default).

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to