home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / cicsl / 740 < prev    next >
Encoding:
Text File  |  1993-01-27  |  1.4 KB  |  34 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!howland.reston.ans.net!paladin.american.edu!auvm!MVS.UDEL.EDU!MIKE.PORTER
  3. Return-Path: <@VM1.CC.UAKRON.EDU,@VM1.CC.UAKRON.EDU:Mike.Porter@MVS.UDEL.EDU>
  4. Message-ID: <93.25.14.38.36.86@MVS.UDEL.EDU>
  5. Newsgroups: bit.listserv.cics-l
  6. Date:         Tue, 26 Jan 1993 09:38:00 EST
  7. Sender:       CICS List <CICS-L@UGA.BITNET>
  8. From:         Mike.Porter@MVS.UDEL.EDU
  9. Subject:      Re: Close VSAM files from batch
  10. Comments: To: CICS-L@VM1.CC.UAKRON.EDU
  11. Lines: 21
  12.  
  13. Hi,
  14.  
  15. This can be done by sending MVS MODIFY commands to the region
  16. using the MGCR MACRO (which is documented as being able to only
  17. send START commands, but in fact you can send any operator
  18. command, or at least any I've every tried.)
  19.  
  20. We have a program written in SAS/C that will do this.
  21.  
  22. Is this what the McKinney software does, or is it more
  23. sophisticated?
  24.  
  25. Mike
  26. ////
  27. On Mon, 25 Jan 1993 14:07:25 CST, CICS Discussion List <CICSxL@VM1.CC.UAKRON.EDU
  28. > We have an application program using VSAM files running under CICS 2.1.2.
  29. > At night batch processing against these VSAM files requires our operators
  30. > to close and reopen these files.  Our users would like to be able to open
  31. > and close these files in their batch jobs.  What products are available
  32. > that will accomplish this?  Is there a way to do it using CICS command level
  33. > programming?  Thank you for your help.
  34.