DB2 :: 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 ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: Akatsukami Posted: Wed Aug 17, 2016 11:22 pm (GMT 5.5) Does the CA-7 interface provide special variables with the error message number and text?_________________Data is not information....
View ArticleJCL & VSAM :: RE: stacking files on a tape
Author: Robert Sample Posted: Wed Aug 17, 2016 11:42 pm (GMT 5.5) That's pretty much it. I've seen referback used a number of times to ensure the same tape is used for each data set, especially when...
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 11:53 pm (GMT 5.5)Quote: You are issuing two different commands. My point was: if the first is successful,...
View ArticleAll Other Mainframe Topics :: RE: Released Init 0
Author: Pedro Subject: Reply to: Released Init 0 Posted: Thu Aug 18, 2016 12:04 am (GMT 5.5)Quote: Luckily another programmer responded to his query. I am curious what that response...
View ArticleJCL & VSAM :: RE: stacking files on a tape
Author: Bill Woodger Subject: Reply to: stacking files on a tape Posted: Thu Aug 18, 2016 1:03 am (GMT 5.5) I've done it like that from multiple steps. I've recently seen comment that it is a bit of an...
View ArticleJCL & VSAM :: RE: stacking files on a tape
Author: Pedro Subject: Reply to: stacking files on a tape Posted: Thu Aug 18, 2016 5:15 am (GMT 5.5) Someone gave me this example, as what I probably have to change to:Code:Step 1: //OUTDD1Â Â DD...
View ArticleJCL & VSAM :: RE: stacking files on a tape
Author: Pedro Subject: Reply to: stacking files on a tape Posted: Thu Aug 18, 2016 5:22 am (GMT 5.5)Quote: so what is the particular purpose of the stacking? It is probably not a big deal for a few...
View ArticleDB2 :: 24x7 online logs using DSN1LOGP (similar to CA Log Analyzer)
Author: SRICOBSAS Subject: 24x7 online logs using DSN1LOGP (similar to CA Log Analyzer) Posted: Thu Aug 18, 2016 11:52 am (GMT 5.5) Hi DB2 Experts, I am in a kind of difficult situation in my project....
View ArticlePL/I & Assembler :: User exit in COBOL programs
Author: ganasrinivasan Subject: User exit in COBOL programs Posted: Thu Aug 18, 2016 12:48 pm (GMT 5.5) Hi, can anyone suggest how to provide User exits (for VSAM IO) for COBOL program. Even if we need...
View ArticleIBM Tools :: RE: Fault Analyzer - listings question.
Author: egrove Subject: Fault Analyzer - listings question. Posted: Thu Aug 18, 2016 2:23 pm (GMT 5.5) Got the issue resolved with the following: Please see following technote,...
View ArticleDB2 :: Command UNIQUE CONSTRAINT on any table in BMC DB2 catalog
Author: rohanthengal Subject: Command UNIQUE CONSTRAINT on any table in BMC DB2 catalog Posted: Thu Aug 18, 2016 3:48 pm (GMT 5.5) Does anyone know the command to view unique constraint present on...
View ArticleDB2 :: RE: Command UNIQUE CONSTRAINT on any table in BMC DB2 catalog
Author: rohanthengal Posted: Thu Aug 18, 2016 3:50 pm (GMT 5.5) actually i am getting SQLCODE = -803 while inserting row in table which does not have any primary key.. I checked primary keys for table...
View ArticleDB2 :: RE: Command UNIQUE CONSTRAINT on any table in BMC DB2 catalog
Author: rohanthengal Posted: Thu Aug 18, 2016 4:15 pm (GMT 5.5) Got it.. Finally after multiple trial and errors i found the command as IM. This will show the columns on which we have UNIQUE...
View ArticleDB2 :: RE: 24x7 online logs using DSN1LOGP (similar to CA Log Analyzer)
Author: SRICOBSAS Subject: Reply to: 24x7 online logs using DSN1LOGP (similar to CA Log Analyzer) Posted: Thu Aug 18, 2016 4:17 pm (GMT 5.5) Hi Config info (thought would be helpful) Platform: z/OS v...
View ArticleJCL & VSAM :: RE: stacking files on a tape
Author: enrico-sorichetti Subject: Reply to: stacking files on a tape Posted: Thu Aug 18, 2016 5:13 pm (GMT 5.5) why not evaluate the use of ADRDSSU ?_________________cheers enrico When I tell somebody...
View Article