CLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: enrico-sorichetti Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:02 pm (GMT 5.5) post a sample of the input data, and a sample of the...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: sundaram.naveen Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:14 pm (GMT 5.5) I want all the PIC clause to start from col40(say)....
View ArticleSYNCSORT :: RE: Syncsort - NULL in Integer field checking
Author: Bill Woodger Subject: Reply to: Syncsort - NULL in Integer field checking Posted: Thu Oct 06, 2016 12:29 pm (GMT 5.5) Gernerally, if the data is variably-located, you would use PARSE. If in...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: enrico-sorichetti Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:30 pm (GMT 5.5) take look at my $apply Rexx script which will apply an...
View ArticleDFSORT/ICETOOL :: RE: ICETOOL/SYNCSORT - SYSPRINT output
Author: Bill Woodger Subject: Reply to: ICETOOL/SYNCSORT - SYSPRINT output Posted: Thu Oct 06, 2016 12:38 pm (GMT 5.5) If you already have the key, use the key. If your matching depends on what someone...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: sundaram.naveen Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:39 pm (GMT 5.5) can you please help me out ?
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: enrico-sorichetti Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 12:47 pm (GMT 5.5) to help You I / we all need to know EXACTLY where You...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: sundaram.naveen Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 1:11 pm (GMT 5.5) I meant what you have done in the script. I told you I am...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: Nic Clouston Posted: Thu Oct 06, 2016 2:52 pm (GMT 5.5) Look up the functions that del with WORDs and POSitions That will tell you if the word is on a line and where it is Split the line and...
View ArticleDB2 :: DB2 SQL help/idea/suggestion
Author: bshkris Subject: DB2 SQL help/idea/suggestion Posted: Thu Oct 06, 2016 3:04 pm (GMT 5.5) Hi, I have table A. the data looks like belowCode:O_ID MSR_TYP_CD MSR_VAL_1_QT MSR_VAL_2_QT...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: sundaram.naveen Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 3:51 pm (GMT 5.5) Yes Nic , a new line. But then we should also identify if...
View ArticleCLIST & REXX :: RE: Checking wether a string starts from a particular column.
Author: enrico-sorichetti Subject: Reply to: Checking wether a string starts from a particular column. Posted: Thu Oct 06, 2016 4:44 pm (GMT 5.5) if the question asked is just a small detail of a...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: enrico-sorichetti Subject: Reply to: Need to code a Rexx PGM Posted: Thu Oct 06, 2016 6:46 pm (GMT 5.5) as already asked, post a sample of the expected output - not a...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: sundaram.naveen Subject: Reply to: Need to code a Rexx PGM Posted: Thu Oct 06, 2016 6:50 pm (GMT 5.5) Sample OutputCode: MIS-ALLIGNED CODES PROGRAM:PGM1...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: enrico-sorichetti Subject: Reply to: Need to code a Rexx PGM Posted: Thu Oct 06, 2016 6:55 pm (GMT 5.5) are there other clauses that might be unaligned ?_________________cheers enrico When I...
View ArticleCOBOL Programming :: Cobol EZASOKET call to SETSOCKOPT fails
Author: Andi1982 Subject: Cobol EZASOKET call to SETSOCKOPT fails Posted: Thu Oct 06, 2016 7:12 pm (GMT 5.5) hello, I try to set an Socket timout for recv using EZASOKET with SETSOCKOPT...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: sundaram.naveen Subject: Reply to: Need to code a Rexx PGM Posted: Thu Oct 06, 2016 7:17 pm (GMT 5.5) The PIC Clause in WS-Section should also begin from 40 and the VALUE clause should begin...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: enrico-sorichetti Subject: Reply to: Need to code a Rexx PGM Posted: Thu Oct 06, 2016 7:19 pm (GMT 5.5) getting info from You is like pulling a tooth, do You realize that You are giving people...
View ArticleCLIST & REXX :: RE: Need to code a Rexx PGM
Author: sundaram.naveen Subject: Reply to: Need to code a Rexx PGM Posted: Thu Oct 06, 2016 7:38 pm (GMT 5.5)Quote: getting info from You is like pulling a tooth, do You realize that You are giving...
View ArticleDB2 :: RE: DB2 SQL help/idea/suggestion
Author: RahulG31 Subject: Reply to: DB2 SQL help/idea/suggestion Posted: Thu Oct 06, 2016 7:56 pm (GMT 5.5) You haven't described it well enough. In your expected resultWhere has O_ID 44 gone? Why O_ID...
View Article