RE: Re: IND$FILE
"Rocky" <[email protected]>
| Newsgroups | gmane.comp.emulators.hercules390.vm |
|---|---|
| Message-ID | <[email protected]> |
Yup I did that - So I got the CUT mode but the other stuff was the problem especially the LRECL and RECFM If you dont choose variable then every record has to be the same size in the output file Thats the error you got last night Roc _____ From: [email protected] [mailto:[email protected]] On Behalf Of paoloG Sent: Thursday, September 09, 2010 08:11 To: [email protected] Subject: [H390-VM] Re: IND$FILE --- In [email protected] <mailto:H390-VM%40yahoogroups.com> , "Rocky" <rocsystems@...> wrote: > > Hi Paulo Hi Laddie > > Thanks for trying it yesterday. > Appreciate your investing the effort. > > I actually just got home from the New Years celebation when I saw your > E-mails. It was after 12:00 at night and I was also suffering from too much > driving and too much wine. > > This morning first thing I did some checking. > > I downloaded the VISTA Emulation that you both were using. > > Very nice tool - Too bad I only got a free thirty day subscription. > This means that I have to hurry up and resolve the problem :-) > > Some background.: > > The Emulator that I use is much older but the File transfer which onl works > CUT MODE has many more options on the screen. > For instance I actually get to see the command that is being sent. > > And I can pick and and choose if I want ASCII or EBCIDIC and weather I want > CRLF or not, > I can choose between FIXED or VARIABLE output and I can decide what the > output LRECL size will be. > (the size that all fixed length records get padded to and the max size for > variable) > > So in theory I could choose andASCII TEXT FILE But ignore the CRLF and block > it at a length that I choose > Or I can choose a FIXED length output file and Pad it with blanks if the CR > LF comes first/ or split the lines if a long record comes. > > In the VISTA I don t see all those options. > At least the version that I downloaded this morning only has TEXT or BINARY. > > My trace shows that when I choose TEXT it defaults to the following. > > IND$FILE PUT TEMP UPLOAD A ( ASCII CRLF ) ---> from the trace > > I do not see any way to change that in the emulator. > > Which would mean that I have to change the defaults I currently using to > VARIABLE and CRLF and leave the MAX the default LRECL field blank. > That is very simple. > > I still have to leave the detailed routine in bacause other emulators may > work differently but I guess they assume that that is the default -- and > since the real IND$FILE works with VISTA that must be correct. > > > Not at all familiar with the VISTA is there any way to change that? > > HOW DO you upload fixed length FILE? > > > By the way the TRACE showed that VISTA is using a very ineffecient transmit > block size on the screen > > 1030 data positions -- in CUT MODE is what the trace shows > My old EMULATOR uses 1970 > > I' ll make the default fixes this morning and let you know the results. > > However its still a Holiday here and wife may have other plans for me. > > Thanks again for investing the time to try it out > > Rocky > Hi Rocky, press the Options button in VISTA then 'Options' in the little menu that displays; press button 'Misc' where you can choose DFT or CUT (deselecting DFT mode) and add RECFM V in Additional parameters. In this way I could upload a small exec file to GCIC application. Doing a download with VM/SP5 I get 1936 bytes blocks in CUT mode (using an Ethereal Ethernet trace). Regards. Paul