IMS DB/DC :: RE: IMS region inactive - User abend code U0688
Author: PeterHolland Posted: Wed Mar 08, 2017 1:44 pm (GMT 5.5) What region? The control region or a dependent region?
View ArticleDFSORT/ICETOOL :: How to get current date -1 and current time -1 in my output
Author: murali.andaluri Subject: How to get current date -1 and current time -1 in my output Posted: Wed Mar 08, 2017 2:09 pm (GMT 5.5) Hi, I have a requirement where I need to create a output file...
View ArticleDFSORT/ICETOOL :: RE: How to get current date -1 and current time -1 in my...
Author: Bill Woodger Subject: Reply to: How to get current date -1 and current time -1 in my output Posted: Wed Mar 08, 2017 3:10 pm (GMT 5.5) The urgentest way to do it is to look at the date...
View ArticleIMS DB/DC :: RE: IMS region inactive - User abend code U0688
Author: gthmrj Posted: Wed Mar 08, 2017 3:48 pm (GMT 5.5) Dependent region_________________Goutham Raj
View ArticleCLIST & REXX :: RE: Browsing member from any PDS
Author: shiitiizz Posted: Wed Mar 08, 2017 4:28 pm (GMT 5.5) Many Thanks sergeyken and daveporcelan The proposed solution worked exactly as expected !_________________Regards, Shitiz
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Gnanas N Subject: Re: Reply to: COBOL Version 6.1 Posted: Wed Mar 08, 2017 4:41 pm (GMT 5.5)Bill Woodger wrote:... Some new language constructs (EXIT PERFORM, EXIT PARAGRAPH, EXIT SECTION, for...
View ArticleDFSORT/ICETOOL :: SORT to append Month and YEAR in MMYY formate in file
Author: tisamf Subject: SORT to append Month and YEAR in MMYY formate in file Posted: Wed Mar 08, 2017 4:46 pm (GMT 5.5) Hi, I have gone through many posts but unable to find exact answer. My...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Bill Woodger Subject: Reply to: COBOL Version 6.1 Posted: Wed Mar 08, 2017 4:47 pm (GMT 5.5) They are all GO TOs, wrapped up in fanciness, with no named target.Code: PERFORM PROGA THRU...
View ArticleCICS :: RE: CICS Question RE: Browse, Readnext and Rewrite of ESDS File
Author: UmeySan Posted: Wed Mar 08, 2017 4:54 pm (GMT 5.5) @ moezbud Just a question: your processing as you told is: startbr, readnext, endbr, read, rewrite, increment RBA, rinse, repeat ... Why not:...
View ArticleCICS :: RE: how to send just 10 rows in a CICS screen from DB2 table
Author: UmeySan Posted: Wed Mar 08, 2017 5:12 pm (GMT 5.5) @ Megha Gupta Just because i have some spare time. declare-cursor open-cursor Loop-Start fetch-Cursor move to map until 10 send-map Loop-End...
View ArticleSuggestions & Feedback :: (In)Secure sign-on
Author: Nic Clouston Subject: (In)Secure sign-on Posted: Wed Mar 08, 2017 5:30 pm (GMT 5.5) From Firefox:Quote:www.ibmmainframes.com uses an invalid security certificate. The certificate is not trusted...
View ArticleDFSORT/ICETOOL :: RE: How to get current date -1 and current time -1 in my...
Author: murali.andaluri Subject: Reply to: How to get current date -1 and current time -1 in my output Posted: Wed Mar 08, 2017 5:40 pm (GMT 5.5) I was trying since this morning by changing logic to...
View ArticleCICS :: RE: how to send just 10 rows in a CICS screen from DB2 table
Author: Rohit Umarjikar Posted: Wed Mar 08, 2017 5:54 pm (GMT 5.5) You should dump all the rows to a temp queue and release all db2 resources and then do a simple paging logic based on the stored item...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Gnanas N Subject: Re: Reply to: COBOL Version 6.1 Posted: Wed Mar 08, 2017 7:18 pm (GMT 5.5)Bill Woodger wrote:They are all GO TOs, wrapped up in fanciness, with no named target.Code: PERFORM...
View ArticleDFSORT/ICETOOL :: RE: How to get current date -1 and current time -1 in my...
Author: Arun Raj Posted: Wed Mar 08, 2017 7:30 pm (GMT 5.5) I would suggest you post here what you have tried since morning._________________Arun...
View ArticleDFSORT/ICETOOL :: RE: SORT to append Month and YEAR in MMYY formate in file
Author: Arun Raj Posted: Wed Mar 08, 2017 7:36 pm (GMT 5.5) tisamf, Welcome to the forums! You could try some 'search'ing...
View ArticleCICS :: RE: how to send just 10 rows in a CICS screen from DB2 table
Author: Marso Posted: Wed Mar 08, 2017 8:17 pm (GMT 5.5) Fetching and storing up to 10000 rows may lead to bad response times, which is... not good. Some sites may even limit the number of DB2 accesses...
View ArticleCICS :: RE: how to send just 10 rows in a CICS screen from DB2 table
Author: Rohit Umarjikar Posted: Wed Mar 08, 2017 8:22 pm (GMT 5.5)Quote:With 10 rows a pages, you can have up to 1000 pages. That's a lot of Temporary Storage. As I doubt that anybody will ever reach...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Bill Woodger Subject: Reply to: COBOL Version 6.1 Posted: Wed Mar 08, 2017 8:52 pm (GMT 5.5) Correct. And is that "expected" by most people? And when you see it, are you certain it was what was...
View ArticleCOBOL Programming :: RE: COBOL Version 6.1
Author: Robert Sample Posted: Wed Mar 08, 2017 9:00 pm (GMT 5.5) If you start coding programs with EXIT PARAGRAPH or EXIT PERFORM (with or without CYCLE) -- who uses SECTION these days? -- then you...
View Article