¿ªÔÆÌåÓý


DMSIPT143T ADDESSING EXCEPTION OCCURRED AT F2A6FC IN SYSTEM ROUTINE EXEC, RE-IPL CMS

 

Hello,

I'm getting DMSIPT143T on a very simple REXX program.

DMSIPT143T ADDESSING?EXCEPTION OCCURRED AT F2A6FC IN SYSTEM ROUTINE EXEC, RE-IPL CMS.
CP ENTERED; DISABLED WAIT PSW '00020000 40F8B75E'

The REXX program is:

/* */
? ? ?if RxFuncQuery( 'SysLoadFuncs' ) <> 0 then
? ? ? ? ?do
? ? ? ? ? ? call RxFuncAdd 'SysLoadFuncs', 'REXXUTIL', 'SysLoadFuncs'
? ? ? ? ? ? call SysLoadFuncs
? ? ? ? end
a = 0
do forever
? a = a + 1
? say a
? if a//20 = 0 then do
? ? 'cls'
? ? rc = syssleep(1)
? ? end
? end

Bertram Moshier

P.S. Should I open a ticket?? If so, where and against what (REXX or CMS)?


Re: (B)Rexx and Signal

 

No, I just added the symptom to the open issue for SIGNAL processing.?
Bob

On Wed, Jan 4, 2023, 11:25 AM Bertram Moshier <herc370390vm@...> wrote:
Are you opening a ticket for this issue?

On Wed, Jan 4, 2023, 08:17 Bob Bolch <Bob@...> wrote:
It looks like SIGNAL ON ERROR doesn't work correctly either.? It is not being signaled when a CMS command gets a non-zero RC.?
?
======================== TEST EXEC
/* */? ? ? ? ? ? ? ? ? ? ? ??
ADDRESS ''? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ?
SIGNAL ON ERROR? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
'ACCESS 333 Z'? ? ? ? ? ? ? ?
EXIT RC? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
ERROR: SAY 'ERROR SIGNALLED'?
===========================
Currently returns:
test2? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
DMSACC113S 'Z (333) ' NOT ATTACHED?
Ready(00100); T=0.02/0.02 10:03:18?
===========================
Should return:
test2? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
DMSACC113S 'Z (333) ' NOT ATTACHED? ? ?
? ? ?6 *-* 'ACCESS 333 Z'? ? ? ? ? ? ??
? ? ? ?+++ RC(100) +++? ? ? ? ? ? ? ? ?
ERROR signalled? ? ? ? ? ? ? ? ? ? ? ??
Ready(00016); T=0.02/0.02 10:03:05? ? ?
?


Re: (B)Rexx and Signal

 

Are you opening a ticket for this issue?


On Wed, Jan 4, 2023, 08:17 Bob Bolch <Bob@...> wrote:
It looks like SIGNAL ON ERROR doesn't work correctly either.? It is not being signaled when a CMS command gets a non-zero RC.?
?
======================== TEST EXEC
/* */? ? ? ? ? ? ? ? ? ? ? ??
ADDRESS ''? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ?
SIGNAL ON ERROR? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
'ACCESS 333 Z'? ? ? ? ? ? ? ?
EXIT RC? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
ERROR: SAY 'ERROR SIGNALLED'?
===========================
Currently returns:
test2? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
DMSACC113S 'Z (333) ' NOT ATTACHED?
Ready(00100); T=0.02/0.02 10:03:18?
===========================
Should return:
test2? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
DMSACC113S 'Z (333) ' NOT ATTACHED? ? ?
? ? ?6 *-* 'ACCESS 333 Z'? ? ? ? ? ? ??
? ? ? ?+++ RC(100) +++? ? ? ? ? ? ? ? ?
ERROR signalled? ? ? ? ? ? ? ? ? ? ? ??
Ready(00016); T=0.02/0.02 10:03:05? ? ?
?


Re: (B)Rexx and Signal

 

It looks like SIGNAL ON ERROR doesn't work correctly either.? It is not being signaled when a CMS command gets a non-zero RC.?
?
======================== TEST EXEC
/* */? ? ? ? ? ? ? ? ? ? ? ??
ADDRESS ''? ? ? ? ? ? ? ? ? ?
? ? ? ? ? ? ? ? ? ? ? ? ? ?
SIGNAL ON ERROR? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
'ACCESS 333 Z'? ? ? ? ? ? ? ?
EXIT RC? ? ? ? ? ? ? ? ? ? ??
? ? ? ? ? ? ? ? ? ? ? ? ? ? ?
ERROR: SAY 'ERROR SIGNALLED'?
===========================
Currently returns:
test2? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
DMSACC113S 'Z (333) ' NOT ATTACHED?
Ready(00100); T=0.02/0.02 10:03:18?
===========================
Should return:
test2? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ??
DMSACC113S 'Z (333) ' NOT ATTACHED? ? ?
? ? ?6 *-* 'ACCESS 333 Z'? ? ? ? ? ? ??
? ? ? ?+++ RC(100) +++? ? ? ? ? ? ? ? ?
ERROR signalled? ? ? ? ? ? ? ? ? ? ? ??
Ready(00016); T=0.02/0.02 10:03:05? ? ?
?


Re: Address Exception at 022062 in routine EE$D

 

On Mon, Jan 2, 2023 at 09:16 PM, Bertram Moshier wrote:
What is the github URL?


Rene FERLAND, Montrealtoggle quoted message


Re: Address Exception at 022062 in routine EE$D

 

What is the github URL?


On Mon, Jan 2, 2023, 23:14 Ren¨¦ Ferland <ferland.rene@...> wrote:
More info on this topic:
?
1. Edit a file with EE after entering
?
? ?vmsetup cms
? ?vmsetup cp
?
? ?will lead to an address exception.
?
2. Edit a file with EE after entering
?
? ?vmsetup cms
? ?rel i
? ?vmsetup cp
?
? ?will work fine.

Is this enough to enter a new issue on the github? I would say yes.

Cheers,
?
Rene FERLAND, Montreal


Re: Address Exception at 022062 in routine EE$D

 

More info on this topic:
?
1. Edit a file with EE after entering
?
? ?vmsetup cms
? ?vmsetup cp
?
? ?will lead to an address exception.
?
2. Edit a file with EE after entering
?
? ?vmsetup cms
? ?rel i
? ?vmsetup cp
?
? ?will work fine.

Is this enough to enter a new issue on the github? I would say yes.

Cheers,
?
Rene FERLAND, Montreal


Address Exception at 022062 in routine EE$D

 

Hello,

I got an address exception in EE.? I'm wondering if this is enough?to file a report and where to file the report (if this is enough).

Thank you,? Bert.

I was on Maint. First I used VMSETUP?CMS and looked at DMSFRE?ASSEMBLE.? I then changed to CP (VMSETUP?CP) and tried to look at DMKSCH?ASSEMBLE.

Please?see below:

vmsetup cp
'594' REPLACES ' E (593) '
E (594) R/O
'094' REPLACES ' F (093) '
F (094) R/O
'194' REPLACES ' G (193) '
G (194) R/O
'294' REPLACES ' H (393) '
H (294) R/O
'394' REPLACES ' I (190) '
I (394) R/O
Ready; T=0.03/0.09 02:58:51
ee dmksch assemble
DMSITP141T ADDRESSING EXCEPTION OCCURRED AT 022062 IN ROUTINE EE$D.
CMS

CMS
ee dmksch assemble
DMSITP141T ADDRESSING EXCEPTION OCCURRED AT 022062 IN ROUTINE EE$D.
CMS??


Thank you.


Re: (B)Rexx and Signal

 

SIGNAL ON FAILURE?was introduced in the last release of VM/SP (Release 6). In VM, it is
raised when a host command fails. In VM, SIGNAL ON FAILURE will trap all negative return codes from?commands. Before that, the valid operands were:?ERROR, HALT, NOVALUE, NOTREADY or SYNTAX.

When I say "open an issue", I am trying to get a description from the submitter?of a specific?error. When the report is "I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?" There is no indication of what the error symptom is.

Long email chains?wander from topic to topic. They are the worst way to keep track of details about a single topic or problem. Those details, in one place, are what I need to fix bugs or add features, so I require them. Others may have different approaches, and that's fine for them.

Bob Bolch



?


Re: (B)Rexx and Signal

 

SIGNAL ON FAILURE is documented in both z/VM 7.1 and 7.2




Joe

On Mon, Jan 2, 2023 at 4:04 AM Dave Wade <dave.g4ugm@...> wrote:

Bert,

Well the error seems clear, when I code it I get the error:-

?

SIGNAL ON must be followed by one of the keywords ERROR, HALT, NOVALUE, NOTREADY or SYNTAX

?

But I haven¡¯t checked they all work! For example I would expect ¡°signal on failure¡± to trigger a syntax error and it doesn¡¯t.

It does work on SP5 REXX so I¡¯ll investigate but it will not be today¡­

So ¡°FAILURE¡± is not currently supported. I checked on the SP5 system at LCM+L and its not supported there in the ¡°original¡± REXX either.

I checked in a ¡°recent¡± zVM manual (7.1) and its not in there either.

So I don¡¯t think raising a bug report will get it added.

?

Which IO? Well if you want it to work on the LCM+L SP5 then you need EXECIO.

Looks like on latest zVM both work. Its your choice.

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 08:35
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello and thank you for the wonderful reply,

?

As all the other SIGNAL ON work, should / will SIGNAL ON FAILURE work in VM/CE's REXX?

?

Should I open a ticket to get SIGNAL ON FAILURE to work?

?

Does VM/CE support EXECIO or should I be using lineout and linein, as well as charout and charin?

?

Thanks, Bert

?

?

On Mon, Jan 2, 2023, 02:15 Dave Wade <dave.g4ugm@...> wrote:

OK, so REXX is the generic name for the language. It comes in many flavours or implementations. For example on Windows I know of Regina, BREXX and ooRexx.

The ¡°original¡± REXX was written in ASSEMBLER by Mike Cowlishaw because of his frustration with Mainframe scripting languages. It first appeared in public in VM/SP R3 (I believe).

It is part of CMS and copyright and licenced so not available to us. It also relies on CMS commands for several functions., and these commands don¡¯t (or didn¡¯t) exist in ¡°our¡± CMS.

When REXX was standardised by ANSI these commands were not included, and instead new functions were added to the language. These functions were not implemented in VM REXX at that time.

BREXX is a portable implementation of ANSI REXX in ¡°C¡± and so is different to the REXX in CMS.

Over time some of the non-ansi buts have been added back and ¡°WE¡± try and make it as close to the original REXX but some things just don¡¯t work!

?

As for ¡°Signal¡± the documents say ¡°no¡± but it may be out of date. The folks who work on VM/CE are just folks with too much time, not a managed team, so things may not work as expected¡­

¡­ mind you they never did¡­.

?

Dave

p.s. Wiki pages on REXX has more info.

PPS. I always write REXX because CMS works that way. Perhaps it should be Rexx¡­

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 01:34
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello,

?

I thought SIGNAL wasn't supported because of documentation I read (must have been old).? My template (which I just uploaded) does:

?

/*------------------------*\
| ?Enable trap processing ?|
\*------------------------*/
? ?SIGNAL ON ERROR
? ?SIGNAL ON FAILURE
? ?SIGNAL ON HALT
? ?SIGNAL ON NOVALUE
? ?SIGNAL ON SYNTAX??

?

?

I found REXX on VM/CE isn't supporting SIGNAL ON FAILURE

?

Bob suggested opening a ticket in an earlier email (at?).

?

Is VM/CE BREXX supposed to support SIGNAL ON FAILURE?? If yes, then I'll open the ticket.? If not, why and can it someday do it?

?

Finally, what is the difference between REXX and BREXX, if any?

?

Thank you,

?

Bertram Moshier? WB8ERT

?

?

?

?

?

?

?

?

On Sat, Dec 31, 2022 at 5:09 AM Bertram Moshier via <herc370390vm=[email protected]> wrote:

Hello,

?

I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?

?

Thank you,

?

Bertram Moshier


Re: (B)Rexx and Signal

 

Hi,

I am working on the VM/CMS Backup program.? Several people asked I do it in REXX.? I also have a request ot work on both real iron (ESA, I think) and VM/CE (Hercules).

I have for years been using ooRexx (classic not object oriented).? I have been not using EXECIO for a couple of decades.? I don't mind coding for both but would need the ability to test / code with both, too.

Bert.

On Mon, Jan 2, 2023, 04:04 Dave Wade <dave.g4ugm@...> wrote:

Bert,

Well the error seems clear, when I code it I get the error:-

?

SIGNAL ON must be followed by one of the keywords ERROR, HALT, NOVALUE, NOTREADY or SYNTAX

?

But I haven¡¯t checked they all work! For example I would expect ¡°signal on failure¡± to trigger a syntax error and it doesn¡¯t.

It does work on SP5 REXX so I¡¯ll investigate but it will not be today¡­

So ¡°FAILURE¡± is not currently supported. I checked on the SP5 system at LCM+L and its not supported there in the ¡°original¡± REXX either.

I checked in a ¡°recent¡± zVM manual (7.1) and its not in there either.

So I don¡¯t think raising a bug report will get it added.

?

Which IO? Well if you want it to work on the LCM+L SP5 then you need EXECIO.

Looks like on latest zVM both work. Its your choice.

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 08:35
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello and thank you for the wonderful reply,

?

As all the other SIGNAL ON work, should / will SIGNAL ON FAILURE work in VM/CE's REXX?

?

Should I open a ticket to get SIGNAL ON FAILURE to work?

?

Does VM/CE support EXECIO or should I be using lineout and linein, as well as charout and charin?

?

Thanks, Bert

?

?

On Mon, Jan 2, 2023, 02:15 Dave Wade <dave.g4ugm@...> wrote:

OK, so REXX is the generic name for the language. It comes in many flavours or implementations. For example on Windows I know of Regina, BREXX and ooRexx.

The ¡°original¡± REXX was written in ASSEMBLER by Mike Cowlishaw because of his frustration with Mainframe scripting languages. It first appeared in public in VM/SP R3 (I believe).

It is part of CMS and copyright and licenced so not available to us. It also relies on CMS commands for several functions., and these commands don¡¯t (or didn¡¯t) exist in ¡°our¡± CMS.

When REXX was standardised by ANSI these commands were not included, and instead new functions were added to the language. These functions were not implemented in VM REXX at that time.

BREXX is a portable implementation of ANSI REXX in ¡°C¡± and so is different to the REXX in CMS.

Over time some of the non-ansi buts have been added back and ¡°WE¡± try and make it as close to the original REXX but some things just don¡¯t work!

?

As for ¡°Signal¡± the documents say ¡°no¡± but it may be out of date. The folks who work on VM/CE are just folks with too much time, not a managed team, so things may not work as expected¡­

¡­ mind you they never did¡­.

?

Dave

p.s. Wiki pages on REXX has more info.

PPS. I always write REXX because CMS works that way. Perhaps it should be Rexx¡­

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 01:34
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello,

?

I thought SIGNAL wasn't supported because of documentation I read (must have been old).? My template (which I just uploaded) does:

?

/*------------------------*\
| ?Enable trap processing ?|
\*------------------------*/
? ?SIGNAL ON ERROR
? ?SIGNAL ON FAILURE
? ?SIGNAL ON HALT
? ?SIGNAL ON NOVALUE
? ?SIGNAL ON SYNTAX??

?

?

I found REXX on VM/CE isn't supporting SIGNAL ON FAILURE

?

Bob suggested opening a ticket in an earlier email (at?).

?

Is VM/CE BREXX supposed to support SIGNAL ON FAILURE?? If yes, then I'll open the ticket.? If not, why and can it someday do it?

?

Finally, what is the difference between REXX and BREXX, if any?

?

Thank you,

?

Bertram Moshier? WB8ERT

?

?

?

?

?

?

?

?

On Sat, Dec 31, 2022 at 5:09 AM Bertram Moshier via <herc370390vm=[email protected]> wrote:

Hello,

?

I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?

?

Thank you,

?

Bertram Moshier


Re: (B)Rexx and Signal

 

¿ªÔÆÌåÓý

Bert,

Well the error seems clear, when I code it I get the error:-

?

SIGNAL ON must be followed by one of the keywords ERROR, HALT, NOVALUE, NOTREADY or SYNTAX

?

But I haven¡¯t checked they all work! For example I would expect ¡°signal on failure¡± to trigger a syntax error and it doesn¡¯t.

It does work on SP5 REXX so I¡¯ll investigate but it will not be today¡­

So ¡°FAILURE¡± is not currently supported. I checked on the SP5 system at LCM+L and its not supported there in the ¡°original¡± REXX either.

I checked in a ¡°recent¡± zVM manual (7.1) and its not in there either.

So I don¡¯t think raising a bug report will get it added.

?

Which IO? Well if you want it to work on the LCM+L SP5 then you need EXECIO.

Looks like on latest zVM both work. Its your choice.

?

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 08:35
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello and thank you for the wonderful reply,

?

As all the other SIGNAL ON work, should / will SIGNAL ON FAILURE work in VM/CE's REXX?

?

Should I open a ticket to get SIGNAL ON FAILURE to work?

?

Does VM/CE support EXECIO or should I be using lineout and linein, as well as charout and charin?

?

Thanks, Bert

?

?

On Mon, Jan 2, 2023, 02:15 Dave Wade <dave.g4ugm@...> wrote:

OK, so REXX is the generic name for the language. It comes in many flavours or implementations. For example on Windows I know of Regina, BREXX and ooRexx.

The ¡°original¡± REXX was written in ASSEMBLER by Mike Cowlishaw because of his frustration with Mainframe scripting languages. It first appeared in public in VM/SP R3 (I believe).

It is part of CMS and copyright and licenced so not available to us. It also relies on CMS commands for several functions., and these commands don¡¯t (or didn¡¯t) exist in ¡°our¡± CMS.

When REXX was standardised by ANSI these commands were not included, and instead new functions were added to the language. These functions were not implemented in VM REXX at that time.

BREXX is a portable implementation of ANSI REXX in ¡°C¡± and so is different to the REXX in CMS.

Over time some of the non-ansi buts have been added back and ¡°WE¡± try and make it as close to the original REXX but some things just don¡¯t work!

?

As for ¡°Signal¡± the documents say ¡°no¡± but it may be out of date. The folks who work on VM/CE are just folks with too much time, not a managed team, so things may not work as expected¡­

¡­ mind you they never did¡­.

?

Dave

p.s. Wiki pages on REXX has more info.

PPS. I always write REXX because CMS works that way. Perhaps it should be Rexx¡­

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 01:34
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello,

?

I thought SIGNAL wasn't supported because of documentation I read (must have been old).? My template (which I just uploaded) does:

?

/*------------------------*\
| ?Enable trap processing ?|
\*------------------------*/
? ?SIGNAL ON ERROR
? ?SIGNAL ON FAILURE
? ?SIGNAL ON HALT
? ?SIGNAL ON NOVALUE
? ?SIGNAL ON SYNTAX??

?

?

I found REXX on VM/CE isn't supporting SIGNAL ON FAILURE

?

Bob suggested opening a ticket in an earlier email (at?).

?

Is VM/CE BREXX supposed to support SIGNAL ON FAILURE?? If yes, then I'll open the ticket.? If not, why and can it someday do it?

?

Finally, what is the difference between REXX and BREXX, if any?

?

Thank you,

?

Bertram Moshier? WB8ERT

?

?

?

?

?

?

?

?

On Sat, Dec 31, 2022 at 5:09 AM Bertram Moshier via <herc370390vm=[email protected]> wrote:

Hello,

?

I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?

?

Thank you,

?

Bertram Moshier


Re: (B)Rexx and Signal

 

Hello and thank you for the wonderful reply,

As all the other SIGNAL ON work, should / will SIGNAL ON FAILURE work in VM/CE's REXX?

Should I open a ticket to get SIGNAL ON FAILURE to work?

Does VM/CE support EXECIO or should I be using lineout and linein, as well as charout and charin?

Thanks, Bert



On Mon, Jan 2, 2023, 02:15 Dave Wade <dave.g4ugm@...> wrote:

OK, so REXX is the generic name for the language. It comes in many flavours or implementations. For example on Windows I know of Regina, BREXX and ooRexx.

The ¡°original¡± REXX was written in ASSEMBLER by Mike Cowlishaw because of his frustration with Mainframe scripting languages. It first appeared in public in VM/SP R3 (I believe).

It is part of CMS and copyright and licenced so not available to us. It also relies on CMS commands for several functions., and these commands don¡¯t (or didn¡¯t) exist in ¡°our¡± CMS.

When REXX was standardised by ANSI these commands were not included, and instead new functions were added to the language. These functions were not implemented in VM REXX at that time.

BREXX is a portable implementation of ANSI REXX in ¡°C¡± and so is different to the REXX in CMS.

Over time some of the non-ansi buts have been added back and ¡°WE¡± try and make it as close to the original REXX but some things just don¡¯t work!

?

As for ¡°Signal¡± the documents say ¡°no¡± but it may be out of date. The folks who work on VM/CE are just folks with too much time, not a managed team, so things may not work as expected¡­

¡­ mind you they never did¡­.

?

Dave

p.s. Wiki pages on REXX has more info.

PPS. I always write REXX because CMS works that way. Perhaps it should be Rexx¡­

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 01:34
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello,

?

I thought SIGNAL wasn't supported because of documentation I read (must have been old).? My template (which I just uploaded) does:

?

/*------------------------*\
| ?Enable trap processing ?|
\*------------------------*/
? ?SIGNAL ON ERROR
? ?SIGNAL ON FAILURE
? ?SIGNAL ON HALT
? ?SIGNAL ON NOVALUE
? ?SIGNAL ON SYNTAX??

?

?

I found REXX on VM/CE isn't supporting SIGNAL ON FAILURE

?

Bob suggested opening a ticket in an earlier email (at?).

?

Is VM/CE BREXX supposed to support SIGNAL ON FAILURE?? If yes, then I'll open the ticket.? If not, why and can it someday do it?

?

Finally, what is the difference between REXX and BREXX, if any?

?

Thank you,

?

Bertram Moshier? WB8ERT

?

?

?

?

?

?

?

?

On Sat, Dec 31, 2022 at 5:09 AM Bertram Moshier via <herc370390vm=[email protected]> wrote:

Hello,

?

I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?

?

Thank you,

?

Bertram Moshier


Re: (B)Rexx and Signal

 

¿ªÔÆÌåÓý

OK, so REXX is the generic name for the language. It comes in many flavours or implementations. For example on Windows I know of Regina, BREXX and ooRexx.

The ¡°original¡± REXX was written in ASSEMBLER by Mike Cowlishaw because of his frustration with Mainframe scripting languages. It first appeared in public in VM/SP R3 (I believe).

It is part of CMS and copyright and licenced so not available to us. It also relies on CMS commands for several functions., and these commands don¡¯t (or didn¡¯t) exist in ¡°our¡± CMS.

When REXX was standardised by ANSI these commands were not included, and instead new functions were added to the language. These functions were not implemented in VM REXX at that time.

BREXX is a portable implementation of ANSI REXX in ¡°C¡± and so is different to the REXX in CMS.

Over time some of the non-ansi buts have been added back and ¡°WE¡± try and make it as close to the original REXX but some things just don¡¯t work!

?

As for ¡°Signal¡± the documents say ¡°no¡± but it may be out of date. The folks who work on VM/CE are just folks with too much time, not a managed team, so things may not work as expected¡­

¡­ mind you they never did¡­.

?

Dave

p.s. Wiki pages on REXX has more info.

PPS. I always write REXX because CMS works that way. Perhaps it should be Rexx¡­

?

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 02 January 2023 01:34
To: [email protected]
Subject: Re: [h390-vm] (B)Rexx and Signal

?

Hello,

?

I thought SIGNAL wasn't supported because of documentation I read (must have been old).? My template (which I just uploaded) does:

?

/*------------------------*\
| ?Enable trap processing ?|
\*------------------------*/
? ?SIGNAL ON ERROR
? ?SIGNAL ON FAILURE
? ?SIGNAL ON HALT
? ?SIGNAL ON NOVALUE
? ?SIGNAL ON SYNTAX??

?

?

I found REXX on VM/CE isn't supporting SIGNAL ON FAILURE

?

Bob suggested opening a ticket in an earlier email (at?).

?

Is VM/CE BREXX supposed to support SIGNAL ON FAILURE?? If yes, then I'll open the ticket.? If not, why and can it someday do it?

?

Finally, what is the difference between REXX and BREXX, if any?

?

Thank you,

?

Bertram Moshier? WB8ERT

?

?

?

?

?

?

?

?

On Sat, Dec 31, 2022 at 5:09 AM Bertram Moshier via <herc370390vm=[email protected]> wrote:

Hello,

?

I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?

?

Thank you,

?

Bertram Moshier


Re: Two WC3270 questions.

 

¿ªÔÆÌåÓý

CMS files must have a filetype. ¡°1¡± does not have a filetype

Dave

?

From: [email protected] <[email protected]> On Behalf Of Bertram Moshier
Sent: 01 January 2023 23:45
To: [email protected]
Subject: Re: [h390-vm] Two WC3270 questions.

?

Hi,

?

I am sending to the host (CMS).

?

On Sun, Jan 1, 2023, 17:19 Joe Monk <joemonk64@...> wrote:

On CMS, doesnt a TRANS34 mean the CMS file doesnt?exist??

?

Joe

?

On Sun, Jan 1, 2023 at 4:03 PM Bertram Moshier <BertramMoshier@...> wrote:

Hello,

I'm getting TRANS34 - Error accessing file (RC = 20): file transfer canceled.

I tried several different Windows files.? Examples are:? D:\Users\Bertr\Programming\template.exec? and C:\1.2

I also tried with administration mode turned on for the WC3270 session.

On Windows the file is:

?Directory of D:\Users\Bertr\Programming

?

01/01/2023? 15:55? ? ? ? ? ? 57,175 1.2

? ? ? ? ? ? ? ?1 File(s)? ? ? ? ?57,175 bytes

? ? ? ? ? ? ? ?0 Dir(s)? 9,234,605,932,544 bytes free

It is the REXX template file I use for various operating systems.? Presently it supports DOS, Win95, WinNT (Win 7 - 11), and OS/2.


This is a copy of one of the several attempts:

[wc3270]

?

?

Press <Enter> to resume session.

wc3270>transfer

?

File Transfer

?

Type 'quit' at any prompt to abort this dialog.

?

Note: In order to initiate a file transfer, the 3270 cursor must be

positioned on an input field that can accept the IND$FILE command, e.g.,

at the VM/CMS or TSO command prompt.

?

Continue? (y/n) [y]

?

?'send' means copy a file from this workstation to the host.

?'receive' means copy a file from the host to this workstation.

Direction: (send/receive) [send]

?

Name of source file on this workstation: [D:\Users\Bertr\Programming\template.exec] C:\1.2

Name of destination file on the host: [template] 1

?

Host type: (tso/vm/cics) [vm] vm

?

?An 'ascii' transfer does automatic translation between EBCDIC on the host and

?ASCII on the workstation.

?A 'binary' transfer does no data translation.

Transfer mode: (ascii/binary) [ascii]

?

?For ASCII transfers, carriage return (CR) characters can be handled specially.

?'remove' means that CRs will be removed during the transfer.

?'keep' means that no special action is taken with CRs.

CR handling: (remove/keep) [remove]

?

?For ASCII transfers, wc3270 can either remap the text to ensure as accurate a

?translation between the Windows code page and EBCDIC code page 37+ as

?possible, or it can transfer text as-is and leave all translation to the

?IND$FILE program on the host.

?'yes' means that text will be translated.

?'no' means that text will be transferred as-is.

Re-map character set? (yes/no) [yes]

Windows code page for re-mapping: [1252]

?

[optional] Destination file record format:

?(default/fixed/variable/undefined) [variable]

?

[optional] Destination file logical record length: [135]

?

DFT buffer size: [4096]

?

File Transfer Summary:

?Source file on workstation: C:\1.2

?Destination file on Host: 1

?Host type: VM/CMS

?Transfer mode: ASCII, remove CRs, remap text, Windows code page 1252

?Destination file:

? Record format: variable

? Logical record length: 135

?DFT buffer size: 4096

?

Continue? (y/n) [y]

Press ^C to abort

TRANS34 - Error accessing file (RC = 20): file transfer canceled

Press <Enter> to resume session.

wc3270>


Re: Two WC3270 questions.

 

"I?have been doing a send all along.? Please review my first email."

When you invoke SEND on the PC, it invokes RECEIVE on the host.

When you invoke SEND on the host, it invokes RECEIVE on the PC.

Joe

On Sun, Jan 1, 2023 at 7:28 PM Bertram Moshier <herc370390vm@...> wrote:
Hello,

I have been doing a send all along.? Please review my first email.

After reviewing successful transfers, I realized there were things I was doing that the successful ones weren't.? This time I decided to accept all the defaults and the transfer worked!

Thank you for the help!

Bert.

On Sun, Jan 1, 2023 at 7:06 PM Joe Monk <joemonk64@...> wrote:
Right, which means youre doing a RECEIVE on the host!

Joe

On Sun, Jan 1, 2023 at 5:45 PM Bertram Moshier <herc370390vm@...> wrote:
Hi,

I am sending to the host (CMS).

On Sun, Jan 1, 2023, 17:19 Joe Monk <joemonk64@...> wrote:
On CMS, doesnt a TRANS34 mean the CMS file doesnt?exist??

Joe

On Sun, Jan 1, 2023 at 4:03 PM Bertram Moshier <BertramMoshier@...> wrote:
Hello,

I'm getting TRANS34 - Error accessing file (RC = 20): file transfer canceled.

I tried several different Windows files.? Examples are:? D:\Users\Bertr\Programming\template.exec? and C:\1.2

I also tried with administration mode turned on for the WC3270 session.

On Windows the file is:

?Directory of D:\Users\Bertr\Programming
?
01/01/2023? 15:55? ? ? ? ? ? 57,175 1.2
? ? ? ? ? ? ? ?1 File(s)? ? ? ? ?57,175 bytes
? ? ? ? ? ? ? ?0 Dir(s)? 9,234,605,932,544 bytes free

It is the REXX template file I use for various operating systems.? Presently it supports DOS, Win95, WinNT (Win 7 - 11), and OS/2.


This is a copy of one of the several attempts:

[wc3270]
?
?
Press <Enter> to resume session.
wc3270>transfer
?
File Transfer
?
Type 'quit' at any prompt to abort this dialog.
?
Note: In order to initiate a file transfer, the 3270 cursor must be
positioned on an input field that can accept the IND$FILE command, e.g.,
at the VM/CMS or TSO command prompt.
?
Continue? (y/n) [y]
?
?'send' means copy a file from this workstation to the host.
?'receive' means copy a file from the host to this workstation.
Direction: (send/receive) [send]
?
Name of source file on this workstation: [D:\Users\Bertr\Programming\template.exec] C:\1.2
Name of destination file on the host: [template] 1
?
Host type: (tso/vm/cics) [vm] vm
?
?An 'ascii' transfer does automatic translation between EBCDIC on the host and
?ASCII on the workstation.
?A 'binary' transfer does no data translation.
Transfer mode: (ascii/binary) [ascii]
?
?For ASCII transfers, carriage return (CR) characters can be handled specially.
?'remove' means that CRs will be removed during the transfer.
?'keep' means that no special action is taken with CRs.
CR handling: (remove/keep) [remove]
?
?For ASCII transfers, wc3270 can either remap the text to ensure as accurate a
?translation between the Windows code page and EBCDIC code page 37+ as
?possible, or it can transfer text as-is and leave all translation to the
?IND$FILE program on the host.
?'yes' means that text will be translated.
?'no' means that text will be transferred as-is.
Re-map character set? (yes/no) [yes]
Windows code page for re-mapping: [1252]
?
[optional] Destination file record format:
?(default/fixed/variable/undefined) [variable]
?
[optional] Destination file logical record length: [135]
?
DFT buffer size: [4096]
?
File Transfer Summary:
?Source file on workstation: C:\1.2
?Destination file on Host: 1
?Host type: VM/CMS
?Transfer mode: ASCII, remove CRs, remap text, Windows code page 1252
?Destination file:
? Record format: variable
? Logical record length: 135
?DFT buffer size: 4096
?
Continue? (y/n) [y]
Press ^C to abort
TRANS34 - Error accessing file (RC = 20): file transfer canceled
Press <Enter> to resume session.
wc3270>


Re: (B)Rexx and Signal

 

Hello,

I thought SIGNAL wasn't supported because of documentation I read (must have been old).? My template (which I just uploaded) does:

/*------------------------*\
| ?Enable trap processing ?|
\*------------------------*/
? ?SIGNAL ON ERROR
? ?SIGNAL ON FAILURE
? ?SIGNAL ON HALT
? ?SIGNAL ON NOVALUE
? ?SIGNAL ON SYNTAX??


I found REXX on VM/CE isn't supporting SIGNAL ON FAILURE

Bob suggested opening a ticket in an earlier email (at?).

Is VM/CE BREXX supposed to support SIGNAL ON FAILURE?? If yes, then I'll open the ticket.? If not, why and can it someday do it?

Finally, what is the difference between REXX and BREXX, if any?

Thank you,

Bertram Moshier? WB8ERT



?




On Sat, Dec 31, 2022 at 5:09 AM Bertram Moshier via <herc370390vm=[email protected]> wrote:
Hello,

I use the Signal instruction in rexx and am wondering when BRexx will support them on VM/CE?

Thank you,

Bertram Moshier


Re: Two WC3270 questions.

 

Hello,

I have been doing a send all along.? Please review my first email.

After reviewing successful transfers, I realized there were things I was doing that the successful ones weren't.? This time I decided to accept all the defaults and the transfer worked!

Thank you for the help!

Bert.

On Sun, Jan 1, 2023 at 7:06 PM Joe Monk <joemonk64@...> wrote:
Right, which means youre doing a RECEIVE on the host!

Joe

On Sun, Jan 1, 2023 at 5:45 PM Bertram Moshier <herc370390vm@...> wrote:
Hi,

I am sending to the host (CMS).

On Sun, Jan 1, 2023, 17:19 Joe Monk <joemonk64@...> wrote:
On CMS, doesnt a TRANS34 mean the CMS file doesnt?exist??

Joe

On Sun, Jan 1, 2023 at 4:03 PM Bertram Moshier <BertramMoshier@...> wrote:
Hello,

I'm getting TRANS34 - Error accessing file (RC = 20): file transfer canceled.

I tried several different Windows files.? Examples are:? D:\Users\Bertr\Programming\template.exec? and C:\1.2

I also tried with administration mode turned on for the WC3270 session.

On Windows the file is:

?Directory of D:\Users\Bertr\Programming
?
01/01/2023? 15:55? ? ? ? ? ? 57,175 1.2
? ? ? ? ? ? ? ?1 File(s)? ? ? ? ?57,175 bytes
? ? ? ? ? ? ? ?0 Dir(s)? 9,234,605,932,544 bytes free

It is the REXX template file I use for various operating systems.? Presently it supports DOS, Win95, WinNT (Win 7 - 11), and OS/2.


This is a copy of one of the several attempts:

[wc3270]
?
?
Press <Enter> to resume session.
wc3270>transfer
?
File Transfer
?
Type 'quit' at any prompt to abort this dialog.
?
Note: In order to initiate a file transfer, the 3270 cursor must be
positioned on an input field that can accept the IND$FILE command, e.g.,
at the VM/CMS or TSO command prompt.
?
Continue? (y/n) [y]
?
?'send' means copy a file from this workstation to the host.
?'receive' means copy a file from the host to this workstation.
Direction: (send/receive) [send]
?
Name of source file on this workstation: [D:\Users\Bertr\Programming\template.exec] C:\1.2
Name of destination file on the host: [template] 1
?
Host type: (tso/vm/cics) [vm] vm
?
?An 'ascii' transfer does automatic translation between EBCDIC on the host and
?ASCII on the workstation.
?A 'binary' transfer does no data translation.
Transfer mode: (ascii/binary) [ascii]
?
?For ASCII transfers, carriage return (CR) characters can be handled specially.
?'remove' means that CRs will be removed during the transfer.
?'keep' means that no special action is taken with CRs.
CR handling: (remove/keep) [remove]
?
?For ASCII transfers, wc3270 can either remap the text to ensure as accurate a
?translation between the Windows code page and EBCDIC code page 37+ as
?possible, or it can transfer text as-is and leave all translation to the
?IND$FILE program on the host.
?'yes' means that text will be translated.
?'no' means that text will be transferred as-is.
Re-map character set? (yes/no) [yes]
Windows code page for re-mapping: [1252]
?
[optional] Destination file record format:
?(default/fixed/variable/undefined) [variable]
?
[optional] Destination file logical record length: [135]
?
DFT buffer size: [4096]
?
File Transfer Summary:
?Source file on workstation: C:\1.2
?Destination file on Host: 1
?Host type: VM/CMS
?Transfer mode: ASCII, remove CRs, remap text, Windows code page 1252
?Destination file:
? Record format: variable
? Logical record length: 135
?DFT buffer size: 4096
?
Continue? (y/n) [y]
Press ^C to abort
TRANS34 - Error accessing file (RC = 20): file transfer canceled
Press <Enter> to resume session.
wc3270>


Re: Two WC3270 questions.

 

Right, which means youre doing a RECEIVE on the host!

Joe

On Sun, Jan 1, 2023 at 5:45 PM Bertram Moshier <herc370390vm@...> wrote:
Hi,

I am sending to the host (CMS).

On Sun, Jan 1, 2023, 17:19 Joe Monk <joemonk64@...> wrote:
On CMS, doesnt a TRANS34 mean the CMS file doesnt?exist??

Joe

On Sun, Jan 1, 2023 at 4:03 PM Bertram Moshier <BertramMoshier@...> wrote:
Hello,

I'm getting TRANS34 - Error accessing file (RC = 20): file transfer canceled.

I tried several different Windows files.? Examples are:? D:\Users\Bertr\Programming\template.exec? and C:\1.2

I also tried with administration mode turned on for the WC3270 session.

On Windows the file is:

?Directory of D:\Users\Bertr\Programming
?
01/01/2023? 15:55? ? ? ? ? ? 57,175 1.2
? ? ? ? ? ? ? ?1 File(s)? ? ? ? ?57,175 bytes
? ? ? ? ? ? ? ?0 Dir(s)? 9,234,605,932,544 bytes free

It is the REXX template file I use for various operating systems.? Presently it supports DOS, Win95, WinNT (Win 7 - 11), and OS/2.


This is a copy of one of the several attempts:

[wc3270]
?
?
Press <Enter> to resume session.
wc3270>transfer
?
File Transfer
?
Type 'quit' at any prompt to abort this dialog.
?
Note: In order to initiate a file transfer, the 3270 cursor must be
positioned on an input field that can accept the IND$FILE command, e.g.,
at the VM/CMS or TSO command prompt.
?
Continue? (y/n) [y]
?
?'send' means copy a file from this workstation to the host.
?'receive' means copy a file from the host to this workstation.
Direction: (send/receive) [send]
?
Name of source file on this workstation: [D:\Users\Bertr\Programming\template.exec] C:\1.2
Name of destination file on the host: [template] 1
?
Host type: (tso/vm/cics) [vm] vm
?
?An 'ascii' transfer does automatic translation between EBCDIC on the host and
?ASCII on the workstation.
?A 'binary' transfer does no data translation.
Transfer mode: (ascii/binary) [ascii]
?
?For ASCII transfers, carriage return (CR) characters can be handled specially.
?'remove' means that CRs will be removed during the transfer.
?'keep' means that no special action is taken with CRs.
CR handling: (remove/keep) [remove]
?
?For ASCII transfers, wc3270 can either remap the text to ensure as accurate a
?translation between the Windows code page and EBCDIC code page 37+ as
?possible, or it can transfer text as-is and leave all translation to the
?IND$FILE program on the host.
?'yes' means that text will be translated.
?'no' means that text will be transferred as-is.
Re-map character set? (yes/no) [yes]
Windows code page for re-mapping: [1252]
?
[optional] Destination file record format:
?(default/fixed/variable/undefined) [variable]
?
[optional] Destination file logical record length: [135]
?
DFT buffer size: [4096]
?
File Transfer Summary:
?Source file on workstation: C:\1.2
?Destination file on Host: 1
?Host type: VM/CMS
?Transfer mode: ASCII, remove CRs, remap text, Windows code page 1252
?Destination file:
? Record format: variable
? Logical record length: 135
?DFT buffer size: 4096
?
Continue? (y/n) [y]
Press ^C to abort
TRANS34 - Error accessing file (RC = 20): file transfer canceled
Press <Enter> to resume session.
wc3270>


Re: Two WC3270 questions.

 

Bertram,

I just tried:-

[wc3270]



File Transfer

Type 'quit' at any prompt to abort this dialog.

Note: In order to initiate a file transfer, the 3270 cursor must be
positioned on an input field that can accept the IND$FILE command, e.g.,
at the VM/CMS or TSO command prompt.

Continue? (y/n) [y]

'send' means copy a file from this workstation to the host.
'receive' means copy a file from the host to this workstation.
Direction: (send/receive) [receive] send

Name of source file on this workstation: c:\users\xx xxxxxx\desktop\readme.1st
Name of destination file on the host: x test a

Host type: (tso/vm/cics) [tso] vm

An 'ascii' transfer does automatic translation between EBCDIC on the host and
ASCII on the workstation.
A 'binary' transfer does no data translation.
Transfer mode: (ascii/binary) [ascii]

For ASCII transfers, carriage return (CR) characters can be handled specially.
'remove' means that CRs will be removed during the transfer.
'keep' means that no special action is taken with CRs.
CR handling: (remove/keep) [remove]

For ASCII transfers, wc3270 can either remap the text to ensure as accurate a
translation between the Windows code page and EBCDIC code page 37+ as
possible, or it can transfer text as-is and leave all translation to the
IND$FILE program on the host.
'yes' means that text will be translated.
'no' means that text will be transferred as-is.
Re-map character set? (yes/no) [yes]
Windows code page for re-mapping: [1252]

[optional] Destination file record format:
(default/fixed/variable/undefined) [default]

[optional] Destination file logical record length:

Direction: (send/receive) [receive] send

Name of source file on this workstation: c:\users\xx xxxxxx\desktop\readme.1st
Name of destination file on the host: x test a

Host type: (tso/vm/cics) [tso] vm

An 'ascii' transfer does automatic translation between EBCDIC on the host and
ASCII on the workstation.
A 'binary' transfer does no data translation.
Transfer mode: (ascii/binary) [ascii]

For ASCII transfers, carriage return (CR) characters can be handled specially.
'remove' means that CRs will be removed during the transfer.
'keep' means that no special action is taken with CRs.
CR handling: (remove/keep) [remove]

For ASCII transfers, wc3270 can either remap the text to ensure as accurate a
translation between the Windows code page and EBCDIC code page 37+ as
possible, or it can transfer text as-is and leave all translation to the
IND$FILE program on the host.
'yes' means that text will be translated.
'no' means that text will be transferred as-is.
Re-map character set? (yes/no) [yes]
Windows code page for re-mapping: [1252]

[optional] Destination file record format:
(default/fixed/variable/undefined) [default]

[optional] Destination file logical record length:

DFT buffer size: [4096]

File Transfer Summary:
Source file on workstation: c:\users\xx xxxxxx\desktop\readme.1st
Destination file on Host: x test a
Host type: VM/CMS
Transfer mode: ASCII, remove CRs, remap text, Windows code page 1252
DFT buffer size: 4096

Continue? (y/n) [y]
Press ^C to abort
Transfer complete, 137325 bytes transferred
72.3 Kbytes/sec in CUT mode
Press <Enter> to resume session.
wc3270>



Works fine.

Chris
--
<cjar1950@...>



----------------------------------------------------------------------------------------------------------------------------------
On Sun, 1 Jan 2023 18:34:10 -0600
"Bertram Moshier" <herc370390vm@...> wrote:
I am asked a filename, yes. I tried first

Template exec a

Later on I tried just

1

Bert

On Sun, Jan 1, 2023, 18:21 cjar1950 via groups.io <cjar1950=
[email protected]> wrote:

Bertram,

Do you have to specify a valid CMS filename (eg test text a)?.

Chris
--
<cjar1950@...>




----------------------------------------------------------------------------------------------------------------------------------
On Sun, 1 Jan 2023 17:45:07 -0600
"Bertram Moshier" <herc370390vm@...> wrote:
Hi,

I am sending to the host (CMS).

On Sun, Jan 1, 2023, 17:19 Joe Monk <joemonk64@...> wrote:

On CMS, doesnt a TRANS34 mean the CMS file doesnt exist?

Joe

On Sun, Jan 1, 2023 at 4:03 PM Bertram Moshier <
BertramMoshier@...>
wrote:

Hello,

I'm getting TRANS34 - Error accessing file (RC = 20): file transfer
canceled.

I tried several different Windows files. Examples are:
D:\Users\Bertr\Programming\template.exec and C:\1.2

I also tried with administration mode turned on for the WC3270
session.

On Windows the file is:

Directory of D:\Users\Bertr\Programming

01/01/2023 15:55 57,175 1.2
1 File(s) 57,175 bytes
0 Dir(s) 9,234,605,932,544 bytes free

It is the REXX template file I use for various operating systems.
Presently it supports DOS, Win95, WinNT (Win 7 - 11), and OS/2.


This is a copy of one of the several attempts:

[wc3270]


Press <Enter> to resume session.
wc3270>transfer

File Transfer

Type 'quit' at any prompt to abort this dialog.

Note: In order to initiate a file transfer, the 3270 cursor must be
positioned on an input field that can accept the IND$FILE command,
e.g.,
at the VM/CMS or TSO command prompt.

Continue? (y/n) [y]

'send' means copy a file from this workstation to the host.
'receive' means copy a file from the host to this workstation.
Direction: (send/receive) [send]

Name of source file on this workstation:
[D:\Users\Bertr\Programming\template.exec] C:\1.2
Name of destination file on the host: [template] 1

Host type: (tso/vm/cics) [vm] vm

An 'ascii' transfer does automatic translation between EBCDIC on the
host and
ASCII on the workstation.
A 'binary' transfer does no data translation.
Transfer mode: (ascii/binary) [ascii]

For ASCII transfers, carriage return (CR) characters can be handled
specially.
'remove' means that CRs will be removed during the transfer.
'keep' means that no special action is taken with CRs.
CR handling: (remove/keep) [remove]

For ASCII transfers, wc3270 can either remap the text to ensure as
accurate a
translation between the Windows code page and EBCDIC code page 37+ as
possible, or it can transfer text as-is and leave all translation to
the
IND$FILE program on the host.
'yes' means that text will be translated.
'no' means that text will be transferred as-is.
Re-map character set? (yes/no) [yes]
Windows code page for re-mapping: [1252]

[optional] Destination file record format:
(default/fixed/variable/undefined) [variable]

[optional] Destination file logical record length: [135]

DFT buffer size: [4096]

File Transfer Summary:
Source file on workstation: C:\1.2
Destination file on Host: 1
Host type: VM/CMS
Transfer mode: ASCII, remove CRs, remap text, Windows code page 1252
Destination file:
Record format: variable
Logical record length: 135
DFT buffer size: 4096

Continue? (y/n) [y]
Press ^C to abort
TRANS34 - Error accessing file (RC = 20): file transfer canceled
Press <Enter> to resume session.
wc3270>