08.11.2014 Views

Software Reference Manual - NetEx

Software Reference Manual - NetEx

Software Reference Manual - NetEx

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

DISP Default value: OLD<br />

Allowed values: OLD SHR<br />

The DISP parameter is used to determine whether the dataset specified by PROCLIB will be<br />

allocated for exclusive use during the COPY phase. To ensure being able to successfully<br />

copy into the dataset specified by PROCLIB, specify this parameter as:<br />

DISP(SHR)<br />

Step 5. Check for required updates.<br />

Refer to the H211 Memo-to-Users for instructions on checking for product updates at www.netex.com.<br />

Step 6: Execute the BFXJS Program<br />

It is the responsibility of the installation systems programmer to provide the JCL needed to start and run the<br />

resident BFXJS program. Sample JCL to do this is shown in Figure 11 on page 52. This sample JCL is contained<br />

in the file ‘hlq.BFXCTL’, and is copied into the library specified by PROCLIB during the installation,<br />

if so specified.<br />

The EXEC statement invokes the BFXJS program. BFXJS will remain in execution until cancelled or until a<br />

NETEX “HALT SREF” command is issued against it. It should be given a scheduling priority roughly equal<br />

to “hot” batch programs. The BFX program is not authorized in any way; when inactive, it will generally be<br />

swapped out by z/OS. If NETEX terminates, BFXJS will remain in execution and issue a message to the user<br />

every 30 seconds until NETEX is started again.<br />

//BFXJS PROC SYSCL=A,<br />

// RDRCL=A<br />

//*<br />

//* The STEPLIB library will be modified to match<br />

//* what was specified during installation.<br />

//*<br />

//* Or, modify the JCL statements below to meet<br />

//* your installation requirements.<br />

//*<br />

//BFXJS EXEC PGM=BFXJS,<br />

// TIME=1440,<br />

// PARM=''<br />

//* Sample PARM values and format<br />

//* PARM='ID=BFXJS NTXID=NETZ MSGLVL=0'<br />

//*<br />

//STEPLIB DD DSN=BFX.BFXLOAD,DISP=SHR<br />

//*<br />

//SYSPRINT DD SYSOUT=&SYSCL<br />

//INTRDR DD SYSOUT=(&RDRCL,INTRDR),<br />

// DCB=(RECFM=FB,BLKSIZE=800,LRECL=80)<br />

Figure 11. Sample BFXJS JCL<br />

Page 52 Installing BFX MAN-REF-H211-05

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!