Re: Insert mode in x3270
You must go after last character in the row and press button "erase eof" on
virtual keypad on x3270. Then you can insert characters in the row.
?et, 7. stu 2019. 23:37 Rahim Azizarab via Groups.Io
By
Crni Mrki, DK4BN
·
#21
·
|
Re: Insert mode in x3270
Thank you. So if I'm understanding this correctly, most screens (especially the editor) pre-fills fields with spaces all the way to the end, and x3270 will not let you insert a character if it would
By
Elias M?rtenson
·
#22
·
|
Re: Insert mode in x3270
Some 3270 terminal emulator programs allow characters to be inserted in a field even if it is padded with trailing blanks instead of trailing nulls. Check the option settings for your terminal
By
Charles Bailey
·
#23
·
|
reallocating sys1.logrec
The JCL below can reallocate your Sys1.LOGREC to a larger size so you don't get the pesky "log is full" message every other day. It worked for me with minor changes of course.
?
//KATHYLR JOB
By
Rahim Azizarab
·
#24
·
|
Re: Insert mode in x3270
As others have said, it's all about the difference between blanks or spaces (x'40' in EBCDIC) and "nulls" (x'00' being the NUL character).
When a field is full and you want to insert something, the
By
Greg Price
·
#25
·
|
Re: Insert mode in x3270
Thank you very much for this information. It's all clear to me now, and
it explains precisely the behaviour I have been seeing.
I also installed Brexx, which allows me to use its FSS library
By
Elias M?rtenson
·
#26
·
|
Re: Insert mode in x3270
I have installed WC3270, This emulator executes the Insert key as expected.
If I use NULLS in RPF, I can insert characters in the line if the line contains trailing "blanks".
I change in RPF the
By
Rob Prins
·
#27
·
|
Commndxx override operator input
Apologies if this seems somewhat newbie-ish - I've been using various forms of MVS for many years but have never had to wrestle with this. Just as a precaution, changing the version of commndxx
By
William Turner
·
#28
·
|
Re: Commndxx override operator input
Last two digit in loadparm?
By
Crni Mrki, DK4BN
·
#29
·
|
Re: Commndxx override operator input
You have not said which distribution you are using.?? If it is the p390 on http://archive.org/ you can type ipl a80? followed by a82xx also you can specify this Parm in your config file.?? The
By
Rahim Azizarab
·
#30
·
|
Re: Commndxx override operator input
Bill,
If this is MVS 3.8, simply reply:
R 00,CMD=xx
Where xx is the number of COMMNDxx
Regards,
Bob
By
Bob Polmanter
·
#31
·
|
Re: Insert mode in x3270
[email protected]> wrote:
As would I, but sadly it seems as though none of these applications are
available for Linux. The only alternative really seems to be x3270, whic
By
Elias M?rtenson
·
#32
·
|
Re: Commndxx override operator input
Thanks - Sorry, this is zOS 1.3 I think (not my system - I work on it
occasionally as a favour) - if I try the above I get:-
"Unidentified keyword"
Didn't realize there would be such differences at
By
William Turner
·
#33
·
|
Re: Commndxx override operator input
What Bob did not state is that his suggestion of
R 00,CMD=xx
can only be given in response to message
IEA101A SPECIFY SYSTEM PARAMETERS ....
where .... is the operating system specification.? For
By
Greg Price
·
#34
·
|
Re: Insert mode in x3270
Hi Elias,
WC3270 is the Windows equivalent of X3270.
Vista TN3270 is a Windows program.
You can download the latest version of X3270 here ( http://x3270.bgp.nu/ ) ,
Cheers,
Rob
By
Rob Prins
·
#35
·
|
Re: Insert mode in x3270
Tom Brennan's Vista TN3270 runs under Wine on Linux just fine.
By
Jay Moseley
·
#36
·
|
Re: Insert mode in x3270
Elias, have you tried using the x3270 menu "Options -> Toggle -> Blank Fill" ?
From the x3270 Manual Page ( http://x3270.bgp.nu/x3270-man.html ) :
*Blank Fill* If set, *x3270* behaves in some
By
Peter Jansen
·
#37
·
|
Re: Insert mode in x3270
Elias,
Have you tried the x3270 menu "Options -> Toggles -> Blank fill" ?
From the x3270 Manual Page ( http://x3270.bgp.nu/x3270-man.html ) :
*Blank Fill* If set, *x3270* behaves in some
By
Peter Jansen
·
#38
·
|
Re: Insert mode in x3270
I tried all options, but it didn't work for me. I'll check whether I'm
using the latest version. Thanks for the tips.
Regards,
Elias
[email protected]> wrote:
By
Elias M?rtenson
·
#39
·
|
Re: Commndxx override operator input
On 2019/11/20 12:55, Grog Proce wrote:
> On 2019-11-20 5:04 PM, William Turner wrote:
>> Thanks - Sorry, this is zOS 1.3
> What Bob did not state is that his suggestion of
>
> R 00,CMD=xx
>
> can only
By
William Turner
·
#40
·
|