[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: Creating multiple reports on mainframe



Hi Steve,

      You need :
1. in the member of your parmlib, make sure you have flags:
        -FRPT1 -FRPT2 ....
2. then in your JCL, you will need to have ddname RPT1 and RPT2 which point
to a pre-allocated PDS, ex.,
      //RPT1 dd dsn=your.pds(myrpt1)...
      //RPT2 dd dsn=your.pds(myrpt2)...

HTH

Cindy
At 08:42 AM 10/3/2001 -0400, you wrote:
>      Good morning all -
>
>      We are running PeopleSoft DB2 for MVS, version 7.51.  All of our
> SQR's are
>processed using the mainframe as our server.  I am attempting to create two
>different reports from the same SQR.  I used the DECLARE-REPORT options
>according to the SQR server Language Reference.  When I attempt to run the
>SQR,
>I am receiving the following error -
>
>(SQR 6002) Cannot open the printer file: DDN:SQROUT.SPF
>(13): Improper function argument
>
>      It appears as if the the SQROUT DD name is automatically receiving
> the .SPF
>suffix, which MVS can't seem to process.
>
>      Does anyone know how to resolve this problem?
>
>      thanks,
>      Steve