Quantcast
Channel: IBM Mainframe Computers Forums
Browsing all 9405 articles
Browse latest View live
↧

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 Article


DFSORT/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 Article


DFSORT/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 Article

DFSORT/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 Article

JCL & 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 Article


COBOL 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 Article

Image may be NSFW.
Clik here to view.

COBOL 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 Article

COBOL 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 Article


COBOL 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 Article


COBOL 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 Article

All 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 Article

All 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 Article

COBOL 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 Article


PL/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 Article

PL/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 Article


COBOL 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 Article

PL/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 Article


PL/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 Article

PL/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 Article

PL/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
Browsing all 9405 articles
Browse latest View live