Search found 969 matches

by DikDude
Tue Feb 25, 2014 10:29 pm
Forum: COBOL
Topic: Replace special characters with spaces in a string
Replies: 12
Views: 29373

Hello,
but in my case i can't do it either because there are numerous special characters in my project and i can't use INSPECT for every special character and for every time.
Why not?

As asked - what is Not working?
by DikDude
Mon Feb 24, 2014 10:51 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: Needed Help on using SORT OUTFIl fileds
Replies: 5
Views: 6640

I will have to process records in millions Suggest you test with 10s or 100s, NOT millions of records . . . I have to compare 1-7 field from first file to 20-27 of File but when I'm giving in Joinkeys should that be (20,7) or (1,7)?. These need to become consistent. 20-27 and 20 for 7 are not the s...
by DikDude
Mon Feb 24, 2014 10:41 pm
Forum: COBOL
Topic: Dynamic Array using ODO.
Replies: 3
Views: 4755

Keep in mind that COBOL will allocate the table to the maximum size. The table does NOT change size.

To change the size you would recompile.

Suggest you define the code for the max and set the specific value you want to use ar run-time.
by DikDude
Sun Feb 23, 2014 5:08 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

What was the hex input that generated the incorrect result?

I suspect it will help if you post the actual jcl and sort control used (copy/paste Not retype) along with the generated output including all messages with message id.
by DikDude
Fri Feb 21, 2014 10:31 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

Are you familiar with Easytrieve?
by DikDude
Fri Feb 21, 2014 9:56 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

as I have to resolve this issue by today itself
If time is so constrained, you might consider COBOL . . . The coding would not be the same, but is rather straightforward.

I suspect it is already rather late in the day there.
by DikDude
Fri Feb 21, 2014 3:28 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

Do take a few minutes and practice with the Code Tag! It is not available on the Quick Reply editor. If you are in Quick Reply, click preview and all of the editing features become visable. The line of code is the "first-time" thru and sets up an area of all zeros. Later, as bits are used, the ones ...
by DikDude
Fri Feb 21, 2014 1:29 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

Suggest you practice with the Code tag - it can be your friend . . .

I took a shot at "Coding" your info, but it works better if you do this and adjust for alignment.

Once we are clear about what you want, Syncsort can get the result needed.
by DikDude
Thu Feb 20, 2014 10:21 pm
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

Hopefully, you have noticed that your system is using Syncsort rather than DFSORT.

The tran=bit is not yet available in Syncsort as far as i know.

You need to determine how to make the IFTHEN / OVERLAY work.
by DikDude
Thu Feb 20, 2014 1:59 am
Forum: EASYTRIEVE
Topic: Dynamically passing value to calling program in Easytrieve
Replies: 5
Views: 7781

Good catch, Bill - i missed that :roll:
by DikDude
Thu Feb 20, 2014 1:57 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

Copy the above and make the changes . . .

Why have you not posted the error(s)?

Keep in mind that most of the work getting help is yours. We can only help with what you show us.
by DikDude
Wed Feb 19, 2014 3:38 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

You're not wasting my time - i just don't have as much as i'd prefer :)

The doc has a rather clear description of WHEN=INIT (first time). The BUILD generates 8 character zeros to be replaced with ones dependking on the character value (refer to the example i posted earlier).
by DikDude
Wed Feb 19, 2014 2:08 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

Yup, 'tis moved and pruned 8)

dd
by DikDude
Wed Feb 19, 2014 1:54 am
Forum: DFSORT , ICETOOL & Utilities
Topic: bit to 8 different char
Replies: 38
Views: 37403

If you use the code you have and the explanation from the manual (and my brief explanation), you will be able to get the understanding.

It wiould be better to become comfortable with the sort before just copying things from the internet that you do not understand.

fwiw.
by DikDude
Wed Feb 19, 2014 1:02 am
Forum: TSO, CLIST & REXX
Topic: REXX Commands and basics
Replies: 5
Views: 9022

It is hard to believe that a search found nothing that would work for you . . .

Where did you search and what did you search for?