All 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 ArticleDB2 :: RE: Need to retrieve Julian_date
Author: Marso Posted: Wed Aug 17, 2016 7:54 pm (GMT 5.5) Then check documentation for VARCHAR_FORMAT function.
View ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: kenshin Posted: Wed Aug 17, 2016 9:39 pm (GMT 5.5) COMMAND = 'LQ,JOB='myjobname RSLT = CAL2X2WA(COMMAND) SAY RSLT IF RSLT <> 'SUCCESS' THEN EXITRC = 20 ELSE DO ADDRESS CA7 COMMAND EXITRC...
View ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: Pedro Subject: Reply to: Invoking CA 7 commands through REXX Posted: Wed Aug 17, 2016 9:51 pm (GMT 5.5) I am not sure what is confusing. You are issuing two different commands. The first is...
View ArticleDFSORT/ICETOOL :: RE: Is there a time Version of DATEDIFF ?
Author: Bill Woodger Subject: Reply to: Is there a time Version of DATEDIFF ? Posted: Wed Aug 17, 2016 10:45 pm (GMT 5.5) No end date? Jobs running for longer than 24 hours will be incorrect. Jobs...
View ArticleJCL & VSAM :: stacking files on a tape
Author: Pedro Subject: stacking files on a tape Posted: Wed Aug 17, 2016 11:11 pm (GMT 5.5) I am not a user of tapes. Someone asked me about how to 'stack files' on a tape, from my tool. I probably...
View Article