« Return to Thread: loading data

Re: loading data

by somitcw-2 :: Rate this Message:

Reply to Author | View in Thread

--- In hercules-390@...,
 "kerravon86" <kerravon86@...> wrote:

> --- In hercules-390@...,
>"phn2icarus" <phn2icarus@> wrote:
>>> //JOB JOB JOB,JOB JOB
>>> //IEFBR14 EXEC PGM=IEFBR14
>>> //TEMP DD UNIT=3390,VOL=SER=xxxxxx,SPACE=(TRK,1)
>>> //* ISPF/PDF option =3.2 A and D would also work.
>>> You will get a console message saying that
>>>either the DIRF or DOS contamination bit was on
>>>so format 5 or 7 free space information is being
>>>rebuilt.
>> I tried running the job, but it didn't work.
>>Any other idea ?
> You are meant to modify the jobcard and volser
>yourself, and it looks to me like you would
>need a disp=(,pass) statement on the DD too.
- - - snipped - - -

   The JOB statement is valid for many OS/360,
MVS, OS/390, and zOS systems.  Local modifications
may require a different JOB name, account codes,
programmer name, a JOB CLASS parameter, a MSGCLASS
parameter, a TIME parameter, etcetera.
( Paul doesn't like the etc. abbreviation. )

   xxxxxx in the VOL=SER=xxxxxx parameter should
be changed to the volser having the VTOC errors
that were not posted.

   Default DISP is DISP=(NEW,DELETE,DELETE) which
is wanted so defaulted to.

   ISPF/PDF option =3.2 A then D would also work.

 « Return to Thread: loading data