home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / protocol / ibm / 702 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  1.9 KB

  1. Path: sparky!uunet!ogicse!cvedc!mcspdx!cah
  2. From: cah@pdx.csd.mot.com (Chris Huey)
  3. Newsgroups: comp.protocols.ibm
  4. Subject: Re: IND$FILE module on MVS system
  5. Message-ID: <1307@pdxvme.pdx.csd.mot.com>
  6. Date: 3 Sep 92 16:40:52 GMT
  7. Article-I.D.: pdxvme.1307
  8. References: <1992Sep1.182254.12903@gmuvax2.gmu.edu>
  9. Organization: Motorola CSD, Beaverton, OR
  10. Lines: 34
  11. X-Newsreader: Tin 1.1 PL5
  12.  
  13. S. Thomas Mils (pjansen@gmuvax2.gmu.edu) wrote:
  14. : i am looking for information concerning the protocol used by 
  15. : the IND$FILE module on an IBM/MVS system.  we need to write 
  16. : some routines that will talk to an iron pig using this module.
  17. : thanks,
  18. : -peter. 
  19.  
  20. From a previous post:
  21. } It is described in an IBM document #ZZ20-5568-0, "Distributed and Office 
  22. } Systems Support Technical Bulletin" "Host to File Transfer", by A.R. Towers.
  23. } Although the copy I have seen is marked "IBM Internal Use Only", I understand
  24. } that it is now available outside of IBM.
  25.  
  26. Of course which protocol you use depends upon the "mode" of the IND$FILE 
  27. transfer.  There are two protocols that come into play depending upon the 
  28. status of the QUERY bit in the BIND parameters.  If it's set, then you must 
  29. deal with DFT mode transfers (using structured fields).  If not set, then 
  30. you work with CUT mode file transfers.  Any file transfer program you write 
  31. should be able to handle either mode (unless you know specifically which one 
  32. you'll be dealing with.)
  33.  
  34. BTW, I think the DFT mode protocol is also described in the PC3270 User's Guide
  35. (or some such name) in Appendix C - File Transfer Data Streams.  This is the 
  36. PC that IBM made somewhere around the time the XT came out.
  37.  
  38. Good Luck.
  39. -- 
  40. Chris Huey                             Motorola Inc., Computer Systems Division
  41. cah@pdx.csd.mot.com                                                            
  42. Voice: (503) 644-4346                  ... uunet!apple!motcsd!mcspdx!cah
  43. "In the beginning was the word, 2 bytes long, aligned on an even boundary."
  44.