TSO/ISPF :: RE: dataset copy question - REPRO or something else
Author: Robert Sample Posted: Wed Aug 03, 2016 11:38 pm (GMT 5.5) Consult your site support group. They can tell you the options you have and the best way to proceed. Depending upon what you are...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: mistah kurtz Posted: Wed Aug 03, 2016 11:47 pm (GMT 5.5) Hi, As suggested by vendor, we tried the several compiler options that was provided. But in all the cases, when we move an X(4) with all...
View ArticleCOBOL Programming :: Updating value of key using rewrite statement.
Author: ParminderKumar Subject: Updating value of key using rewrite statement. Posted: Thu Aug 04, 2016 12:46 am (GMT 5.5) If I am using keyed read, is it possible to update value of key and rewrite...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Rohit Umarjikar Posted: Thu Aug 04, 2016 12:52 am (GMT 5.5) When I tried , I did not observe this X'404040F0" as you do, may be you change the compiler option for zOS instead of UNIX to fix the...
View ArticleCOBOL Programming :: RE: Updating value of key using rewrite statement.
Author: Robert Sample Posted: Thu Aug 04, 2016 12:54 am (GMT 5.5) No. Rewrite implies that you are updating in place -- that is, THE KEY VALUE DOES NOT CHANGE! If you are changing even a single byte of...
View ArticleCOBOL Programming :: RE: Updating value of key using rewrite statement.
Author: Rohit Umarjikar Posted: Thu Aug 04, 2016 12:54 am (GMT 5.5) Welcome!! Why is there a need at first place to update key, one should never be doing that. This is not a cobol question...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: mistah kurtz Posted: Thu Aug 04, 2016 1:05 am (GMT 5.5) Can you post what you tried in Z/OS, along with compiler options?
View ArticleCOBOL Programming :: RE: Updating value of key using rewrite statement.
Author: ParminderKumar Subject: Reply to: Updating value of key using rewrite statement. Posted: Thu Aug 04, 2016 1:07 am (GMT 5.5) So, if by mistake I have added a record in file with wrong value of...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: Rohit Umarjikar Posted: Thu Aug 04, 2016 1:15 am (GMT 5.5) Same as what you tried. I tried with variable and hardcoded space movements.Code:NOADATAÂ Â Â Â Â Â Â Â Â NOADV...
View ArticleCOBOL Programming :: RE: Updating value of key using rewrite statement.
Author: Robert Sample Posted: Thu Aug 04, 2016 1:19 am (GMT 5.5) How many times do you want to hear it? Yes, you must delete the record and write the record with the correct key as you cannot update...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Daniel Teolotitla Posted: Thu Aug 04, 2016 2:26 am (GMT 5.5) I do a CEDF on the transaction that invokes CALL, I go in and out but ignores the timer STIMERM , so I imagine it must be something...
View ArticlePL/I & Assembler :: RE: Send parameter for macro STIMERM from Cobol program
Author: Robert Sample Posted: Thu Aug 04, 2016 2:54 am (GMT 5.5) CEDF stops on EXEC CICS commands, so I have no idea why you think the STIMER would not be invoked -- you CANNOT tell this from looking...
View ArticleAll Other Mainframe Topics :: SACCT in NDM
Author: passion_sujesh Subject: SACCT in NDM Posted: Thu Aug 04, 2016 9:14 am (GMT 5.5) Hi, Can any one explain how SACCT in the NDM card is processed by the remote server. I am analyzing a NDM...
View ArticleCOBOL Programming :: RE: Alphanumeric to Numeric move on UNIX
Author: steve-myers Posted: Thu Aug 04, 2016 10:33 am (GMT 5.5)Robert Sample wrote:With Enterprise COBOL, when you move a PIC X(4) variable to a PIC 9(4) variable, the compiler generates code to ensure...
View ArticleDFSORT/ICETOOL :: DFSORT sorting only specific records
Author: akodakka Subject: DFSORT sorting only specific records Posted: Thu Aug 04, 2016 11:24 am (GMT 5.5) Hi , I have a file like this, HDR9999 DET0009 DET0001 DET0003 TRL0000 I want to sort only...
View ArticleDFSORT/ICETOOL :: RE: DFSORT sorting only specific records
Author: expat Posted: Thu Aug 04, 2016 12:15 pm (GMT 5.5) Do a google search for "Smart DFSORT tricks" and your answer awaits _________________Some people are like Slinkies. They have no real value,...
View ArticleJCL & VSAM :: RE: JCL MULTIPLE STEP EXECUTION QUERY
Author: Abid Hasan Posted: Thu Aug 04, 2016 12:20 pm (GMT 5.5) An afterthought, before the step actually flushes due to 'NOT DEFINED BECAUSE DUPLICATE NAME EXISTS IN CATALOG', TS's JCL won't execute...
View ArticleDB2 :: RE: Need help on a SQL query
Author: Pandora-Box Posted: Thu Aug 04, 2016 12:40 pm (GMT 5.5)Rohit Umarjikar wrote:Quote:Why not join A and B and get the desired result ? Because there is no relationship. I don't agree, Because...
View ArticleDFSORT/ICETOOL :: RE: DFSORT sorting only specific records
Author: Pandora-Box Posted: Thu Aug 04, 2016 12:46 pm (GMT 5.5) DATASORT should help you achieve the same._________________To understand recursion, You must understand recursion Pandora
View ArticleDB2 :: RE: Execute multiple DB2 Load commands in one request
Author: Pandora-Box Posted: Thu Aug 04, 2016 12:49 pm (GMT 5.5) DB2 Utility guide has all the details you need. Please read chapter 16 in utility guide. Quote:db2 command window picks all the load...
View Article