On 2016-04-29, at 09:58, R.S. wrote:
>>> 
>>> That deserves an SR.  Works in JCL; works everywhere else.  The statement is
>>> patently false.
>> No, it isn't. MOD is not allowed for *member* od PDS or PDSE.
>> MOD is allowed for PO dataset, i.e. for IEFBR14 MOD,DELETE
>> 
>> Try IEBGENER  //SYSUT2 DD DSN=HLQ.SOME.PO(MEMBER),DISP=(MOD,CATLG)
>> 
My test job step:
//STEP  EXEC  PGM=IEBGENER
//SYSUT2 DD DSN=&SYSUID..SOME.PO(MEMBER),DISP=(MOD,CATLG),
//  UNIT=SYSALLDA,SPACE=(500,(500,,5))
//SYSUT1 DD *
   Test Data
//SYSPRINT  DD  SYSOUT=(,)
//SYSIN     DD  *
//*

And log output:

14.10.00 JOB00158  -                                      -----TIMINGS 
(MINS.)------                          -----PAGING COUNTS----
14.10.00 JOB00158  -STEPNAME PROCSTEP    RC   EXCP   CONN       TCB       SRB  
CLOCK          SERV  WORKLOAD  PAGE  SWAP   VIO SWAPS
14.10.00 JOB00158  -STEP                 00     47     22       .00       .00   
  .0           116  BATCH        0     0     0     0
14.10.00 JOB00158  IEF404I PDSMOD - ENDED - TIME=14.10.00
14.10.00 JOB00158  -PDSMOD   ENDED.  NAME-Paul Gilmartin       TOTAL TCB CPU 
TIME=      .00 TOTAL ELAPSED TIME=    .0
14.10.00 JOB00158  $HASP395 PDSMOD   ENDED - RC=0000

Works for me.

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to