@Sri and @Steve, thank you. Got it. From ISPF 3.4. Interesting. The Edit member selection panel (ISPF 2 with a blank member name) shows a Prompt heading but the fields are protected.
Charles On Tue, 30 May 2023 16:39:53 +0000, Sri h Kolusu <[email protected]> wrote: >>>>1. Is there any support in JCL or in ISPF for reading member generations? > >Charles, > >There is no JCL suprort for member generations, but ISPF does provide the >support. Here is how you do it. > > >1. Allocate PDSE rersion 2 with maxgens defined at 20. Note your allocation >will fail if your SYS1.PARMLIB(IGDSMSxx) member does not have MAXGENS_LIMIT >specified) > > >//STEP0100 EXEC PGMEIEFBR14 >//AF01 DD DSN=&SYSUID..PDSE2, >// DISP=(NEW,CATLG,DELETE), >// UNIT=SYSDA, >// SPACE=(CYL,(1,1,5)), >// DSNTYPE=(LIBRARY,2),MAXGENS=20, >// DCB=(LRECL=80,RECFM=FB,BLKSIZE=0) > >2. Create a member in the above allocated PDS > > Menu Functions Confirm Utilities Help > sssssssssssssssssssssssssssssssssssssssssssssssssssss > DSLIST EDIT USERID.PDSE2 > Command ===> s test1 > Name Prompt Size Created > **End** ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
