DB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0
Author: Robert Sample Posted: Wed Jan 25, 2017 9:58 pm (GMT 5.5)Quote:Is this an error in PL1-DB2 versions that need to be repaired or is it a bad programming? You had better hope it is bad...
View ArticleDFSORT/ICETOOL :: RE: Remove junk values in a file and rite only the characters
Author: Robert Sample Posted: Wed Jan 25, 2017 10:01 pm (GMT 5.5) There is no such thing as "junk characters" or "junk values" -- period. Each and every character has a valid value in the collating...
View ArticleTSO/ISPF :: Design of ISPF panel
Author: prino Subject: Design of ISPF panel Posted: Wed Jan 25, 2017 10:31 pm (GMT 5.5) So I'm slowly releasing some of the REXX execs I wrote over the past 25+ years to all of you (see Prino's z/OS...
View ArticleDFSORT/ICETOOL :: RE: Remove junk values in a file and rite only the characters
Author: Rohit Umarjikar Posted: Wed Jan 25, 2017 10:57 pm (GMT 5.5) An old saying " I couldn't repair your brakes, so I made your horn louder". Being said, Correct your bad SQL (I assume query means...
View ArticleCICS :: RE: MAX-RC 88 and Return code 606 in DFH0CXCC.
Author: Rohit Umarjikar Posted: Wed Jan 25, 2017 11:22 pm (GMT 5.5) Also, You should talk to the CICS site support to know more on fix and the cause.Code:A VERIFY call to the MVS⢠subsystem interface...
View ArticleDB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0
Author: Miguel Fernandez Posted: Thu Jan 26, 2017 1:03 am (GMT 5.5) Warning messages are considered as comments that the precompiler ignores. Many customers installations have programs running in...
View ArticleDB2 :: RE: DB2 9.1.0 not move values to Host-Variables on PL1 3.7.0
Author: Rohit Umarjikar Posted: Thu Jan 26, 2017 1:16 am (GMT 5.5)Quote:I am not a perfectionist but it makes me think that I will have to solve my problem with updated versions, to see what happens....
View ArticleDB2 :: RE: Access SQLCA fields inside a stored procedure accessing Db2
Author: agkshirsagar Subject: Reply to: Access SQLCA fields inside a stored procedure accessing Db2 Posted: Thu Jan 26, 2017 6:36 am (GMT 5.5)Quote:Currently we are using SELECT COUNT (*). Is there a...
View ArticleJCL & VSAM :: Mail via SMTP with an image?
Author: Mike 1304 Subject: Mail via SMTP with an image? Posted: Thu Jan 26, 2017 2:01 pm (GMT 5.5) Today we send mails as html text using ICEGENER //SYSUT2 DD SYSOUT=E,DEST=TCPSMTP. Now I get a new...
View ArticleJCL & VSAM :: RE: Mail via SMTP with an image?
Author: Robert Sample Subject: Reply to: Mail via SMTP with an image? Posted: Thu Jan 26, 2017 7:32 pm (GMT 5.5) Look at using MIME with SMTP. It is possible to transfer binary data (such as images)...
View ArticleJCL & VSAM :: RE: Mail via SMTP with an image?
Author: Rohit Umarjikar Posted: Thu Jan 26, 2017 7:39 pm (GMT 5.5) If you know SAS then you have a high possibility to achieve it._________________Regards, Rohit Umarjikar"Knowledge is knowing that a...
View ArticleJCL & VSAM :: RE: Mail via SMTP with an image?
Author: vasanthz Posted: Fri Jan 27, 2017 6:15 am (GMT 5.5) SMTP mail with embedded logo?? say no more fam..Code:HELO WELLS MAIL...
View ArticlePL/I & Assembler :: Calling procedure with multiple entries contained in fetchab
Author: R.Kaeferboeck Subject: Calling procedure with multiple entries contained in fetchab Posted: Fri Jan 27, 2017 3:33 pm (GMT 5.5) Hi, let's suppose I have this fetchable:Code: MYFETCH: PROC(PAR1,...
View ArticleGeneral Talk & Fun Stuff :: RE: what a wonderful world.
Author: rakesh17684 Posted: Fri Jan 27, 2017 11:22 pm (GMT 5.5) I am back to mainframes after a looong hiatus. Thanks for the song !!_________________Rakesh
View ArticlePL/I & Assembler :: RE: Calling procedure with multiple entries contained in...
Author: Rohit Umarjikar Posted: Sat Jan 28, 2017 1:29 am (GMT 5.5) Welcome! Whatever it is, I guess it is essential to post the failed messages, so as to get specific answers._________________Regards,...
View ArticlePL/I & Assembler :: RE: Calling procedure with multiple entries contained in...
Author: enrico-sorichetti Subject: Reply to: Calling procedure with multiple entries contained in fetchab Posted: Sat Jan 28, 2017 2:48 am (GMT 5.5)Quote:I guess it is essential to post the failed...
View ArticlePL/I & Assembler :: RE: Calling procedure with multiple entries contained in...
Author: steve-myers Posted: Sat Jan 28, 2017 5:52 am (GMT 5.5) Now i am no PL/I expert, and the true PL/I experts should correct this if it is wrong, but ...When the MYFETCH module is linked, ENTRY1,...
View ArticlePL/I & Assembler :: RE: Calling procedure with multiple entries contained in...
Author: enrico-sorichetti Subject: Reply to: Calling procedure with multiple entries contained in fetchab Posted: Sat Jan 28, 2017 6:55 am (GMT 5.5) I wanted to suggest the same, but I refrained since...
View ArticlePL/I & Assembler :: RE: Calling procedure with multiple entries contained in...
Author: R.Kaeferboeck Subject: Reply to: Calling procedure with multiple entries contained in fetchab Posted: Sat Jan 28, 2017 2:49 pm (GMT 5.5) Thanks for your suggestions, will try it out on Monday...
View ArticleCICS :: Limit CICS CPU resource
Author: vasanthz Subject: Limit CICS CPU resource Posted: Tue Jan 31, 2017 7:09 am (GMT 5.5) Hi, We have test CICS regions and occasionally when the test CICS region transaction rates go up, it affects...
View Article