Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

String in SSFC_BASE64_CODE

Former Member
0 Likes
1,157

Hi,

I need to use SSFC_BASE64_CODE FM. I define variable of type c, but I can define it only up to 65535. I have a large file do decode to base64 (much more than 65KB). When using string I get incorrect variable string. Can I decode my string by parts and concatenate the string (each time 65KB till the end of the file).

Thanks in advance for your help

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
738

Thanks a lot for your answer,

Unfortanatelly I don't heva theese functions, may be because I am on 4.6C?

3 REPLIES 3
Read only

athavanraja
Active Contributor
0 Likes
738

for encoding / decoding using string use FMs

SSFC_BASE64_DECODE

SSFC_BASE64_ENCODE

Regards

Raja

Message was edited by:

Durairaj Athavan Raja

Read only

Former Member
0 Likes
739

Thanks a lot for your answer,

Unfortanatelly I don't heva theese functions, may be because I am on 4.6C?

Read only

0 Likes
738

possible, i have them in WAS6.40

had a look at FM SSFC_BASE64_CODE and the OSTR_INPUT_DATA

is a tables parameter, did you try using a table of type soli

Raja