[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



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