CLIST & REXX :: Overriding PS data in rexx
Author: Shaheen Shaik Subject: Overriding PS data in rexx Posted: Fri Mar 03, 2017 5:08 pm (GMT 5.5) Hi Can anyone please help me here. I am a beginner in rexx. I have used the below code to read data...
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Nic Clouston Posted: Fri Mar 03, 2017 5:33 pm (GMT 5.5) Please use the code tags when presenting code and data or anything else that needs a fixed pitch font or needs to retain formatting. Does...
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Shaheen Shaik Posted: Fri Mar 03, 2017 5:59 pm (GMT 5.5) Hi Nic, I have to write the data entered by user (VGET) to the existing PS file overriding the existing record._________________Shanthanu
View ArticleDB2 :: RE: Why myself doing Package Bind always for DB2 programs?
Author: daveporcelan Posted: Fri Mar 03, 2017 6:28 pm (GMT 5.5) Plan CREATORB is probably a shared plan used by all programs/packages in the COLLECTIONB collection. All the packages in this collection...
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Akatsukami Posted: Fri Mar 03, 2017 6:32 pm (GMT 5.5) Then would it not be a good idea to actually write to the data set?_________________Data is not information. Information is not knowledge....
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Nic Clouston Posted: Fri Mar 03, 2017 6:39 pm (GMT 5.5) So you want to overWRITE not overRIDE? Is there just the one record? If so just write it. But that means the previous record is destroyed...
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Shaheen Shaik Posted: Fri Mar 03, 2017 7:07 pm (GMT 5.5) Yes Nic. I don't need the previous record in PS once I come out of panel. Once I come out and enter again, panel should hold new value...
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Nic Clouston Posted: Fri Mar 03, 2017 7:20 pm (GMT 5.5) You need to read the appropriate parts of these:z/OS ISPF Dialog Developer's Guide and Reference z/OS TSO/E REXX User's Guide (especially...
View ArticleJCL & VSAM :: Writing on to GSAM variable length
Author: rohanthengal Subject: Writing on to GSAM variable length Posted: Fri Mar 03, 2017 7:46 pm (GMT 5.5) I am working on one migration where we are writing a record on GSAM variable blocked file....
View ArticleJCL & VSAM :: RE: Writing on to GSAM variable length
Author: Nic Clouston Posted: Fri Mar 03, 2017 8:05 pm (GMT 5.5) Are you including the length of DATA-LENGTH itself in the data length?_________________Regards Nic
View ArticleDFSORT/ICETOOL :: RE: Write R1 and R2 to OP1 and R1 to OP2
Author: Arun Raj Posted: Fri Mar 03, 2017 8:21 pm (GMT 5.5) bhaskar_kanteti, Will you have any value other than R1 and R2 in your input?_________________Arun...
View ArticleDFSORT/ICETOOL :: RE: Write R1 and R2 to OP1 and R1 to OP2
Author: bhaskar_kanteti Posted: Fri Mar 03, 2017 8:27 pm (GMT 5.5) Actually I have other values other than R1 and R2. But I filtered them using SORT INCLUDE condition and wrote only R1 and R2. Now...
View ArticleJCL & VSAM :: RE: Writing on to GSAM variable length
Author: Terry Heinze Posted: Fri Mar 03, 2017 8:42 pm (GMT 5.5) The (R)ecord (D)escriptor (W)ord of a VB data set is 4 bytes long. S9(4) COMP is only 2 bytes._________________.... Terry
View ArticleJCL & VSAM :: RE: Writing on to GSAM variable length
Author: Robert Sample Posted: Fri Mar 03, 2017 9:19 pm (GMT 5.5) The RDW is 4 bytes, but the record length is the first 2 bytes of it -- the second two bytes are reserved (and used with VBS records)....
View ArticleDB2 :: To know activities on db2 tables
Author: ashek15 Subject: To know activities on db2 tables Posted: Fri Mar 03, 2017 11:23 pm (GMT 5.5) Hi all Can anybody tell how to find out when and how and who have inserted data in a given db2...
View ArticleTSO/ISPF :: Customizing the ISPF HILITE Command
Author: Pedro Subject: Customizing the ISPF HILITE Command Posted: Fri Mar 03, 2017 11:49 pm (GMT 5.5) I will be speak at the SHARE conference next week in San Jose. Please attend my session:...
View ArticleDFSORT/ICETOOL :: DFSORT MUL FIELDS
Author: tspr52 Subject: DFSORT MUL FIELDS Posted: Fri Mar 03, 2017 11:53 pm (GMT 5.5) Dear Colleagues, I want to multiply a record from the input file like this:...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: sergeyken Posted: Sat Mar 04, 2017 12:15 am (GMT 5.5) 1) All your "5.70K" are located at varying positions of input records. You cannot use fixed position in your compare, and MUL operations....
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: tspr52 Posted: Sat Mar 04, 2017 12:24 am (GMT 5.5) Hello Sergeyken and many thanks for your reply All 5.70 k are in the same position. Unfortunately, positions has moved to left before close...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: sergeyken Posted: Sat Mar 04, 2017 12:29 am (GMT 5.5) Anyway, ZD doesn't handle decimal point. RTFM_________________Tyrannosaurus-REXX
View Article