Skip to content

Releases: wizardofzos/RACFURY

v1r5

15 Apr 19:46

Choose a tag to compare

RACFURY Release

What’s included

  • Updated XMIT generation
  • Take this file and add to the new release

Installation

Upload RACFURY.XMIT in binary to a preallocated HQL.YOUR.XMIT and issue:

  TSO RECEIVE INDA('HLQ.YOUR.XMIT')

Preallocating HLQ.YOUR.XMIT

Via TSO command:

ALLOC DA('HLQ.YOUR.XMIT')   +
      F(XMITIN)             +
      SPACE(500,100) TRACKS +
      RECFM(F,B) LRECL(80)  +
      BLKSIZE(3120)         +
      DSORG(PS) NEW

Or via JCL:

//STEP1    EXEC PGM=IEFBR14
//DD1        DD DSN=HLQ.YOUR.XMIT,
//              DISP=(NEW,CATLG,DELETE),
//              UNIT=SYSDA,
//              SPACE=(TRK,(500,100),RLSE),
//              DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)

v1r4

14 Mar 18:23

Choose a tag to compare

RACFURY Release

What’s included

  • Updated XMIT generation
  • Take this file and add to the new release

Installation

Upload RACFURY.XMIT in binary to a preallocated HQL.YOUR.XMIT and issue:

  TSO RECEIVE INDA('HLQ.YOUR.XMIT')

Preallocating HLQ.YOUR.XMIT

Via TSO command:

ALLOC DA('HLQ.YOUR.XMIT')   +
      F(XMITIN)             +
      SPACE(500,100) TRACKS +
      RECFM(F,B) LRECL(80)  +
      BLKSIZE(3120)         +
      DSORG(PS) NEW

Or via JCL:

//STEP1    EXEC PGM=IEFBR14
//DD1        DD DSN=HLQ.YOUR.XMIT,
//              DISP=(NEW,CATLG,DELETE),
//              UNIT=SYSDA,
//              SPACE=(TRK,(500,100),RLSE),
//              DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)

v1r3

14 Mar 15:56

Choose a tag to compare

RACFURY Release

What’s included

  • Updated XMIT generation
  • Take this file and add to the new release

Installation

Upload RACFURY.XMIT in binary to a preallocated HQL.YOUR.XMIT and issue:

  TSO RECEIVE INDA('HLQ.YOUR.XMIT')

Preallocating HLQ.YOUR.XMIT

Via TSO command:

ALLOC DA('HLQ.YOUR.XMIT')   +
      F(XMITIN)             +
      SPACE(500,100) TRACKS +
      RECFM(F,B) LRECL(80)  +
      BLKSIZE(3120)         +
      DSORG(PS) NEW

Or via JCL:

//STEP1    EXEC PGM=IEFBR14
//DD1        DD DSN=HLQ.YOUR.XMIT,
//              DISP=(NEW,CATLG,DELETE),
//              UNIT=SYSDA,
//              SPACE=(TRK,(500,100),RLSE),
//              DCB=(RECFM=FB,LRECL=80,BLKSIZE=3120)

v1r2

14 Mar 15:52

Choose a tag to compare

RACFURY Release

What’s included

  • Updated XMIT generation
  • Take this file and add to the new release

Installation

Upload RACFURY.XMIT in binary and issue:

racfury-20260314-153943

14 Mar 15:39

Choose a tag to compare

v1r0

14 Mar 15:31

Choose a tag to compare