Not able to send "@ or #" key to a EHLLAPI Terminal

I am trying to type a word N#12@R into Mainframe . I am connecting using EHLLAPI configuration and not able to type in the # or @ character. It is failing with:

ASD has thrown an exception

Source: Terminal Session

Message: There was an error connecting to terminal. Error code: Error

Exception Type: Exception

System.Exception: There was an error connecting to terminal. Error code: Error
at UiPath.Terminal.Activities.TerminalSession.EndExecute(NativeActivityContext context, IAsyncResult result)
at UiPath.Terminal.Activities.AsyncNativeActivity.BookmarkResumptionCallback(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkCallbackWrapper.Invoke(NativeActivityContext context, Bookmark bookmark, Object value)
at System.Activities.Runtime.BookmarkWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

Can any1 help me with this?

I was thinking if EHLL Encoding is stopping me to type that character - I have set it to default only.

Can you tell me the Code Page Identifier for Characters like @ # $ etc ? I want to use that coding identifier in EHLLAPI to write some data in mainframe

Hi,

I have the same problem - have you found a solution yet?

Cheers

Hi,

I have the same issue - is there any solution for the same?

Thanks

Hello Ronak,

yes, i found the solution: if you’re doing the send keys activity wirte “@@” instead of @

@@=@

brgds

2 Likes

Thank you so much,

It worked for me as well…

No prob.

found this in an ibm emulator programming table:

there’s a table with all the ‘@’ Functions.

cheers

1 Like