All Other Mainframe Topics :: RE: "DFSRRC00 vs IKJEFT01" for calling...
Author: arunsoods Posted: Mon Aug 15, 2016 10:56 am (GMT 5.5) Thanks you so much team...
View ArticleJCL & VSAM :: RE: Finding unreferenced datasets without DFHSM
Author: Pete Wilson Posted: Mon Aug 15, 2016 12:45 pm (GMT 5.5) //STEP1 EXEC PGM=ADRDSSU //SYSPRINT DD * //X DD DUMMY //SYSIN DD * DUMP ODD(X) ALLE OPT(4) PURGE DELETE - DS(INC( - data.set.name.or mask...
View ArticleAll Other Mainframe Topics :: RE: Released Init 0
Author: enrico-sorichetti Subject: Reply to: Released Init 0 Posted: Mon Aug 15, 2016 4:10 pm (GMT 5.5)Quote:Also try to post your answer back here so that anyone else looking for similar question...
View ArticleJCL & VSAM :: RE: Finding unreferenced datasets without DFHSM
Author: Willy Jensen Posted: Mon Aug 15, 2016 4:57 pm (GMT 5.5) The VTOC command from CBTTAPE.ORG. Ask for a report including the refdate, filter the report._________________WJ
View ArticleAll Other Mainframe Topics :: RE: Released Init 0
Author: Rohit Umarjikar Posted: Mon Aug 15, 2016 11:22 pm (GMT 5.5) I thought IPL is a generic stuff used old days during initialization of z/OS and INIT relates to that but I can be wrong in this...
View ArticleAll Other Mainframe Topics :: RE: Released Init 0
Author: Robert Sample Posted: Mon Aug 15, 2016 11:39 pm (GMT 5.5) IPL is a generic term in common use by just about every mainframe site. However, in more than 40 years of working as an operator,...
View ArticleCOBOL Programming :: compile and link program in 6.1
Author: brigitte pruett Subject: compile and link program in 6.1 Posted: Tue Aug 16, 2016 12:09 am (GMT 5.5) does anyone have or can point me to some JCL example to compile and link a program under...
View ArticleCOBOL Programming :: RE: compile and link program in 6.1
Author: Robert Sample Posted: Tue Aug 16, 2016 12:38 am (GMT 5.5) Most sites customize their compile process. This is because some sites have CA-LIBRARIAN or CA-PANVALENT or SCLM or Endevor or ... for...
View ArticleCOBOL Programming :: RE: compile and link program in 6.1
Author: Rohit Umarjikar Posted: Tue Aug 16, 2016 1:39 am (GMT 5.5) Do you not have version control tool at your site?_________________Regards, Rohit Umarjikar"Knowledge is knowing that a tomato is a...
View ArticleCOBOL Programming :: RE: compile and link program in 6.1
Author: Bill Woodger Subject: Reply to: compile and link program in 6.1 Posted: Tue Aug 16, 2016 3:06 am (GMT 5.5)"Knowledge is knowing that a tomato is a fruit, but Wisdom is knowing not to put it in...
View ArticleMainframe Jobs :: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Read
Author: Ernest L. Mason Subject: Fiserv Hiring 3 COBOL Devs FTE Orlando & Philly ~$110k Read Posted: Tue Aug 16, 2016 8:29 pm (GMT 5.5) Hi! I'm interested in any IBM Mainframe positions in the...
View ArticleJCL & VSAM :: RE: Checking for availability of a data set
Author: umeshkmrsh Posted: Wed Aug 17, 2016 2:54 pm (GMT 5.5) thanks sharing .... this one is simple as compared to IDCAMS _________________Umesh
View ArticleCOBOL Programming :: Julian Date and year
Author: Suganya87 Subject: Julian Date and year Posted: Wed Aug 17, 2016 6:22 pm (GMT 5.5) Hi , I need ( Year + Today's Julian date ) for an example if Julian date of today is 230 then I need 2016230...
View ArticleCOBOL Programming :: RE: Julian Date and year
Author: Marso Subject: Reply to: Julian Date and year Posted: Wed Aug 17, 2016 6:55 pm (GMT 5.5) Here is one possibility:Code:COMPUTE INTEGER-DATE = FUNCTION INTEGER-OF-DATE (DATE-YYYYMMDD) COMPUTE...
View ArticleCOBOL Programming :: RE: Julian Date and year
Author: Suganya87 Posted: Wed Aug 17, 2016 7:01 pm (GMT 5.5) Hi Marso, Sorry I need in SQL format , not cobol code._________________TIA
View ArticleDFSORT/ICETOOL :: Is there a time Version of DATEDIFF ?
Author: Steve Ironmonger Subject: Is there a time Version of DATEDIFF ? Posted: Wed Aug 17, 2016 7:06 pm (GMT 5.5) Just wondering if this is possible. I'm trying to calculate the difference between two...
View ArticleCOBOL Programming :: RE: Julian Date and year
Author: Marso Posted: Wed Aug 17, 2016 7:25 pm (GMT 5.5) Grrrrrrrrr
View ArticleDB2 :: Need to retrieve Julian_date
Author: Suganya87 Subject: Need to retrieve Julian_date Posted: Wed Aug 17, 2016 7:27 pm (GMT 5.5) Hi , I need ( Year + Today's Julian date ) for an example if Julian date of today is 230 then I need...
View ArticleCOBOL Programming :: RE: Julian Date and year
Author: Nic Clouston Posted: Wed Aug 17, 2016 7:38 pm (GMT 5.5) Then why post in the COBOL programming section and not the DB2 section? Locking._________________Regards Nic
View ArticleDB2 :: RE: Need to retrieve Julian_date
Author: Nic Clouston Posted: Wed Aug 17, 2016 7:48 pm (GMT 5.5) Get the julian day of the last day of the previous year and that of today. Subtract one from the other. Concatenate with the year....
View Article