DFSORT/ICETOOL :: RE: How to pass the previous month date in include condition
Author: Arun Raj Subject: Reply to: How to pass the previous month date in include condition Posted: Mon Oct 31, 2016 7:34 pm (GMT 5.5) You could either do something like this, or use the same date...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Arun Raj Posted: Mon Oct 31, 2016 8:01 pm (GMT 5.5) vnktrrd, As Bill has pointed out above, you can look at the SORTOUT in the SYSOUT. If you take a look at that, you will see something like...
View ArticleDFSORT/ICETOOL :: Conversion of a VB file to FB.
Author: isssal Subject: Conversion of a VB file to FB. Posted: Mon Oct 31, 2016 10:23 pm (GMT 5.5) I have tried just about each and every example in this forum but I come up short. As always the...
View ArticleDB2 :: RE: how to find Low Values in DB2 Coloumn
Author: feellikeneo Subject: Reply to: how to find Low Values in DB2 Coloumn Posted: Mon Oct 31, 2016 11:43 pm (GMT 5.5) And this solution did help me after 3 years
View ArticleDFSORT/ICETOOL :: RE: Conversion of a VB file to FB.
Author: Bill Woodger Subject: Reply to: Conversion of a VB file to FB. Posted: Mon Oct 31, 2016 11:49 pm (GMT 5.5)Code: OUTFIL VTOF,    IFTHEN=(WHEN=INIT,         OVERLAY=(137:X)),...
View ArticleCOBOL Programming :: Cobol list of programs being called
Author: biswajit.dattagupta Subject: Cobol list of programs being called Posted: Tue Nov 01, 2016 2:10 am (GMT 5.5) Hello! I knew of a cobol compiler option that I used some time back (3 or maybe 4...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: magesh23586 Subject: Reply to: How to split the records using the amount field Posted: Tue Nov 01, 2016 2:57 am (GMT 5.5) Arun, We can do this in one step and save resources Code: //STEP0100...
View ArticleCOBOL Programming :: RE: Cobol list of programs being called
Author: Phrzby Phil Posted: Tue Nov 01, 2016 5:36 am (GMT 5.5) I see several problems here: 1. How would a compiler know what dynamic calls a program makes? It would need to know the values of certain...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Arun Raj Posted: Tue Nov 01, 2016 6:50 am (GMT 5.5) magesh23586, This is a good alternative. But again the number of steps may not always decide if there is any savings or...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: magesh23586 Subject: Reply to: How to split the records using the amount field Posted: Tue Nov 01, 2016 10:46 am (GMT 5.5)Arun Raj wrote: This is a good alternative. But again the number of...
View ArticleCOBOL Programming :: COBOL Version 6.1
Author: Virendra Shambharkar Subject: COBOL Version 6.1 Posted: Tue Nov 01, 2016 11:24 am (GMT 5.5) Hi, Is COBOL version 6.1 available for use ? I looked for a migration guide for COBOL 6.1 but did not...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: enrico-sorichetti Subject: Reply to: COBOL Version 6.1 Posted: Tue Nov 01, 2016 11:44 am (GMT 5.5) You could have found out Yourself by googling with "cobol 6.1" to land...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Virendra Shambharkar Subject: Reply to: COBOL Version 6.1 Posted: Tue Nov 01, 2016 11:49 am (GMT 5.5) Thanks a lot. I came across document for 6.1 including the performance improvements . I was...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: enrico-sorichetti Subject: Reply to: COBOL Version 6.1 Posted: Tue Nov 01, 2016 12:55 pm (GMT 5.5) a very simple google search with IBM COBOL LIBRARY would have take You...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Virendra Shambharkar Subject: Reply to: COBOL Version 6.1 Posted: Tue Nov 01, 2016 2:09 pm (GMT 5.5) Thank you very much. Have a great day ahead._________________Virendra Shambharkar
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Arun Raj Subject: Re: Reply to: How to split the records using the amount field Posted: Tue Nov 01, 2016 4:52 pm (GMT 5.5)magesh23586 wrote:Arun Raj wrote: This is a good alternative. But again...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Bill Woodger Subject: Reply to: How to split the records using the amount field Posted: Tue Nov 01, 2016 5:32 pm (GMT 5.5) My main concern with this topic is the data. Asked for a...
View ArticleCOBOL Programming :: RE: Cobol list of programs being called
Author: Bill Woodger Subject: Reply to: Cobol list of programs being called Posted: Tue Nov 01, 2016 5:41 pm (GMT 5.5) Even assuming you mean "EXITING" not "EXISTING" this is nothing directly to do...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Bill Woodger Subject: Reply to: COBOL Version 6.1 Posted: Tue Nov 01, 2016 5:45 pm (GMT 5.5) Moving from V5 to V6 is very straightforward. Moving to V6 from V4 or earlier is very similar to the...
View ArticleSYNCSORT :: RE: How to get previous month in SYMNAMES
Author: Suganya87 Subject: Reply to: How to get previous month in SYMNAMES Posted: Tue Nov 01, 2016 5:50 pm (GMT 5.5) Can you please post me the date function code, because I tried it with different...
View Article