Author |
Message |
Topic: EZT - Without using IF MATCHED condition |
cyber_snake
Replies: 6
Views: 5724
|
Forum: Application Programming Posted: Thu Jun 17, 2010 5:46 am Subject: EZT - Without using IF MATCHED condition |
please disregard my post.... I already know what happen... The keys in my matching record is interchanged... =) |
Topic: EZT - Without using IF MATCHED condition |
cyber_snake
Replies: 6
Views: 5724
|
Forum: Application Programming Posted: Thu Jun 17, 2010 5:39 am Subject: EZT - Without using IF MATCHED condition |
I have similar issues...
example:
input 1:
abcd
abcd
abcd
abcd
hijk
hijk
input 2:
abcd 123
defg 456
hijk 789
expected output:
abcd 123
abcd 123
abcd 123
abcd 123
hijk 789
... |
Topic: EBCDIC to HEXA in an output file |
cyber_snake
Replies: 12
Views: 6866
|
Forum: Job Control Language(JCL) Posted: Sun Feb 24, 2008 10:18 pm Subject: EBCDIC to HEXA in an output file |
Hi Kolosu,
I tried it... Thank you very much... I never thought it was simpler than this...
Thanks... again...  |
Topic: EBCDIC to HEXA in an output file |
cyber_snake
Replies: 12
Views: 6866
|
Forum: Job Control Language(JCL) Posted: Thu Feb 21, 2008 1:16 pm Subject: EBCDIC to HEXA in an output file |
Hi Nic, thanks for the reply, I know when you download the file in our PC it will convert it to ASCII, I only want to produce the HEX value of an account into a different column in a spreadsheet(besid ... |
Topic: EBCDIC to HEXA in an output file |
cyber_snake
Replies: 12
Views: 6866
|
Forum: Job Control Language(JCL) Posted: Wed Feb 20, 2008 8:23 pm Subject: EBCDIC to HEXA in an output file |
Yes I know, but i want to save the hex value representation into an output file, can I do that using other utilities or worst I create a conversion program?
Because if I download the file in EBCDI ... |
Topic: EBCDIC to HEXA in an output file |
cyber_snake
Replies: 12
Views: 6866
|
Forum: Job Control Language(JCL) Posted: Wed Feb 20, 2008 3:06 am Subject: Re: EBCDIC to HEXA in an output file |
---rearrange the example data-------
Example (using HEX ON)
YB1233TS.0 <--- 1st record
0ECFFFFEE4F00
382123332B001
--------------------
YB1233TS.0 <--- 2nd record
0ECFFFFEE ... |
Topic: EBCDIC to HEXA in an output file |
cyber_snake
Replies: 12
Views: 6866
|
Forum: Job Control Language(JCL) Posted: Wed Feb 20, 2008 3:04 am Subject: EBCDIC to HEXA in an output file |
Im encountering difficult saving the file in HEXA mode, Is there any utility or CAN I convert the EBCDIC data to a HEXA in an output file?
Example (using HEX ON)
000001 YB1233TS.0 <--- ... |
Topic: Merge 2 files |
cyber_snake
Replies: 8
Views: 4990
|
Forum: Utilities Posted: Mon Apr 16, 2007 3:20 am Subject: Merge 2 files |
Thanks Nic for the reply, The movable data for each field is the same rec length, meaning... field1 of file1 is the same with field2 of file2, and so on... The total rec of each file is also the same. ... |
Topic: Merge 2 files |
cyber_snake
Replies: 8
Views: 4990
|
Forum: Utilities Posted: Mon Apr 16, 2007 1:20 am Subject: Merge 2 files |
any updates regarding this scenario??? |
Topic: Merge 2 files |
cyber_snake
Replies: 8
Views: 4990
|
Forum: Utilities Posted: Sun Apr 15, 2007 8:50 pm Subject: Merge 2 files |
Hi there, i have question related to this one, what if i dont have a key... sample below..
File 1;
field1 field2
1234 5678
1234 5678
1234 5678
File 2:
field1 field2 ... |
|