DFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: tspr52 Posted: Sat Mar 04, 2017 12:30 am (GMT 5.5) Yes, i am going to change for PD
View ArticleDB2 :: RE: To know activities on db2 tables
Author: vasanthz Posted: Sat Mar 04, 2017 12:51 am (GMT 5.5) Hello, Do you have BMC LOG MASTER for DB2 along with your BMC catalog Manager. If you have it then go to "Create Log Reports " then mention...
View ArticleDB2 :: RE: To know activities on db2 tables
Author: ashek15 Subject: Reply to: To know activities on db2 tables Posted: Sat Mar 04, 2017 1:33 am (GMT 5.5) We do not have log master. Is there any other way of finding thru mstr address space etc?...
View ArticleJCL & VSAM :: RE: Writing on to GSAM variable length
Author: rohanthengal Subject: Reply to: Writing on to GSAM variable length Posted: Sat Mar 04, 2017 1:34 am (GMT 5.5) Seems right, i was trying to increase S9(4) COMP to S9(8) COMP. But it was still...
View ArticleTSO/ISPF :: RE: Customizing the ISPF HILITE Command
Author: don.leahy Posted: Sat Mar 04, 2017 2:04 am (GMT 5.5) I'd love to be there, as this is a topic that I have looked into myself, but with only limited success. But my employer doesn't like sending...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: Bill Woodger Subject: Reply to: DFSORT MUL FIELDS Posted: Sat Mar 04, 2017 2:05 am (GMT 5.5) PD won't help. Look at UFF.
View ArticleSYNCSORT :: outrec field outside range
Author: Danielle.Filteau Subject: outrec field outside range Posted: Sat Mar 04, 2017 2:37 am (GMT 5.5) I've got 2 input files, F1=LRECL=80, F2,LRECL=200. Only the rows that match in both should be...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: sergeyken Posted: Sat Mar 04, 2017 2:53 am (GMT 5.5) The fields defined in BUILD= as "124,8,...133,8" are outside of REFORMAT fields_________________Tyrannosaurus-REXX
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Danielle.Filteau Posted: Sat Mar 04, 2017 2:58 am (GMT 5.5) Yes, I understand that. I need the output to have blanks between the fields, which the REFORMAT doesn't allow, so the OUTFIL is the...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: sergeyken Posted: Sat Mar 04, 2017 2:58 am (GMT 5.5)Quote:UFF Unsigned free format. Decimal digits (0-9) are extracted from right to left to form a positive number value. All non-decimal digit...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Bill Woodger Subject: Reply to: outrec field outside range Posted: Sat Mar 04, 2017 3:05 am (GMT 5.5) Where did you get FORMAT= for FIELDS on JOINKEYS? You have no choice. You don't need to use...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: Bill Woodger Subject: Reply to: outrec field outside range Posted: Sat Mar 04, 2017 3:06 am (GMT 5.5) You either have not specified everything in your REFORMAT, or you have misspecified...
View ArticleSYNCSORT :: RE: outrec field outside range
Author: sergeyken Posted: Sat Mar 04, 2017 3:07 am (GMT 5.5) All fields copied by BUILD parameter from REFORMAT record MUST BE within the size of REFORMAT FIELDS. A 128-bytes record comes as input to...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: Bill Woodger Subject: Reply to: DFSORT MUL FIELDS Posted: Sat Mar 04, 2017 3:09 am (GMT 5.5) Why would the result of the MUL (or a correct MUL, I haven't looked at any actual code) be wrong?
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: Bill Woodger Subject: Reply to: DFSORT MUL FIELDS Posted: Sat Mar 04, 2017 3:12 am (GMT 5.5) Although looking at the code, LENGTH=3 is certainly not going to go well. tspr52, How do you expect...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: sergeyken Subject: Re: Reply to: DFSORT MUL FIELDS Posted: Sat Mar 04, 2017 3:13 am (GMT 5.5)Bill Woodger wrote:Why would the result of the MUL (or a correct MUL, I haven't looked at any actual...
View ArticleDFSORT/ICETOOL :: RE: DFSORT MUL FIELDS
Author: Bill Woodger Subject: Reply to: DFSORT MUL FIELDS Posted: Sat Mar 04, 2017 3:31 am (GMT 5.5) And your point is? SORT knows nothing about decimal places. So what do you do, just not multiply...
View ArticleDB2 :: RE: To know activities on db2 tables
Author: vasanthz Posted: Sat Mar 04, 2017 4:20 am (GMT 5.5) It is possible to get it from SMF, but you still would need MXG or MICS or some other similar software that processes SMF. DB2ACCT - MXG...
View ArticleDB2 :: RE: Why myself doing Package Bind always for DB2 programs?
Author: Susanta Posted: Sat Mar 04, 2017 8:59 am (GMT 5.5) Thanks for the infos...@dave._________________Regards
View ArticleCLIST & REXX :: RE: Overriding PS data in rexx
Author: Willy Jensen Posted: Sat Mar 04, 2017 2:36 pm (GMT 5.5) Ok to answer our original question, when using a dataset to store values you could do this:Code: ADDRESS TSO "ALLOC DD(REFFIL)...
View Article