This may help.   Use Endevor to create the SCL statements to retreive
the select programs that you want.   It can load them into any pds file
that fits your need.   Select 3 for batch.  Select Retrieve.  Fill out
the information you need to retrieve the programs and select them.

It should produce the scl statements similar to these examples:

RETRIEVE ELEMENT 'program1'                                       
    VERSION 01 LEVEL 01                                           
  FROM ENVIRONMENT 'xxxxxxxx' SYSTEM 'xxxxxx' SUBSYSTEM 'xxxxxx'  
    TYPE 'xxxx' STAGE 2                                           
  TO DSNAME 'pds.output'                                          
  OPTIONS NOSEARCH                                                
 .                                                                
RETRIEVE ELEMENT 'program2'                                       
    VERSION 01 LEVEL 01                                           
  FROM ENVIRONMENT 'xxxxxxxx' SYSTEM 'xxxxxx' SUBSYSTEM 'xxxxxx'  
    TYPE 'xxxx' STAGE 2                                           
  TO DSNAME 'pds.output'                                          
  OPTIONS NOSEARCH                                                
 .                                                                
RETRIEVE ELEMENT 'program3'                                       
    VERSION 01 LEVEL 04                                           
  FROM ENVIRONMENT 'xxxxxxxx' SYSTEM 'xxxxxx' SUBSYSTEM 'xxxxxx'  
    TYPE 'xxxx' STAGE 2                                           
  TO DSNAME 'pds.output'                                          
  OPTIONS NOSEARCH       

                                         

"Duct tape is like the Force. It has a light side and a dark side, and
it holds the universe together."

TImOTHY Hillock

-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On
Behalf Of McKown, John
Sent: Thursday, January 10, 2008 2:00 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: CA-Endevor question.

Does anybody know of a program which I can point at a Endevor compressed
listing PDS and have it uncompress the listing into a regular listing
PDS? I am not very Endevor literate. I need to do this in order to run
the listings through another program. I know how to do it on a
one-by-one member, but I was hoping for a faster way to do it.

--
John McKown
Senior Systems Programmer
HealthMarkets
Keeping the Promise of Affordable Coverage
Administrative Services Group
Information Technology

The information contained in this e-mail message may be privileged
and/or confidential.  It is for intended addressee(s) only.  If you are
not the intended recipient, you are hereby notified that any disclosure,
reproduction, distribution or other use of this communication is
strictly prohibited and could, in certain circumstances, be a criminal
offense.  If you have received this e-mail in error, please notify the
sender by reply and delete this message without copying or disclosing
it. 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to