Model 204 CICS user library allocation job stream for IBM z/OS: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
The JALCICSJ job stream allocates an empty CICS user library during [[Model 204 installation on IBM z/OS|z/OS installation]].  
The JALCICSJ job stream allocates an empty CICS user library for [[Upgrading to Model 204 version 7.5 on IBM z/OS|Model 204 on z/OS]].  


See the comments in the code below for instructions on editing JALCICSJ.  
See the comments in the code below for instructions on editing JALCICSJ.  
{{Template: JZJACIC}}
{{Template: JZJACIC}}

Revision as of 23:42, 11 December 2014

The JALCICSJ job stream allocates an empty CICS user library for Model 204 on z/OS.

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

//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* //* Jobstream to allocate an empty dataset for a CICS load library //* //* Copy this jobstream into a local TSO library, modify all lines //* marked '<<' and submit the job with those changes. //* //* 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 //* //* (-- For Rocket Support only: filename=JZJACIC 7.7 2016/11/14 --) //* //BLD EXEC JALCICSP, // HLQ=m204DsnHighLevelQual 2 <<