TSO/ISPF :: Increase the screen size after split
Author: mistah kurtz Subject: Increase the screen size after split Posted: Fri Sep 02, 2016 6:39 pm (GMT 5.5) When we press F2(SPLIT), we can see the two screens in the same window. Is there any...
View ArticleTSO/ISPF :: RE: Increase the screen size after split
Author: Robert Sample Posted: Fri Sep 02, 2016 7:10 pm (GMT 5.5) Use the arrow keys to move the cursor to where you want the split, then hit the F2 key again._________________TANSTAAFL The first rule...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: steve-myers Posted: Fri Sep 02, 2016 7:40 pm (GMT 5.5) Unfortunately, I only have access to Enterprise COBOL for z/OS V4.2 Language Reference. The first sentence for RANDOM says, Quote:The...
View ArticleDB2 :: Masking Db2 data
Author: kishpra Subject: Masking Db2 data Posted: Fri Sep 02, 2016 9:23 pm (GMT 5.5) Hello Team, I am working on a requirement where I have an accountNo col in 3-5 Production DB2 tables. I need to...
View ArticleDB2 :: RE: Masking Db2 data
Author: enrico-sorichetti Subject: Reply to: Masking Db2 data Posted: Fri Sep 02, 2016 9:30 pm (GMT 5.5)Quote:consistent way for all the records and for all the tables where it is referenced to...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: RahulG31 Subject: Reply to: Random Password (in string format) generation. Posted: Fri Sep 02, 2016 9:47 pm (GMT 5.5) I don't want to disturb the high level talks but I like Mr. Woodger's idea....
View ArticleDB2 :: RE: Masking Db2 data
Author: Rohit Umarjikar Posted: Fri Sep 02, 2016 10:18 pm (GMT 5.5) I think , you can make a use of seq# , I would advice you to talk to DBA in this matter also look CREATE MASK if that is what you...
View ArticleDB2 :: RE: Masking Db2 data
Author: enrico-sorichetti Subject: Reply to: Masking Db2 data Posted: Fri Sep 02, 2016 10:32 pm (GMT 5.5) the create mask IIRC is NOT PCI compliant the unmasked data will still be present into the...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: Robert Sample Posted: Sat Sep 03, 2016 12:54 am (GMT 5.5) The Enterprise COBOL RANDOM intrinsic function is an interesting function. It returns COMP-1 or COMP-2 (short floating point or long...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: Bill Woodger Subject: Reply to: Random Password (in string format) generation. Posted: Sat Sep 03, 2016 1:32 am (GMT 5.5) ARITH(EXTEND) generally affects precision of floating-point results...
View ArticleCOBOL Programming :: RE: Random Password (in string format) generation.
Author: Robert Sample Posted: Sat Sep 03, 2016 1:45 am (GMT 5.5) Yeah, I use ARITH(EXTEND) for most of my tests -- when I get a chance, I'll see about rerunning my tests without...
View ArticleSYNCSORT :: RE: Sequence number add in SORT
Author: sergeyken Posted: Sat Sep 03, 2016 11:18 pm (GMT 5.5) More clear and more flexible would be using the parameter EDIT:Code:....,ADD,+1,EDIT=(TTTTTT),...._________________Tyrannosaurus-REXX
View ArticleCLIST & REXX :: save SAY var loop.
Author: italo_pm Subject: save SAY var loop. Posted: Sun Sep 04, 2016 3:06 am (GMT 5.5) I want to know how I can do extract the result from syslog i interrogating a CICS via syslog with this command:...
View ArticleCLIST & REXX :: RE: save SAY var loop.
Author: Akatsukami Posted: Sun Sep 04, 2016 3:52 am (GMT 5.5) Suggestions as to what? Please be clearer about what your problem is._________________Data is not information. Information is not...
View ArticleCOBOL Programming :: RE: Wildcard logic in COBOL
Author: sergeyken Posted: Sun Sep 04, 2016 4:07 am (GMT 5.5) COBOL is not good idea to deal with character strings, in any manner. C/C++ is much more convenient to do this as shown in previous post. If...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: sergeyken Posted: Sun Sep 04, 2016 4:16 am (GMT 5.5) In my humble opinion, the Team Leader who suggested to create SORT statements from sequential file instead of doing JOIN in SORT step - he...
View ArticleCOBOL Programming :: RE: how to DYNAMICALLY write sort cond to o/p file using...
Author: Rohit Umarjikar Posted: Sun Sep 04, 2016 4:41 am (GMT 5.5) Haha.. ðThat's what I thought about the approach._________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a...
View ArticleCLIST & REXX :: RE: save SAY var loop.
Author: sergeyken Posted: Sun Sep 04, 2016 5:43 am (GMT 5.5) Please clarify clearly how the structure of your output should look like? Your post includes a lot of code, but lacks of clarity, or a...
View ArticleDB2 :: SQL Query optimization.
Author: arunsoods Subject: SQL Query optimization. Posted: Sun Sep 04, 2016 6:27 am (GMT 5.5) Hi Team, While executing below query I am getting 8175.5351 as cost when i am checking through EXPLAIN in...
View ArticleDB2 :: RE: SQL Query optimization.
Author: Bill Woodger Subject: Reply to: SQL Query optimization. Posted: Sun Sep 04, 2016 1:36 pm (GMT 5.5) What do you want to do with that MAX value? Can't you store the value somewhere when you know...
View Article