JCL & VSAM :: RE: Passing information through JCL as instream data
Author: Rohit Umarjikar Posted: Wed May 25, 2016 8:14 pm (GMT 5.5) Welcome!Quote:Btw can you please tell me how to use Search or Search All parameter to compare a number given in input file with a...
View ArticleJava & MQSeries :: RE: Missing Java main class
Author: Rohit Umarjikar Posted: Wed May 25, 2016 8:42 pm (GMT 5.5) Anyone here could try to guess but that is waste of time as we don't know your configuration but support staff does know so engage...
View ArticleJCL & VSAM :: RE: Need to create file with Dynamic Name in BMP triggered JCL
Author: Rohit Umarjikar Posted: Wed May 25, 2016 8:54 pm (GMT 5.5) Unless there is any better way, you will have to write a program to create dynamic file name and formulate your JCL in the same...
View ArticleDB2 :: RE: Refining an SQL
Author: TS70363 Posted: Wed May 25, 2016 11:13 pm (GMT 5.5) Hi...Rajesh.. Thanks. Yes. I can split the queries into 2 which I know is the best possible way and was also thought of before posting the...
View ArticleDB2 :: RE: Refining an SQL
Author: Rohit Umarjikar Posted: Thu May 26, 2016 12:20 am (GMT 5.5)Quote:And implementing a split would result in declaration, open, fetch, close of 3 more cursors. Can still be implemented if I do not...
View ArticleJCL & VSAM :: RE: Passing information through JCL as instream data
Author: Pia Baruah Posted: Thu May 26, 2016 9:50 am (GMT 5.5) Thank you Rohit and Nic for your valuable suggestions..
View ArticleJava & MQSeries :: RE: Missing Java main class
Author: akg Posted: Thu May 26, 2016 11:59 am (GMT 5.5) Hi Rohit, Thanks for your response. I have checked with Support initiailly but they had no clue on this. My class path is set to...
View ArticleDB2 :: RE: Only text from varchar
Author: Seppe Subject: Reply to: Only text from varchar Posted: Thu May 26, 2016 2:20 pm (GMT 5.5) I explain... Select MIO_CAMPO from MIA_TAB ; MIO_CAMPO is long 1000 char; In fileoutput i have: 2 byte...
View ArticleDB2 :: RE: Only text from varchar
Author: Seppe Posted: Thu May 26, 2016 2:37 pm (GMT 5.5) i solved it CHAR(MIO_CAMPO) very trivial solution...
View ArticleJCL & VSAM :: RE: Need to create file with Dynamic Name in BMP triggered JCL
Author: rajesh1183 Posted: Thu May 26, 2016 3:12 pm (GMT 5.5) Can you try the below:Code: // SET ID=ABCD //STEP1Â Â EXEC PGM=IDCAMS //SYSPRINT DDÂ Â SYSOUT=* //SYSOUTÂ Â DDÂ Â SYSOUT=* //SYSINÂ Â DDÂ Â *...
View ArticleJCL & VSAM :: RE: Need to create file with Dynamic Name in BMP triggered JCL
Author: Rohit Umarjikar Posted: Thu May 26, 2016 7:00 pm (GMT 5.5) Rajesh, TS has a file in the input with many userids._________________Regards, Rohit Umarjikar"Some things Man was never meant to...
View ArticleCA Products :: B204 Error - Act as a showstopper
Author: Balaryan Subject: B204 Error - Act as a showstopper Posted: Thu May 26, 2016 8:35 pm (GMT 5.5) Hi All, I am novice and very new to easytrive. I am facing an issue while compiling the easytrive...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: enrico-sorichetti Subject: Reply to: B204 Error - Act as a showstopper Posted: Thu May 26, 2016 8:37 pm (GMT 5.5) do not post attachments... not everybody can see them._________________cheers...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: PeterHolland Posted: Thu May 26, 2016 8:45 pm (GMT 5.5) You can find it in the manual(s). CA-Easytrieve/Plus Reference Guide
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: Balaryan Subject: Reply to: B204 Error - Act as a showstopper Posted: Thu May 26, 2016 8:46 pm (GMT 5.5) Thanks for the info, Enrico. I will provide the necessary details here. Record layout of...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: Balaryan Subject: Reply to: B204 Error - Act as a showstopper Posted: Thu May 26, 2016 9:04 pm (GMT 5.5) Hi Peter, I could not find one in CA Easytrieve reference guide 6.2. If possible, can...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: Robert Sample Posted: Thu May 26, 2016 9:07 pm (GMT 5.5) And yet you did NOT show use the code with the binary variable that is not working, but rather showed us a bunch of code that is...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: Rohit Umarjikar Posted: Thu May 26, 2016 9:10 pm (GMT 5.5) Double check the variable declaration. And should have posted this to Beginner's forum instead as that is meant to be for...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: Balaryan Subject: Reply to: B204 Error - Act as a showstopper Posted: Thu May 26, 2016 9:33 pm (GMT 5.5) Robert, Thanks for the info. It helps. I used type/length (B 4) for my fields...
View ArticleCA Products :: RE: B204 Error - Act as a showstopper
Author: Robert Sample Posted: Thu May 26, 2016 9:51 pm (GMT 5.5)Quote:When I run this program, I got an output with binary field displaying as "1,347,376". But expected output should be 1347376. In...
View Article