The RECFM F LRECL 80 thing stung me a couple of times so I changed the EXEC 
that punches things out - 

/* */
'CP CL RDR'
'CP PURGE RDR ALL'
'CP SPOOL PUNCH * RDR'
'PIPE (name PUNCH_KERN)',
   '| < KERNEL IMG',
   '| fblock 80 00',
   '| punch'
'CP C PU NAME LINUX KERNEL'
'PIPE (name PUNCH_PARM)',
   '| < GENERIC PRM',
   '| fblock 80 00',
   '| punch'
'CP C PU NAME LINUX PARM'
'PIPE (name PUNCH_INITRD)',
   '| < INITRD IMG',
   '| fblock 80 00',
   '| punch'
'CP C PU NAME LINUX INITRD'
'CP CH RDR ALL KEEP NOHOLD'
'CP IPL 00C CLEAR'

On Aug 21, 2014, at 1:17 PM, Davis, Larry (National VM Capability) 
<[email protected]> wrote:

> Do your IMG files look like this
> 
> Filename Filetype Fm Format Lrecl    Records     Blocks
> INITRD   IMG      I1 F         80     234521       4581
> KERNEL   IMG      I1 F         80     113594       1752

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390
----------------------------------------------------------------------
For more information on Linux on System z, visit
http://wiki.linuxvm.org/

Reply via email to