home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / bit / listserv / ibmmain / 2611 < prev    next >
Encoding:
Text File  |  1992-11-10  |  2.6 KB  |  60 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!stanford.edu!bcm!convex!darwin.sura.net!paladin.american.edu!auvm!CLEMSON.BITNET!RODATZ
  3. Message-ID: <IBM-MAIN%92111009303879@UA1VM.UA.EDU>
  4. Newsgroups: bit.listserv.ibm-main
  5. Date:         Tue, 10 Nov 1992 10:28:00 EST
  6. Sender:       IBM Mainframe Discussion list <IBM-MAIN@RICEVM1.BITNET>
  7. From:         "Bill Rodatz 656-0264" <RODATZ@CLEMSON.BITNET>
  8. Subject:      Re: PSF commands
  9. Lines: 49
  10.  
  11. On Thu, 5 Nov 1992 09:21:20 EST Dennis Caffi <ASMIDCC@VM7CG.HQ.AF.MIL> said:
  12. >  I've got PSF V2.1 on MVS/ESA 4.2 running supporting a 4224 printer
  13. > under VTAM 3.3. We are going to add a 3820 shortly. I have some questions.
  14. >
  15. >
  16. > 1.) Where can I find a list of all the PSF/MVS commands ?
  17. > 2.) How do I bring PSF/MVS down (I am cnaceling it now) ?
  18. >
  19. >   Thanks in advance for the help.
  20. >
  21. > -------------------------------------------------------------------------
  22. > Dennis Caffi                                IP: asmidcc@vm7cg.hq.af.mil
  23. > Senior MVS Systems Programmer
  24. > Grumman Data Systems / U.S. Air Force
  25. > Pentagon, Washington, D.C.
  26. > -------------------------------------------------------------------------
  27.  
  28. Dennis,
  29.  
  30. Sorry for the delay in responding.  I was asking myself these same
  31. questions when I first began working with our printers.  Our system
  32. configuration closely matches that of yours.
  33.  
  34. I have never found any MVS commands for PSF.  It is simply a bridge
  35. between application programs and page printers.  We run PSF in
  36. 'Deferred-Printing Mode' which causes PSF to act as an output writer,
  37. meaning, that it processes spooled data from JES and sends it to a
  38. a printer device.
  39.  
  40. PSF really doesn't exist until you start a PSF-attached printer.  Such
  41. printers are defined as Functional Subsystem Applications (FSAs) that
  42. run in separate address spaces.  IBM calls these address spaces,
  43. Functional SubSystems (FSSs).  A FSS uses an interface to communicate
  44. between itself and JES.  To create an FSS for a 3820 in 'Deferred
  45. Printing Mode', you must define the FSS in the JES initialization deck
  46. with the 'FSSDEF' statement.   You must then code a startup procedure
  47. in your system procedure library, which specifies the PSF parms and
  48. the libraries that contain the system resources such as PageDefs.
  49.  
  50. To terminate a FSS, drain the printer (i.e. $PPRTxx) and cancel the
  51. FSS (i.e. C FSSname).  When all FSSs have been cancelled, PSF
  52. essentially 'goes away'.  I have startup procs for both channel and
  53. SNA attached 3820s that I would be happy to send to you.
  54.  
  55. I hope this helps.
  56.  
  57. Bill Rodatz
  58. Systems Programmer            Bitnet:    Rodatz@Clemson
  59. Clemson University            Internet:  Rodatz@Clemson.Edu
  60.