COBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Nish84 Posted: Mon Oct 10, 2016 4:25 pm (GMT 5.5) Thank you for the quick response! The input record would be something like this, where only a subset of the input fields are to be populated...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Nish84 Posted: Mon Oct 10, 2016 4:35 pm (GMT 5.5) Apologies, I missed to add a detail. As an alternative to using reference modification, I was trying to check if the fields could be moved AS...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Bill Woodger Subject: Reply to: To trim spaces in a pipe delimited dataset Posted: Mon Oct 10, 2016 4:36 pm (GMT 5.5) What about leading spaces and embedded spaces?
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Nish84 Posted: Mon Oct 10, 2016 4:51 pm (GMT 5.5) The chances of having leading spaces is low. However, if present, the requirement is that any occurrence of more than one consecutive spaces...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: enrico-sorichetti Subject: Reply to: To trim spaces in a pipe delimited dataset Posted: Mon Oct 10, 2016 5:17 pm (GMT 5.5) why not consider a sort with a <mass> build and squeeze on the...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: prino Posted: Mon Oct 10, 2016 6:58 pm (GMT 5.5)Nish84 wrote:However, there would be 60 calls to the sub-routine, one after each MOVE statement. This is what I plan on doing if there isn't an...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: Nic Clouston Posted: Mon Oct 10, 2016 7:28 pm (GMT 5.5) Certainly JCL cannot do that - it only tells the OS what programs you want to run and iwhat resources those programs...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: jpsager Posted: Mon Oct 10, 2016 8:10 pm (GMT 5.5) Yes I known that, but with a tool you can check the region is active or not. I want execute that only in batch. A rexx is also fine and I can...
View ArticleJCL & VSAM :: RE: Find out a active PGM
Author: enrico-sorichetti Subject: Reply to: Find out a active PGM Posted: Mon Oct 10, 2016 8:16 pm (GMT 5.5) the best advice that you might get here is to look at the IBM REDBOOK collection starting...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Nish84 Posted: Mon Oct 10, 2016 8:21 pm (GMT 5.5) @ enrico - Thank you, I will try this out.. @ prino - I wish it were that simple too. However, that doesn't seem to be the case
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: enrico-sorichetti Subject: Reply to: To trim spaces in a pipe delimited dataset Posted: Mon Oct 10, 2016 8:26 pm (GMT 5.5) if instead of complaining about the 60 moves, and waiting for a forum...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Nic Clouston Posted: Mon Oct 10, 2016 9:51 pm (GMT 5.5) If the input data is in fixed positions then it is very simple in DFSort - parse out each field based on position, squeeze and combine...
View ArticleCOBOL Programming :: RE: To trim spaces in a pipe delimited dataset
Author: Rohit Umarjikar Posted: Mon Oct 10, 2016 10:38 pm (GMT 5.5) 1. Quote:My query was to check if the coding can be done in a simpler way, using something like the INSPECT statement. of course,...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: Rohit Umarjikar Posted: Mon Oct 10, 2016 11:01 pm (GMT 5.5) Why do you need SAS desperately anyways to send emails? There are simpler other ways to do it._________________Regards, Rohit...
View ArticleJCL & VSAM :: RE: How to download JES2 JOB LOG?
Author: Rohit Umarjikar Posted: Mon Oct 10, 2016 11:03 pm (GMT 5.5) White.Bai, Why you overlook Willy Jensen's suggestion._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: vasanthz Posted: Mon Oct 10, 2016 11:09 pm (GMT 5.5) Well,certainly SAS is easier than most of them. It is flexible, powerful._________________Give a man a fish and you feed him for a day. Give...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: Rohit Umarjikar Posted: Mon Oct 10, 2016 11:13 pm (GMT 5.5)IEBGENER, This is mostly used everywhere based on my experience and forum discussion which is very easy, less coding, no need to know...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: vasanthz Posted: Mon Oct 10, 2016 11:13 pm (GMT 5.5) This one works fine. Made changes to font.Code://STEP1 EXEC SAS //IN1 DD *...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: vasanthz Posted: Mon Oct 10, 2016 11:16 pm (GMT 5.5)Quote:IEBGENER, This is mostly used everywhere based on my forum experience and forum discussion which is very easy, less coding, no need to...
View ArticleAll Other Mainframe Topics :: RE: Reading data from PS file and send it as...
Author: Rohit Umarjikar Posted: Mon Oct 10, 2016 11:21 pm (GMT 5.5) Yeah, could be. I hope what you suggested works or TS better be switching over to something else than wasting time around SAS...
View Article