On Sat, 11 May 2019 05:13:12 -0400, Mike Stramba <[email protected]> wrote:

>I've been using Mark Zelden's  IPLINFO rexx script from CBT 434 on both a z/os
>1.10 and z/os 2.3 system.
>
>What is the procedure to save an 'edit'  option set ?
>
>I issue  ex 'me.cbt434(iplinfo)'  'all edit',  the "editor" starts up.
>(actually PANELID - 'IPLINFOP'
>
>I then use  'cc'  line commands at the top and bottom.
>
>I enter  CREATE 'me.iplinfo.all'
>
>I get panel 'ISRMCALL'     Allocate Target Data Set
>
>I choose  1. Allocate using the attributes of:
> SYS19131.T040928.RA000.Z33854.R0114135
>
>I then get  (top right corner in ispfedit / IPLINFOP      'Data set
>not cataloged'
>
>F1 : gives
>
>'SYS19131.T040928.RA000.Z33854.R0114135' was not found in catalog.
>
>Mike

IPLINFO output all fits within 80 bytes, so just use the option to
specify your own attributes of FB and 80 x (whatever).  

However, it is really much simpler to me to just use CUT and
then PASTE the output into an FB 80 data set or PDS member.

You can also run IPLINFO in TSO batch which is what some people
did prior to me adding the EDIT option (although I used ISRDDN
to just edit the temp data set instead of browsing it and used
cut/paste from that. 

//IPLINFO  JOB (acct),CLASS=A,...                     
//*                                                   
//TMP     EXEC PGM=IKJEFT01,PARM='%IPLINFO'           
//*                                                   
//SYSPROC  DD  DISP=SHR,DSN=pds.with.iplinfo          
//*                                                   
//SYSTSPRT DD  DSN=userid.IPLINFO.OUTPUT,             
//             DISP=(NEW,CATLG,DELETE),               
//             RECFM=FB,LRECL=80,BLKSIZE=0,DSORG=PS,  
//             SPACE=(TRK,(45,15))                    
//SYSTSIN  DD  DUMMY                                  


Best Regards,

Mark
--
Mark Zelden - Zelden Consulting Services - z/OS, OS/390 and MVS
ITIL v3 Foundation Certified
mailto:[email protected]
Mark's MVS Utilities: http://www.mzelden.com/mvsutil.html
Systems Programming expert at http://search390.techtarget.com/ateExperts/
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to