Model 204 IFAM1 link job stream for IBM z/OS

From m204wiki
Jump to navigation Jump to search

The LKIFAM1J job stream links the Model 204 IFAM1 load module during installation on IBM z/OS.

See the comments in the code below for instructions on editing LKIFAM1J.

//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) required 1 << //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/M204_inst_zOS#lkifam1 //* //LKIFAM1 EXEC LKM204P, // HLQ=, required 2 << // ACF2=acf2SecurityInterfaceLoadOrObjlibDsn optional 3 << //* //* ------------------------------------------------------------------ //* This jobstream is used to link edit the Model 204 IFAM1 load //* module. Copy it into a local TSO library, where you will examine //* lines marked '<<' to determine which changes you must make, and //* submit the job with those changes. //* //* There are two groups of changes; those for DSNs (lines 1-3 above) //* and the SYSLIN input. The SYSLIN changes are explained in the //* comments after the SYSLIN DD *. Lines 1-3 are explained here. //* //* Lines 1-2 marked '<<' above MUST be edited and provided; line 3 //* is optional; if it does not apply to your configuration, delete it. //* //* 1: Change 'hlq' to the same value provided in (2) - the value //* inside parentheses will then be the DSN of the downloaded //* object library //* //* 2: Provide the high level qualifier(s) of all Model 204 //* installation DSNs //* //* In addition, you might need to provide an additional DSN above: //* //* 3. If you use ACF2 as an external authorizer for Model 204, //* provide the DSN of the system ACF2 load or object library from //* Computer Associates (you will also need to uncomment the //* INCLUDE ACF2 statement in the SYSLIN input). //* //* Delete this line if you do not use ACF2. In that case (to avoid //* a JCL error), remove the comma from the preceding line HLQ=, //* //* ------------ End of description of symbolic parameters ----------- //* ------------------------------------------------------------------ //* //* (-- For Rocket Support only: filename=JZJIFAM1 7.7 2016/11/14 --) //* //M204LINK.SYSLIN DD * INCLUDE RKOBJ204(LKIFM1) * * Along with the symbolic parameter changes above, see lines marked * '<<' below, make necessary changes, and submit the resulting * jobstream. At the right side of the first line of each section is * a letter followed by some instructions; the letter is used on an * installation wiki page. * * -------- Security interfaces ----------------------- Optional: C * Ignore from the above line thru and including the "end of security * interfaces" line if you do not use an external authorizer. * * If you use an external authorizer, uncomment the appropriate * line(s) for your interface (if you use ACF2, you will uncomment the * INCLUDE ACF2 line as well as one of the INCLUDE RKOBJ204 lines): * * INCLUDE RKOBJ204(RACFOS,RACFPARM) RACF static RACFPARM << * INCLUDE RKOBJ204(RACFOS) *or* dynamic RACFPARM << * * INCLUDE ACF2($ACFGCVT,ACF$FGCB) ACF2 always needs << * INCLUDE RKOBJ204(ACF2,ACF2PARM) ACF2 static ACF2PARM << * INCLUDE RKOBJ204(ACF2) *or* dynamic ACF2PARM << * * INCLUDE RKOBJ204(TOPSOS,TOPSPARM) Top Secret static TOPSPARM << * INCLUDE RKOBJ204(TOPSOS) *or* dynamic TOPSPARM << * -------- End of security interfaces -------------------------------- * ENTRY IFII1 NAME IFAM1(R) /*