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

Re: [sqr-users] OS390 issue



    This worked.
Now i have the problem to get this output file into my report repository.
so that i can view it via PIA.

i tried to modify the JCL and made it copy the output file to the log output
directory
so that it could finally be picked up in the reporting repository.
this command failed to do it.

//COPYSLOG EXEC PGM=IKJEFT01,COND=EVEN
//INLOG    DD DTALSVT1
//LOGHFS   DD PATH='%PRCSLOGDIR%/dtalsvt1.dat',
//         PATHDISP=(KEEP,DELETE),
//         PATHOPTS=(ORDWR,OAPPEND),
//         PATHMODE=(SIRUSR,SIWUSR,SIRGRP,SIWGRP,SIROTH)
//SYSTSPRT DD SYSOUT=*
//SYSTSIN  DD *
OCOPY INDD(INLOG) OUTDD(LOGHFS) TEXT CONVERT(YES) PATHOPTS(USE)


Any ideas ?



----- Original Message -----
From: "Arnon Oppenheimer" <arnono@semech.co.il>
To: <sqr-users@sqrug.org>
Sent: Sunday, May 18, 2003 6:37 PM
Subject: Re: [sqr-users] OS390 issue


> You need to refer to the dd name.
>
> open 'OUT' for-writing .....
>
> //OUT  DD DSN=DTALSVT1.DAT,DISP=(new,......)
>
> Regards,
> Arnon Oppenheimer
>  -------------------------------------------------------------------
> SEMECH SOFTWARE MARKETING LTD.
> TEL : (972) - 3 - 5333144
> FAX : (972) - 3 - 5333132
> Email: arnono@semech.co.il
>  -------------------------------------------------------------------
> ----- Original Message -----
> From: "Sqr" <Dwayne_Munich@hotmail.com>
> To: <sqr-users@sqrug.org>
> Sent: Friday, May 16, 2003 5:47 PM
> Subject: [sqr-users] OS390 issue
>
>
> Hi All
>
> I am trying to generate a Sqr output on OS390 platform.
> I am using PeopleSoft 8
> and sqr 6.14
>
> I have the following enteries in my JCL
>
> //DTALSVT1 DD DSN=HCM.H831X.WATCHDOG.HR.FILE1(DTALSVT1),DISP=SHR  5/03
> //DTALSVT2 DD DSN=HCM.H831X.WATCHDOG.HR.FILE2(DTALSVT2),DISP=SHR  5/03
> //DTALSVT3 DD DSN=HCM.H831X.WATCHDOG.HR.FILE3(DTALSVT3),DISP=SHR  5/03
>
>
> I want to create an file called DTALSVT1.DAT.
>
> This file will be written via the OPEN and Write command in the SQR code.
>
> Questions is
>
> I do not know what parameters to pass to the Open command .
>
> Should i use
>
>  let $ThirdReport = 'DTALSVT1.DAT'
>  or
>  let $ThirdReport = 'HCM.H831X.WATCHDOG.HR.FILE1(DTALSVT1)'
>
> Open $ThirdReport as 3 for-Writing Record=128:fixed status=#filestat
>
> tried both but it fails.
>
> I also want to see the output in the Report Repository and access it via
> PIA.
>
> Does anyone have experience in this.
>
> thanks
>
> Dwayne
>
>
>
>
>
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>
> _______________________________________________
> sqr-users mailing list
> sqr-users@sqrug.org
> http://www.sqrug.org/mailman/listinfo/sqr-users
>

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users