SYNCSORT :: RE: How to get previous month in SYMNAMES
Author: Bill Woodger Subject: Reply to: How to get previous month in SYMNAMES Posted: Tue Nov 01, 2016 8:16 pm (GMT 5.5) We can best help if you show what you tried and the results of that. Input and...
View ArticleCOBOL Programming :: RE: Cobol list of programs being called
Author: Phrzby Phil Posted: Tue Nov 01, 2016 8:48 pm (GMT 5.5) Years ago as a member of the change control team at a regional brokerage, I wrote a COBOL system to produce a cross reference of every...
View ArticleCOBOL Programming :: RE: Cobol list of programs being called
Author: Rohit Umarjikar Posted: Tue Nov 01, 2016 11:24 pm (GMT 5.5) Talk to your Site Support._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is...
View ArticleCOBOL Programming :: RE: Cobol list of programs being called
Author: enrico-sorichetti Subject: Reply to: Cobol list of programs being called Posted: Wed Nov 02, 2016 12:14 am (GMT 5.5) for static calls use the ISPF parts list._________________cheers enrico When...
View ArticleSYNCSORT :: RE: How to get previous month in SYMNAMES
Author: dneufarth Posted: Wed Nov 02, 2016 2:06 am (GMT 5.5) What about rerun situations for prior periods or testing scenario. Always needed eventually. Always like the run date seeded in a dataset or...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: vnktrrd Subject: Reply to: How to split the records using the amount field Posted: Wed Nov 02, 2016 11:46 am (GMT 5.5) Hi Arun, A lot of input for this post and a lot of learning for me. A...
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: Wed Nov 02, 2016 11:55 am (GMT 5.5) When something goes wrong, it is really, really, helpful to show what...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: vnktrrd Subject: Reply to: How to split the records using the amount field Posted: Wed Nov 02, 2016 12:13 pm (GMT 5.5) Hi Bill, The constant 249000 starts at 105 and ends at 110. So the seqnum...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: vnktrrd Subject: Reply to: How to split the records using the amount field Posted: Wed Nov 02, 2016 12:40 pm (GMT 5.5) I have also tried putting the subtracted value in a separate subsequent...
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: Wed Nov 02, 2016 2:00 pm (GMT 5.5) Yes, on a re-count you are correct. I have a presctiption for new...
View ArticleDFSORT/ICETOOL :: Joinkeys operation when key1 and key2 is of different length
Author: Susanta Subject: Joinkeys operation when key1 and key2 is of different length Posted: Wed Nov 02, 2016 5:35 pm (GMT 5.5) hI i have a requirement to match 2 files.. file 1: 16 bytes in lenght...
View ArticleDFSORT/ICETOOL :: RE: Joinkeys operation when key1 and key2 is of different...
Author: Bill Woodger Subject: Reply to: Joinkeys operation when key1 and key2 is of different length Posted: Wed Nov 02, 2016 5:40 pm (GMT 5.5) The keys must be the same length for JOINKEYS. You need...
View ArticleDFSORT/ICETOOL :: RE: Joinkeys operation when key1 and key2 is of different...
Author: Susanta Posted: Wed Nov 02, 2016 5:46 pm (GMT 5.5) Hi.. please find as below.. file1: filed1<16>Code:------------------- 22222222222222 11111111111111 33333333333333 4444444444444444...
View ArticleCICS :: DFHRESPONSE returns issue
Author: divated Subject: DFHRESPONSE returns issue Posted: Wed Nov 02, 2016 6:32 pm (GMT 5.5) Hello, I am getting below JSON DFHRESPONSE in my CICS webservice call.Code:{ "prov_name": "GAUTENG...
View ArticleDFSORT/ICETOOL :: RE: Joinkeys operation when key1 and key2 is of different...
Author: Arun Raj Posted: Wed Nov 02, 2016 6:34 pm (GMT 5.5) Susanta, If I understood correctly - Use 14 byte keys in your JOIN with a JOIN UNPAIRED,F1Code: JOINKEYS FILE=F1,FIELDS=(1,14,CH,A) JOINKEYS...
View ArticleCICS :: RE: DFHRESPONSE returns issue
Author: Robert Sample Posted: Wed Nov 02, 2016 6:43 pm (GMT 5.5) First, your expected results do not match your defined array -- the variable LB-REGION-N is defined as "city_name" and hence will NEVER...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: vnktrrd Subject: Reply to: How to split the records using the amount field Posted: Wed Nov 02, 2016 6:51 pm (GMT 5.5) Hi, I still don't why I am negative number. I am subtracting smaller number...
View ArticleCICS :: RE: DFHRESPONSE returns issue
Author: divated Subject: Reply to: DFHRESPONSE returns issue Posted: Wed Nov 02, 2016 7:00 pm (GMT 5.5) Sorry for confusing with the different field labels. But my question is related to grouping. My...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Arun Raj Posted: Wed Nov 02, 2016 7:16 pm (GMT 5.5) vnktrrd, Apart from the negative sign, the number itself does not seem to be what you expected. Maybe the actual value presented to the...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: enrico-sorichetti Subject: Reply to: How to split the records using the amount field Posted: Wed Nov 02, 2016 7:24 pm (GMT 5.5)Quote:278304-249000 which is 29304 but the info You posted before...
View Article