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

Re: Input error while running AMAEDIST on MVS server



Please post the questions to the group if anyone else can come up with
sumthing else.
Again couple of thinks are missing here which we will require to solve the
problem:
1) the proc COEPSOFT
2) and do you know any Peoplecode which is getting executed while running
your SQR from online.(you can run the trace on Peoplecode to find that).
Sometime in some places during customization we put peoplecode to direct the
user input into the JCL in a particuler way.

Thanks,
Rajib


-----Original Message-----
From: Agrawal_Rajiv [mailto:Agrawal_Rajiv@lacoe.edu]
Sent: Monday, August 12, 2002 3:59 PM
To: Sengupta, Rajib (CC-Contractor)
Subject: RE: Input error while running AMAEDIST on MVS server


Hi Rajib,

I am sending the JCL generated by the MVS server.

//TS1VP1 JOB COEPSOFT,'AMAEDIST 336651 VP1 ',
// PRTY=09,                                                     DB=FN02
//* AMAEDIST 336651 VP1 VP1 PSTS1ID
//*  NO OVERRIDE JCL FROM PROD.PARMLIB(COEPSJOB)
// MSGCLASS=O,MSGLEVEL=(1,1),NOTIFY=TED001
/*JOBPARM S=TEST PSTS1ID MONDAY 08/12/02 13:08:43
//*
//AMAEDIST EXEC COEPSOFT,
//*TRACE=Y,SQLLOG='SYSOUT=*',SOUT=*,PRINT=PRINT,
// P=AMAEDIST,
// I#='0',
// OUTD='PSOFT.FS750',
// JOBN='TS1VP1',
// ENV=PSTS1 *J4*
//PROCESS.RUNINPUT DD *
336651 VP1 VP1 PSOFT.FS750
//*....RUNINPUT-START
//* VP1 autoselect 0000336651 PSOFT.FS750    %OPRID% %RUNID% %INSTANCE%
//* 336651                                   %SQRPARMS%
//* VP1                                      %SQRPARMS%
//* autoselect                               %SQRPARMS%
//* ALL                                      %SQRPARMS%
//*336651 VP1 VP1                           <= RUNINPUT
//*....RUNINPUT-END


The RUNINPUT has process_instance(336651), VP1, VP1(Don't know why the run
control Id of autoselect is changed to VP1) but the 4th parameter is
missing. It looses the value of 'ALL' or in other words it does not know
where to assign the 4th Parameter 'ALL'

I am not an MVS person. I cannot read JCL or understand how it works. So I
am not sure what to expect.

Any input from your side is greatly appreciated.

Thanks
Rajiv
-----Original Message-----
From: Sengupta, Rajib (CC-Contractor)
[mailto:Rajib.Sengupta@CONAGRAFOODS.COM]
Sent: Monday, August 12, 2002 12:35 PM
To: SQR-USERS@list.iex.net
Subject: Re: Input error while running AMAEDIST on MVS server

I assume your Processscheduler submits a JCL in MVS to run the SQR in MVS.
Please send us the JCL .You have to make place to read the 4th parameter in
your JCL.
the parm file will be something like this:
%OPRID%   - operator id
PSMVS     - server name
N         -a yes/no switch for perf.
0         - process instance which can be overridden

In the Process scheduler you should have put the SQR run control parameters.

Thanks,
Rajib

-----Original Message-----
From: Agrawal_Rajiv [mailto:Agrawal_Rajiv@LACOE.EDU]
Sent: Monday, August 12, 2002 11:55 AM
To: SQR-USERS@list.iex.net
Subject: Input error while running AMAEDIST on MVS server


When I run any SQR process on the MVS server, which has 4 run control
parameter, I always get input errors for the 4th parameter.

Error on line 248:

    (SQR 2500) Error getting INPUT.

SQR: Program Aborting.


The same program runs fine in NT server and on Client.
I am new to MVS environment and my guess is that something is not defined on
the MVS server to read the 4th parameter. Is there a setting which limits
the number of input parameter passed from process definition to the Server?

If I comment the 'Input' line for the 4th parameter than the program runs
successfully.

Thanks in Advance

Rajiv