[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
[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