JCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Nic Clouston Posted: Fri Jul 01, 2016 12:00 am (GMT 5.5) Use IDCAMS to generate a list of all the data sets associated with the ACTUAL.TEST base. Process that list to extract the data set names...
View ArticleIBM Tools :: OPC JCL Variable
Author: passion_sujesh Subject: OPC JCL Variable Posted: Fri Jul 01, 2016 4:21 am (GMT 5.5) Hi, Can any one let me know how i can change the value of the JCL variable using a batch job. Currently i...
View ArticleIBM Tools :: RE: OPC JCL Variable
Author: Rohit Umarjikar Posted: Fri Jul 01, 2016 7:17 am (GMT 5.5)Set a JCL variable in one job and pass it to another JCL or may be any REXX code would work so you need to look in that...
View ArticleIBM Tools :: RE: OPC JCL Variable
Author: passion_sujesh Subject: Reply to: OPC JCL Variable Posted: Fri Jul 01, 2016 7:43 am (GMT 5.5) Thanks for the suggestion rohit. I will try using the jcl provided. By any chance donu have a...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Ayyappa1 Posted: Fri Jul 01, 2016 9:32 am (GMT 5.5)Nic Clouston wrote:Use IDCAMS to generate a list of all the data sets associated with the ACTUAL.TEST base. Process that list to extract the...
View ArticleCOBOL Programming :: RE: Unstring list of values into an array.
Author: Roshnii Posted: Fri Jul 01, 2016 1:41 pm (GMT 5.5) @Rohit Umarjikar Yes, it is not working when I tested. The WS-CUST-STRING gets only the first customer and not the entire list. I tested the...
View ArticleCICS :: RE: CICS SOCKET shared between two transactions
Author: akont Subject: Reply to: CICS SOCKET shared between two transactions Posted: Fri Jul 01, 2016 4:50 pm (GMT 5.5) Thank you for your answers. The Share 2015 presentation was something i had not...
View ArticleCOBOL Programming :: RE: Unstring list of values into an array.
Author: Rohit Umarjikar Posted: Fri Jul 01, 2016 7:09 pm (GMT 5.5) It seens you have overlooked my earlier suggestion but take a look now and let us see what problems you face...
View ArticleJCL & VSAM :: RE: Compare each GDG Generations to other GDG generations
Author: Nic Clouston Posted: Fri Jul 01, 2016 8:02 pm (GMT 5.5) Does your daily generation start at G0001V00 or does it continue from the empty one created by DAILPROC? If the former then there is no...
View ArticleIBM Tools :: RE: OPC JCL Variable
Author: Nic Clouston Posted: Fri Jul 01, 2016 8:06 pm (GMT 5.5) You will have to find out if there is a REXX/OPC api (check doumentation) and if it is available in your shop (check OPC support...
View ArticleCOBOL Programming :: RE: Unstring list of values into an array.
Author: Robert Sample Posted: Fri Jul 01, 2016 8:15 pm (GMT 5.5) Why not use this (tested code on Enterprise COBOL 5.1.1)?Code: UNSTRING WS-REQ-DTL-INP DELIMITED BY '#'...
View ArticleSYNCSORT :: Regd Date Functions in Syncsort
Author: muralikrishnan_new Subject: Regd Date Functions in Syncsort Posted: Fri Jul 01, 2016 8:21 pm (GMT 5.5) I am trying to subtract 1 year from current date. I used the below options but I am...
View ArticleSYNCSORT :: RE: Regd Date Functions in Syncsort
Author: Robert Sample Posted: Fri Jul 01, 2016 8:49 pm (GMT 5.5) Does the SYNCSORT manual tell you that you can subtract a year from a date? If so, use what the manual recommends. If you cannot find it...
View ArticleSYNCSORT :: RE: Regd Date Functions in Syncsort
Author: Rohit Umarjikar Posted: Fri Jul 01, 2016 9:07 pm (GMT 5.5) Please try and check if sync sort supports.Code://SYSOUT DD SYSOUT=* //SORTIN DD *...
View ArticleCompuware & Other Tools :: RE: View Copybook having COPY statement in file Aid
Author: nkumar Subject: Reply to: View Copybook having COPY statement in file Aid Posted: Fri Jul 01, 2016 9:57 pm (GMT 5.5) Here is the response which I got from Compuware - Dear Mr. xxx, Customer...
View ArticleCompuware & Other Tools :: RE: View Copybook having COPY statement in file Aid
Author: Rohit Umarjikar Posted: Fri Jul 01, 2016 10:29 pm (GMT 5.5) Thanks for the follow up ,This will help someone with the same issue._________________Regards, Rohit Umarjikar"Some things Man was...
View ArticleDFSORT/ICETOOL :: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT
Author: balaji81_k Subject: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT Posted: Sat Jul 02, 2016 1:22 am (GMT 5.5) Hi , I have sort card where i am moving the this-year-* data fields to...
View ArticleDFSORT/ICETOOL :: RE: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT
Author: Robert Sample Subject: Reply to: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT Posted: Sat Jul 02, 2016 2:51 am (GMT 5.5) Did you look up the reason code associated with the ICE126A...
View ArticleDFSORT/ICETOOL :: RE: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT
Author: balaji81_k Subject: Re: Reply to: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT Posted: Sat Jul 02, 2016 3:22 am (GMT 5.5)Robert Sample wrote:Did you look up the reason code...
View ArticleDFSORT/ICETOOL :: RE: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT
Author: balaji81_k Subject: Re: Reply to: OUTREC FILELDS FAILS WITH ICE126A 2 INCONSISTENT REFORMAT Posted: Sat Jul 02, 2016 3:37 am (GMT 5.5)Robert Sample wrote:Did you look up the reason code...
View Article