PL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: Kerry Ropar Posted: Tue Oct 04, 2016 4:37 am (GMT 5.5) mainakdalal, are you using Ricoh Mainframe Printer at your shop?
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Abhi Nature Posted: Tue Oct 04, 2016 11:02 am (GMT 5.5)Bill Woodger wrote:I'm having difficulty understanding why you want to use the same program for E15 and E35. Can you explain more? E15 and...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Bill Woodger Subject: Reply to: SORT - E15 and E35 using same user exit routine Posted: Tue Oct 04, 2016 12:06 pm (GMT 5.5) If you have duplicated code (but why, what is it doing at input that...
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: PeterHolland Posted: Tue Oct 04, 2016 1:00 pm (GMT 5.5) Using the The Extended Parameter List you can supply a 4 character call identifier (offset 32 (dec)).
View ArticleDFSORT/ICETOOL :: RE: SORT - E15 and E35 using same user exit routine
Author: Bill Woodger Subject: Reply to: SORT - E15 and E35 using same user exit routine Posted: Tue Oct 04, 2016 1:25 pm (GMT 5.5) The Extended Parameter List is only available for program-invoked...
View ArticleCICS :: CICS VSAM RLS READ
Author: akodakka Subject: CICS VSAM RLS READ Posted: Tue Oct 04, 2016 3:09 pm (GMT 5.5) Hi We are trying to read a VSAM RLS file in a cics region. Can we do that using partilal key? The way we want to...
View ArticleCICS :: RE: CICS VSAM RLS READ
Author: enrico-sorichetti Subject: Reply to: CICS VSAM RLS READ Posted: Tue Oct 04, 2016 3:52 pm (GMT 5.5) googling with cics vsam rls wiill return all the links You need but You could have done that...
View ArticlePL/I & Assembler :: RE: Need Help in understanding what is the language of...
Author: mainakdalal Posted: Tue Oct 04, 2016 5:49 pm (GMT 5.5) Hi All, I was able to figure it out. The table is actually made up of Assembler macros. They were not in the standard maclib but in a...
View ArticleCICS :: RE: CICS VSAM RLS READ
Author: Terry Heinze Posted: Tue Oct 04, 2016 6:58 pm (GMT 5.5) The following will probably answer your...
View ArticleCICS :: RE: CICS VSAM RLS READ
Author: Rohit Umarjikar Posted: Tue Oct 04, 2016 8:39 pm (GMT 5.5) VSAM RLS provides the record locking and buffer coherency functions across CICS and batch. But the transactional recovery function for...
View ArticleJCL & VSAM :: VSAM define for large file
Author: jerryte Subject: VSAM define for large file Posted: Wed Oct 05, 2016 1:51 am (GMT 5.5) I want to define a VSAM file that will be loaded once with a large amount of data (50M records). The key...
View ArticleJCL & VSAM :: RE: ERROR WHILE SUBMITTING LOAD JOB
Author: jerryte Posted: Wed Oct 05, 2016 1:58 am (GMT 5.5) Check which LPAR the job actually executes on. You can see this in SDSF held output. Then ask your DBA if the 'DSN7' db2 subsystem is active...
View ArticleJCL & VSAM :: RE: VSAM define for large file
Author: enrico-sorichetti Subject: Reply to: VSAM define for large file Posted: Wed Oct 05, 2016 2:00 am (GMT 5.5) see here...
View ArticleJCL & VSAM :: RE: VSAM define for large file
Author: Robert Sample Posted: Wed Oct 05, 2016 2:13 am (GMT 5.5) YOUR definition of "a large amount of data (50 million 40-byte records) is MUCH different from my definition of a large amount of data....
View ArticleJCL & VSAM :: RE: VSAM define for large file
Author: Rohit Umarjikar Posted: Wed Oct 05, 2016 2:53 am (GMT 5.5) enrico-sorichetti, Precise Search _________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a fruit, but Wisdom...
View ArticleJCL & VSAM :: RE: VSAM define for large file
Author: Abid Hasan Posted: Wed Oct 05, 2016 10:51 am (GMT 5.5) Hello, Apologies for tagging onto a post, and for (possible) incorrect usage of terminology.Robert Sample wrote:.... if your space...
View ArticleDB2 :: ROWID field for LOBs
Author: gangapd Subject: ROWID field for LOBs Posted: Wed Oct 05, 2016 11:49 am (GMT 5.5) Hi All, I was reading about LOBs here In page 42, whey they talk about ROWID, they say "The generated ROWID is...
View ArticleDB2 :: RE: ROWID field for LOBs
Author: Garry Carroll Posted: Wed Oct 05, 2016 1:35 pm (GMT 5.5) If you read the page carefully you will see that the first 14 bytes are what's stored. The last 8 bytes are generated at SELECT time....
View ArticleCOBOL Programming :: Job to wait and continue based on reply
Author: yugendran Subject: Job to wait and continue based on reply Posted: Wed Oct 05, 2016 1:46 pm (GMT 5.5) Dear all, I have the below scenario where the jobs will be submitted by scheduler. Two or...
View ArticleCLIST & REXX :: Strange EXEC function call in z/VM
Author: Willy Jensen Subject: Strange EXEC function call in z/VM Posted: Wed Oct 05, 2016 2:07 pm (GMT 5.5) Hi, I've started looking at z/VM and came across this, in my opinion, rather strange call:...
View Article