Author |
Message |
Topic: EBCDIC to UTF-8 |
kolusu
Replies: 3
Views: 103
|
Forum: Utilities Posted: Sun Sep 29, 2024 9:10 pm Subject: EBCDIC to UTF-8 |
psivamadhusudhan,
You need to talk to your system programmer if the conversion service is installed. If you are authorized to issue system commands then you can issue the command D UNI,CONV OR
... |
Topic: EBCDIC to UTF-8 |
kolusu
Replies: 3
Views: 103
|
Forum: Utilities Posted: Sun Sep 29, 2024 9:15 am Subject: EBCDIC to UTF-8 |
psivamadhusudhan,
Sort products do not have the ability to perform character set conversions. However you can use iconv utility to do the conversion. Check this link
https://www.ibm.com/docs/ ... |
Topic: Calling a UDF with multiple parameters in |
kolusu
Replies: 2
Views: 106
|
Forum: Database Posted: Fri Sep 27, 2024 3:03 am Subject: Calling a UDF with multiple parameters in |
misi01,
A bunch of problems.
RETURNS DECIMAL(18)
This will return ONLY 1 item
EXTERNAL NAME 'MSUDF1'
You need to invoke the function as MSUDF1 instead of bi ... |
Topic: Converting hex values to decimal |
kolusu
Replies: 3
Views: 1025
|
Forum: Database Posted: Thu Jul 11, 2024 11:30 am Subject: Converting hex values to decimal |
I didn't forget, but maybe you misunderstood my question?
Misi01,
I did not misunderstand your question. First off you did not mention about replicating the REXX functions as you merely asked ... |
Topic: Converting hex values to decimal |
kolusu
Replies: 3
Views: 1025
|
Forum: Database Posted: Mon Jul 08, 2024 3:21 pm Subject: Converting hex values to decimal |
misi01,
You seem to forget the solutions you got recently. In the previous thread titled "Displaying binary data as "readable" such" I pointed a link. here is that post
... |
Topic: English expression |
kolusu
Replies: 1
Views: 799
|
Forum: Related Non-Technical Topics Posted: Wed Jul 03, 2024 12:50 pm Subject: English expression |
misi01,
Sensitive Data masking or Data privacy masking is what you are looking for. |
Topic: Period missing after END-EXEC in WS |
kolusu
Replies: 1
Views: 773
|
Forum: Application Programming Posted: Fri Jun 28, 2024 4:52 pm Subject: Period missing after END-EXEC in WS |
chuck,
Is it the Precompiler that issued the error message when the period is missing or is it the COBOL compiler that issued the message?
According Db2 12 , Period is OPTIONAL if it is in betw ... |
Topic: Need help in formatting output |
kolusu
Replies: 4
Views: 1630
|
Forum: Utilities Posted: Mon May 27, 2024 6:45 pm Subject: Need help in formatting output |
I lost DFSORT usage to some extent.
shekar123,
Any programming language/utility is like riding a bike. You learn once and never forget. I haven't coded COBOL programs since 2006 as I prima ... |
Topic: Need help in formatting output |
kolusu
Replies: 4
Views: 1630
|
Forum: Utilities Posted: Mon May 27, 2024 9:46 am Subject: Need help in formatting output |
shekar123,
What a waste of time and resources. A simple 10 line report can be generated much faster by hand rather than running 6 passes of data for getting only partial data ... |
Topic: Displaying binary data as "readable" such |
kolusu
Replies: 3
Views: 1223
|
Forum: Database Posted: Thu May 16, 2024 2:52 pm Subject: Displaying binary data as "readable" such |
misi01,
What I would like to do would be to show the EBCDIC characters as ASCII (?), ie, show a 40 as a "space" and the D6 results as the letter O (as in Oscar).
It is not ASCII. X' ... |
Topic: COBOL and SQL IS BINARY DB2 column |
kolusu
Replies: 3
Views: 1242
|
Forum: Application Programming Posted: Wed May 08, 2024 3:08 pm Subject: COBOL and SQL IS BINARY DB2 column |
misi01,
If the db2 column is defined as BInary, and if you are loading a packed decimal number, do you get right values if there is a comparison or arithmetic operation on column ?
You are bett ... |
Topic: Dataset name with a workday. |
kolusu
Replies: 6
Views: 1672
|
Forum: Utilities Posted: Mon Apr 29, 2024 5:06 pm Subject: Dataset name with a workday. |
ramy2016"]
But something is off, let's say I ran it on Friday last time, so my PDS member = //WKLD SET WKDAY=FRI
and today is Monday. As I ran it on Monday, Step1 and Step2 ran, setting WDAY to MON, ... |
Topic: SFTP to list large number of files |
kolusu
Replies: 6
Views: 2291
|
Forum: TSO and ISPF Posted: Sun Apr 28, 2024 8:34 am Subject: SFTP to list large number of files |
jathampy,
1. Yes. You can SFTP to your remote site and then issue the CD to the desired directory and then LS command to list the files.
2. check this link which explains all the options of LS ... |
Topic: SFTP to list large number of files |
kolusu
Replies: 6
Views: 2291
|
Forum: TSO and ISPF Posted: Fri Apr 26, 2024 7:20 pm Subject: SFTP to list large number of files |
jathampy,
Here is an example of getting the directory listing and then you parse the output. I am just showing how the directory listing will be. You can add the parsing logic to generate the SF ... |
Topic: Dataset name with a workday. |
kolusu
Replies: 6
Views: 1672
|
Forum: Utilities Posted: Fri Apr 26, 2024 7:09 pm Subject: Dataset name with a workday. |
Thank you kolusu for the link, I did searched but what I've found had limited options. For ex. I've already done dataset rename using internal reader, but this time it's a large number of files and if ... |
|