CLIST & REXX :: RE: Rexx to create GDG by scanning JJ result
Author: krish.deepu Subject: Re: Reply to: Rexx to create GDG by scanning JJ result Posted: Wed Oct 26, 2016 11:06 am (GMT 5.5)Pedro wrote:I did not get a good feel for what the whole scenario /...
View ArticleCLIST & REXX :: RE: Rexx to create GDG by scanning JJ result
Author: enrico-sorichetti Subject: Reply to: Rexx to create GDG by scanning JJ result Posted: Wed Oct 26, 2016 12:54 pm (GMT 5.5) the topic has been discussed many times for many jcl checkers with...
View ArticleDB2 :: RE: how to specifiy partition endings when 1st col is nullable?
Author: Rohit Umarjikar Posted: Thu Oct 27, 2016 12:12 am (GMT 5.5) No. Please talk to DBA's at your site otherwise raise a ticket with IBM._________________Regards, Rohit Umarjikar"Knowledge is...
View ArticleDB2 :: RE: how to specifiy partition endings when 1st col is nullable?
Author: RahulG31 Subject: Reply to: how to specifiy partition endings when 1st col is nullable? Posted: Thu Oct 27, 2016 1:20 am (GMT 5.5) I think, you have wrongly mentioned the sqlcode as -635. It...
View ArticleDB2 :: Access SQLCA fields inside a stored procedure accessing Db2
Author: gangapd Subject: Access SQLCA fields inside a stored procedure accessing Db2 Posted: Thu Oct 27, 2016 10:20 am (GMT 5.5) Hi, We have a console application written in .NET accessing DB2 tables...
View ArticleDB2 :: RE: Access SQLCA fields inside a stored procedure accessing Db2
Author: Arun Raj Posted: Thu Oct 27, 2016 6:51 pm (GMT 5.5) Is there a problem in returning SQLERRD(3) from your stored procedure, through one of the output parameters?_________________Arun...
View ArticleDB2 :: RE: Access SQLCA fields inside a stored procedure accessing Db2
Author: Rohit Umarjikar Posted: Thu Oct 27, 2016 9:28 pm (GMT 5.5)Quote:Is there a problem in returning SQLERRD(3) from your stored procedure, through one of the output parameters?After opening the...
View ArticleDB2 :: RE: Access SQLCA fields inside a stored procedure accessing Db2
Author: Arun Raj Posted: Thu Oct 27, 2016 9:48 pm (GMT 5.5)Rohit Umarjikar wrote:After opening the cursorI could not find the OP mentioning that his stored procedure has a cursor in it. EDIT : On a...
View ArticleDB2 :: RE: Access SQLCA fields inside a stored procedure accessing Db2
Author: Rohit Umarjikar Posted: Thu Oct 27, 2016 10:05 pm (GMT 5.5) It is indeed a cursor otherwise for a single select query why would he need count(*)? It is better to wait otherwise to get more...
View ArticleTSO/ISPF :: RE: TASID and ZOS 2.2
Author: RickBig Subject: Reply to: TASID and ZOS 2.2 Posted: Fri Oct 28, 2016 12:21 am (GMT 5.5) So I did, finally, receive a reply from IBM ISPF. They reminded me that TASID is provided on an 'as-is'...
View ArticleTSO/ISPF :: RE: TASID and ZOS 2.2
Author: prino Subject: Re: Reply to: TASID and ZOS 2.2 Posted: Fri Oct 28, 2016 2:23 am (GMT 5.5)RickBig wrote:So I did, finally, receive a reply from IBM ISPF. They reminded me that TASID is provided...
View ArticleSYNCSORT :: How to get previous month in SYMNAMES
Author: Suganya87 Subject: How to get previous month in SYMNAMES Posted: Fri Oct 28, 2016 1:37 pm (GMT 5.5)Code://SYMNAMES DD *...
View ArticleSYNCSORT :: RE: How to get previous month in SYMNAMES
Author: Bill Woodger Subject: Reply to: How to get previous month in SYSNAMES Posted: Fri Oct 28, 2016 5:51 pm (GMT 5.5) If you don't already have a "calendar file" (dates you need for your system) to...
View ArticleDFSORT/ICETOOL :: How to split the records using the amount field
Author: vnktrrd Subject: How to split the records using the amount field Posted: Fri Oct 28, 2016 7:33 pm (GMT 5.5) Hi, I have an amount field in a file and I want to split the records into multiple...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: steve-myers Posted: Fri Oct 28, 2016 7:58 pm (GMT 5.5) JCL cannot do this. Period. End of story. JCL cannot manipulate or analyze data. Only a program can do this. Both of the most common sort...
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: Fri Oct 28, 2016 8:06 pm (GMT 5.5) Hi, I am also looking for a solution in DFSORT/ICETOOL Thanks, Ramana.
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Nic Clouston Posted: Fri Oct 28, 2016 8:09 pm (GMT 5.5) Is this a one-off for this particular record? If so you would be better off writing a simple program or even doing it manually. If not,...
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: Fri Oct 28, 2016 8:28 pm (GMT 5.5) Hi Nic, Yes the split limit is always 250,000. number of splits is based on...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Rohit Umarjikar Posted: Fri Oct 28, 2016 9:06 pm (GMT 5.5) Moved , where it should belong._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom is...
View ArticleDFSORT/ICETOOL :: RE: How to split the records using the amount field
Author: Arun Raj Posted: Fri Oct 28, 2016 10:15 pm (GMT 5.5) Here is one way of achieving this. Code://STEP01 EXEC PGM=SORT //SYSOUT DD SYSOUT=*...
View Article