Thanks all the help. I was able to correct the job and run it .
On Wed, 6 Mar, 2019, 12:32 AM Seymour J Metz, wrote:
> Allocate a different log file before you enter ISPF.
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
>
> From: I
Allocate a different log file before you enter ISPF.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
From: IBM Mainframe Discussion List on behalf of
Peter
Sent: Tuesday, March 5, 2019 4:31 AM
To: IBM-MAIN@LISTSERV.UA.EDU
Subject: Serverpac er
#1. Logoff your TECH ID
#2. Preallocate the ISPFLOG & ISPFLIST DDs
//ISPLIST DD SYSOUT=A,
// DCB=(LRECL=121,BLKSIZE=1210,RECFM=FBA)
//ISPLOG DD SYSOUT=A,
// DCB=(LRECL=125,BLKSIZE=129,RECFM=VA)
** From IBM's " ISPF Planning and Customizing" manual.
A
Post this step all the next copy steps are flushed
My CHKINV step ended in RC - 0
On Tue, 5 Mar, 2019, 1:37 PM ITschak Mugzach, wrote:
> This is not an issue that will stop the program from running. You can see
> the message saying that processing continue without log.
>
> ITscak
>
> בתאריך י
This is not an issue that will stop the program from running. You can see
the message saying that processing continue without log.
ITscak
בתאריך יום ג׳, 5 במרץ 2019, 11:32, מאת Peter :
> Hi
>
> I am building a zOS using serverpac and one of the step CHKVERSN fails with
> the below message
>
> R