Author |
Message |
Topic: insert a row in a file using sort |
ikumar
Replies: 4
Views: 2096
|
Forum: Utilities Posted: Mon Oct 09, 2006 11:23 pm Subject: insert a row in a file using sort |
Hi Kolusu,
I tried your solution but it did not work out for me. It seems, i do not have latest icetool PTFs as it is throwing error at IFTHEN and OVERLAY statements. Is it possible to do without usi ... |
Topic: insert a row in a file using sort |
ikumar
Replies: 4
Views: 2096
|
Forum: Utilities Posted: Mon Oct 09, 2006 10:23 am Subject: insert a row in a file using sort |
Hi,
how can the below task can be done using sort/icetool?
input data:
aaaa
aaaa
bbbb
bbbb
bbbb
cccc
cccc
cccc
cccc
data tag needs to be included before bbbb row starts and after bbbb ro ... |
Topic: Static call from AMODE24 programs to AMODE 31 RMODE ANY |
ikumar
Replies: 3
Views: 2779
|
Forum: Application Programming Posted: Wed Jan 11, 2006 7:28 am Subject: Static call from AMODE24 programs to AMODE 31 RMODE ANY |
Hi,
Actually i could not find any information for static calls from 24 to 31 and 31 to 24 bit.
Please give me the clear picture of it.
Thank You.
Best Regards,
Phaneendra. |
Topic: Static call from AMODE24 programs to AMODE 31 RMODE ANY |
ikumar
Replies: 3
Views: 2779
|
Forum: Application Programming Posted: Wed Jan 11, 2006 1:33 am Subject: Static call from AMODE24 programs to AMODE 31 RMODE ANY |
Hi,
We have some of the cobol and assembler programs in AMODE 24 RMODE 24 and Non-rentrant.
These programs are making static calls to other Cobol programs which needs to be converted to AMODE 31 ... |
Topic: COBOL datatype |
ikumar
Replies: 3
Views: 1757
|
Forum: Application Programming Posted: Wed Nov 09, 2005 9:46 am Subject: COBOL datatype |
Because you are moving an alphabetic value to the numeric data item, system stores the data in zoned decimal numbers and the corresponding value for A is 1, in when it interpret the alphabetic value.
... |
Topic: Regarding Assembler mode change |
ikumar
Replies: 0
Views: 1199
|
Forum: Application Programming Posted: Wed Nov 09, 2005 7:17 am Subject: Regarding Assembler mode change |
I have some of the programs written using Assembler. I have to change all the programs from 24-bit to 31-bit addressing.
what are all the code changes I have to do?
What are all the code changes I ... |
|