COBOL Programming :: RE: Two digit Date format
Author: Bill Woodger Subject: Reply to: Two digit Date format Posted: Sat May 07, 2016 2:11 pm (GMT 5.5) If your data are reliable, it is even simpler:Code:Â Â Â Â 01Â SOURCE-FIELD PIC X(30) VALUE...
View ArticleCLIST & REXX :: Need Help to Define 36 Input Fields (1 Byte) in REXX
Author: satish.ms10 Subject: Need Help to Define 36 Input Fields (1 Byte) in REXX Posted: Sat May 07, 2016 3:08 pm (GMT 5.5) Hi All, Thanks for all your support. I have situation to define 36 fields of...
View ArticleCLIST & REXX :: RE: Need Help to Define 36 Input Fields (1 Byte) in REXX
Author: enrico-sorichetti Subject: Reply to: Need Help to Define 36 Input Fields (1 Byte) in REXX Posted: Sat May 07, 2016 6:16 pm (GMT 5.5) read the ISPF manuals about the Code:.ZVARS...
View ArticleCLIST & REXX :: RE: Need Help to Define 36 Input Fields (1 Byte) in REXX
Author: satish.ms10 Posted: Sun May 08, 2016 5:01 pm (GMT 5.5) Thank you so much Enrico. I am able to fulfill my requirements with .ZVARS. Thanks, Satish_________________Thanx, Sati
View ArticlePL/I & Assembler :: And yet another PL/I RFE to vote for (or not)
Author: prino Subject: And yet another PL/I RFE to vote for (or not) Posted: Mon May 09, 2016 1:00 am (GMT 5.5)Enhance readability/usability of Attribute/Xref Table As usual, an IBM ID is required to...
View ArticleDFSORT/ICETOOL :: RE: Convert Timestamp Value
Author: magesh23586 Subject: Reply to: Convert Timestamp Value Posted: Mon May 09, 2016 7:24 am (GMT 5.5) This code may help you.Code: OPTION COPY...
View ArticleDFSORT/ICETOOL :: RE: Convert Timestamp Value
Author: magesh23586 Subject: Reply to: Convert Timestamp Value Posted: Mon May 09, 2016 8:18 am (GMT 5.5) Missed +12 addition.Code: OPTION COPY...
View ArticleDFSORT/ICETOOL :: RE: Convert Timestamp Value
Author: mrdinesh Subject: Reply to: Convert Timestamp Value Posted: Mon May 09, 2016 10:02 am (GMT 5.5) Hi Magesh, Thanks for your Help. I was able to convert the timestamp with a different Sortcard,...
View ArticleCOBOL Programming :: RE: Two digit Date format
Author: abdulrafi Posted: Mon May 09, 2016 10:18 am (GMT 5.5) Thanks Bill and Robert for your kind help._________________Thanks, Abdul Rafi
View ArticleDFSORT/ICETOOL :: RE: Convert Timestamp Value
Author: Bill Woodger Subject: Reply to: Convert Timestamp Value Posted: Mon May 09, 2016 10:28 am (GMT 5.5) Why do you want the NOMATCH for the monts? What's your actual problem with the months and...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Shaheen Shaik Posted: Mon May 09, 2016 12:03 pm (GMT 5.5) Thank you all for your answers. _________________Shanthanu
View ArticleCLIST & REXX :: REXX Screen not working due to LINKEDIT issue
Author: sundarkudos Subject: REXX Screen not working due to LINKEDIT issue Posted: Mon May 09, 2016 1:44 pm (GMT 5.5) Hi All, When I compile a PL/I DB2 program on a Z/OS v1.13 machine running with DB2...
View ArticleCLIST & REXX :: RE: REXX Screen not working due to LINKEDIT issue
Author: enrico-sorichetti Subject: Reply to: REXX Screen not working due to LINKEDIT issue Posted: Mon May 09, 2016 2:59 pm (GMT 5.5) speak to Your support to understand the changes done/NOT DONE when...
View ArticleJCL & VSAM :: CPU time Vs Number of records
Author: Nileshkul Subject: CPU time Vs Number of records Posted: Mon May 09, 2016 4:05 pm (GMT 5.5) Dear All, I have a VSAM file which is fairly constant volume - sort of control data. The file is read...
View ArticleJCL & VSAM :: RE: CPU time Vs Number of records
Author: Robert Sample Posted: Mon May 09, 2016 4:29 pm (GMT 5.5) Have you read the Demystifying VSAM Redbook? If not you need to. Direct (keyed) reads use the index component. A LISTCAT will tell you...
View ArticleJCL & VSAM :: RE: CPU time Vs Number of records
Author: Robert Sample Posted: Mon May 09, 2016 5:42 pm (GMT 5.5) Follow-up: have you talked to your site support group? If the data set (only Unix System Services has files on a z/OS system) is read...
View ArticleCOBOL Programming :: RE: Facing xml parser exception 798761
Author: muralikrishnan_new Subject: Reply to: Facing xml parser exception 798761 Posted: Mon May 09, 2016 7:51 pm (GMT 5.5) Hi Murugan, Sorry for the late response. I am just sharing the my piece of...
View ArticleCOBOL Programming :: RE: Facing xml parser exception 798761
Author: Rohit Umarjikar Posted: Mon May 09, 2016 8:03 pm (GMT 5.5)Quote:Sorry for the late response. You did nothing to be sorry for and in fact you are helping him in a weeks time which is not really...
View ArticleJCL & VSAM :: RE: CPU time Vs Number of records
Author: Rohit Umarjikar Posted: Mon May 09, 2016 8:16 pm (GMT 5.5) Welcome!!Quote:The file is read in batch. It has around 200 K records. The file is read in batch modules via keys. If I reduce record...
View ArticleDFSORT/ICETOOL :: RE: Performing addition using JCL sort card
Author: Rohit Umarjikar Posted: Mon May 09, 2016 9:10 pm (GMT 5.5) Bill, One question in this case does it require to do sort when we only deal with single category i.e. 'IT/it' records or DFSORT smart...
View Article