> -----Original Message-----
> From: IBM Mainframe Discussion List 
> [mailto:[EMAIL PROTECTED] On Behalf Of Dave Salt
> Sent: Wednesday, September 19, 2007 2:42 PM
> To: [email protected]
> Subject: InSync VSAM file editor by Macro 4
> 
> 
> Does anyone on this list use the InSync VSAM file editor? If 
> so, are you 
> able to call it and pass it a VSAM file name and what you'd 
> like to do to 
> it? For example, if you wanted to edit a VSAM file would you 
> be able to do 
> something similar to this:
> 
> /* REXX */
> address ispexec "SELECT CMD(INSYNC  EDIT  'MY.VSAM.FILE')"
> 
> 
> Note that the above is pure fiction on my part as I don't know what 
> procedure would be called (e.g. INSYNC) or what parameters it 
> would accept 
> or what format they'd need to be in (etc). So, if anyone can 
> provide the 
> actual calling syntax I'd really appreciate it.
> 
> Many thanks in advance,
> 
> Dave Salt
> 
> See the new SimpList(tm) rollover image at:
> http://www.mackinney.com/products/SIM/simplist.htm

the #E clist distributed with the product shows (mainly):

ISPEXEC SELECT CMD(%INSYNC00 OPTION(EDIT) DSN(&DSN))

the INSYNC00 clist is quite complicated with a lot of LIBDEFs in it. The
actual invocation of InSync is the line:

PROC 0 OPTION() DSN()
...
ISPEXEC SELECT CMD(INS10 &OPTION,&DSN) NEWAPPL(#IS1) PASSLIB

--
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

Reply via email to