Model 204 local member assembly job stream for IBM z/OS: Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "The <code>JASMJ</code> job stream assembles a member from your Model 204 local source library into your local object library during Model 204 z/OS installation|installation...")
 
No edit summary
Line 1: Line 1:
The <code>JASMJ</code> job stream assembles a member from your Model 204 local source library into your local object library during [[Model 204 z/OS installation|installation on IBM z/OS]].  
The <code>JASMJ</code> job stream assembles a member from your Model 204 local source library into your local object library during [[Model 204 z/OS installation|installation on IBM z/OS]].  


Edit each line marked with <i>num</i> << (such as <code>1 <<</code>) as described in the corresponding numbered comment.
See the comments in the code below for instructions on editing JASMJ.
{{Template:JZJASM}}
{{Template:JZJASM}}

Revision as of 23:08, 18 November 2014

The JASMJ job stream assembles a member from your Model 204 local source library into your local object library during installation on IBM z/OS.

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

//name JOB jobCardParameters //* // JCLLIB ORDER=(hlq.M204V77.RKOBJLIB) 1 << //* //* Jobstream to assemble a member from your Model 204 local //* source library. //* //* In a copy from the downloaded object library, modify all //* lines marked '<<' on the right, and submit the job: //* //* 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 //* //* 3: Provide the member name to assemble (e.g., FUNU, MSGU, //* RACFPARM, ...) //* //* For detailed explanations, see //* //* http://m204wiki.rocketsoftware.com/index.php/m204_inst_zOS#asm //* //* (-- For Rocket Support only: filename=JZJASM Z 7.7 2016/11/14 --) //* //ASM EXEC JASMP,HLQ=, 2 << // MEM= 3 <<