DB2 :: RE: Sliding window
Author: Pandora-Box Posted: Fri Sep 14, 2018 2:53 am (GMT 5.5) Hi Ron, Did you try anything ? I am not trying to be snide here... Just wanted to see what you have tried.._________________To understand...
View ArticleDB2 :: RE: Sliding window
Author: Ron Klop Posted: Fri Sep 14, 2018 2:10 am (GMT 5.5) It is the daily processing date, which is stored in a separate table. Or can also be CURRENT DATE
View ArticleDB2 :: RE: Sliding window
Author: RahulG31 Subject: Reply to: Sliding window Posted: Fri Sep 14, 2018 1:38 am (GMT 5.5)Quote:Suppose the first week starts at 09-09-2018. Where is this date (09-09-2018) stored? How do we know...
View ArticleDB2 :: Sliding window
Author: Ron Klop Subject: Sliding window Posted: Fri Sep 14, 2018 12:43 am (GMT 5.5) Hai, a question. I have two tables. Contract-table, containing three attributes: - contract-id -...
View ArticleFAQ & Off Topics :: Tips to a new system dba
Author: ricardoajpinto Subject: Tips to a new system dba Posted: Thu Sep 13, 2018 9:00 pm (GMT 5.5) Hello, i´m new to z/os world and i am on my road to became a system dba, after some search i am...
View ArticleDFSORT/ICETOOL :: RE: Extra data in overlay field
Author: Rohit Umarjikar Posted: Thu Sep 13, 2018 7:31 pm (GMT 5.5) So you got it figured out by your self. Well done._________________Regards, Rohit Umarjikar A leader is one who knows the way, goes...
View ArticleDFSORT/ICETOOL :: RE: Extra data in overlay field
Author: speermb Subject: fOUND IT Posted: Thu Sep 13, 2018 7:28 pm (GMT 5.5) I JUST NEED TO USE THE RIGHT LENGTH IN THE OVERLAY...I WAS USING THE WRONG LENGTH!! I HAD Quote:...
View ArticleDFSORT/ICETOOL :: Extra data in overlay field
Author: speermb Subject: Extra data in overlay field Posted: Thu Sep 13, 2018 6:04 pm (GMT 5.5) The field with extra data is starting in 105 and is the OVERLAY field. other data looks good. I have sort...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: ApexNC Posted: Thu Sep 13, 2018 5:36 pm (GMT 5.5) My RPG experience is likewise very old, but one of the COBOL conversion techniques I know very well should be easily adaptable. Decimal digits...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: PeterHolland Posted: Thu Sep 13, 2018 3:16 pm (GMT 5.5) Good luck.
View ArticleCICS :: RE: Native CICS
Author: enrico-sorichetti Subject: Reply to: Native CICS Posted: Thu Sep 13, 2018 3:05 pm (GMT 5.5) unfortunately ( by design ) CICS is not very friendly ... the command prompt is just an empty...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: Andi1982 Posted: Thu Sep 13, 2018 3:03 pm (GMT 5.5)PeterHolland wrote:See data structures : https://www.ibm.com/support/knowledgecenter/ssw_i5_54/books/c0918180.pdf Thx a lot! I was not able to...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: PeterHolland Posted: Thu Sep 13, 2018 2:58 pm (GMT 5.5) See data structures : https://www.ibm.com/support/knowledgecenter/ssw_i5_54/books/c0918180.pdf
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: Andi1982 Posted: Thu Sep 13, 2018 2:35 pm (GMT 5.5)Marso wrote: Is it possible to append a packed-decimal zero (x'0C' or x'0F') giving x'1234560C' and then divide the lot by ten ? Yes, in COBOL...
View ArticleCICS :: RE: Native CICS
Author: Nic Clouston Subject: Reply to: Native CICS Posted: Thu Sep 13, 2018 2:09 pm (GMT 5.5) Google was not very forthcoming about a definition of "native CICS". However, it is not aseparate product,...
View ArticleAll Other Mainframe Topics :: RE: RPG II Problem with unsigned Packed decimal...
Author: Marso Posted: Thu Sep 13, 2018 12:18 pm (GMT 5.5) I can't say I remember much of my small encounter with RPG II from 40 years ago... Is it possible to append a packed-decimal zero (x'0C' or...
View ArticleCICS :: Native CICS
Author: srini24 Subject: Native CICS Posted: Thu Sep 13, 2018 2:44 am (GMT 5.5) What is native CICS and what are all the native CICS screen commands.. Could anyone please help me with the right manual...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: Arun Raj Posted: Wed Sep 12, 2018 6:29 pm (GMT 5.5) dharmaraok, You could find some info HERE on declare, open, fetch, positioned delete and close rowset cursors, with some examples. Good...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: Rohit Umarjikar Posted: Wed Sep 12, 2018 8:57 am (GMT 5.5) No unfortunately and thatâs not how it works and even if someone does and gives you the code , how should it help you to learn...
View ArticleDB2 :: RE: Delete Multiple rows in chunks by using Cursor
Author: dharmaraok Posted: Wed Sep 12, 2018 8:54 am (GMT 5.5) Hi , Can any one provide the sample pgm for Multi Row Fetch and after that Delete Multiple Row_________________dharmaraok
View Article