DFSORT/ICETOOL :: Use of Parm in SORT
Author: Ambili S Subject: Use of Parm in SORT Posted: Mon May 09, 2016 9:16 pm (GMT 5.5) Hi I am trying to get 'X' number of records from a file for each execution using ENDREC. I used SET and passed...
View ArticleDFSORT/ICETOOL :: RE: Use of Parm in SORT
Author: Rohit Umarjikar Posted: Mon May 09, 2016 10:34 pm (GMT 5.5) Because that is a string. You would have to build a sort card which fits to your requirement and if you tell us more then someone can...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Bill Woodger Subject: Reply to: Performing addition using JCL sort card Posted: Tue May 10, 2016 3:46 am (GMT 5.5) If you use a SORT statement, DFSORT is smart enough to do what it is told. You...
View ArticleDFSORT/ICETOOL :: RE: Use of Parm in SORT
Author: Bill Woodger Subject: Reply to: Use of Parm in SORT Posted: Tue May 10, 2016 3:51 am (GMT 5.5) The JPn is a sort symbol. A symbol has a syntax. You can't necessarily use it anywhere you want....
View ArticleJCL & VSAM :: RE: CPU time Vs Number of records
Author: Bill Woodger Subject: Reply to: CPU time Vs Number of records Posted: Tue May 10, 2016 3:58 am (GMT 5.5) Have you for certain determined that the keyed-access is a performance problem? If no,...
View ArticleCOBOL Programming :: File comparsion - Records are in different Layout
Author: Suganya87 Subject: File comparsion - Records are in different Layout Posted: Tue May 10, 2016 1:05 pm (GMT 5.5) Hi, I need to write a Cobol program which does file comparison between Latest...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: enrico-sorichetti Subject: Reply to: File comparsion - Records are in different Layout Posted: Tue May 10, 2016 1:16 pm (GMT 5.5)Quote:do we have any other approach to do the same. the...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Rijit Subject: Re: File comparsion - Records are in different Layout Posted: Tue May 10, 2016 4:00 pm (GMT 5.5) You can do it through FILEAID if you have the XREF record layout for your file....
View ArticleCOBOL Programming :: RE: How to add % towards the end of my field value
Author: Rijit Subject: Reply to: How to add % towards the end of my field value Posted: Tue May 10, 2016 4:20 pm (GMT 5.5) I would say you can try this approach and see if works. >> In working...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Akatsukami Subject: Re: Reply to: File comparsion - Records are in different Layout Posted: Tue May 10, 2016 6:51 pm (GMT 5.5)enrico-sorichetti wrote:I looked once upon a time at FILEMANAGER...
View ArticleAll Other Mainframe Topics :: How to NDM a VSAM file
Author: manugeorge2004 Subject: How to NDM a VSAM file Posted: Tue May 10, 2016 9:05 pm (GMT 5.5) Hi I need to transfer a VSAM file from one LPAR to another. When I give the name of the cluster as...
View ArticleAll Other Mainframe Topics :: RE: How to NDM a VSAM file
Author: Robert Sample Posted: Tue May 10, 2016 9:53 pm (GMT 5.5) Looking at the NDM documentation, VSAM is supported as a receiving file type since there's a screen layout with VSAM organization, key...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Rohit Umarjikar Posted: Tue May 10, 2016 11:19 pm (GMT 5.5) Do both the Unstring and make each field one by one compared._________________Regards, Rohit Umarjikar"Some things Man was never...
View ArticlePL/I & Assembler :: Zerodivide raised when divisor is 0.01
Author: soundarr Subject: Zerodivide raised when divisor is 0.01 Posted: Wed May 11, 2016 12:05 am (GMT 5.5) Dear All, Strangely, I get a zerodivide error condition raised for the below statement. Can...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: Robert Sample Posted: Wed May 11, 2016 12:46 am (GMT 5.5) Look at the binary representation of 0.01 and compare it to your FIXED BIN(15,2). Also, why did you not just print the values of B and...
View ArticleCOBOL Programming :: RE: File comparsion - Records are in different Layout
Author: Bill Woodger Subject: Reply to: File comparsion - Records are in different Layout Posted: Wed May 11, 2016 12:50 am (GMT 5.5) Can there be additions or deletions of records? Are any additions...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: Akatsukami Posted: Wed May 11, 2016 1:22 am (GMT 5.5) I believe that you may not be correct, Robert. IIRC, the default base of an arithmetic variable is DECIMAL (although Soundar-kun ought to...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: Robert Sample Posted: Wed May 11, 2016 1:47 am (GMT 5.5) I still wonder why a forum post instead of just printing the value of C to see what it is._________________TANSTAAFL The first rule of...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: Rohit Umarjikar Posted: Wed May 11, 2016 2:10 am (GMT 5.5) May you want to check the compiler options used._________________Regards, Rohit Umarjikar"Some things Man was never meant to know. For...
View ArticlePL/I & Assembler :: RE: Zerodivide raised when divisor is 0.01
Author: soundarr Posted: Wed May 11, 2016 2:24 am (GMT 5.5) B and C are printed as 10 and 0.01 as assigned.
View Article