CLIST & REXX :: execute APP if they are not ADDRESS TSO from rexx
Author: italo_pm Subject: execute APP if they are not ADDRESS TSO from rexx Posted: Fri Aug 12, 2016 2:15 am (GMT 5.5) Hello, I wanted to know, How to execute commands that are not ADDRESS TSO? to open...
View ArticleCLIST & REXX :: RE: execute APP if they are not ADDRESS TSO from rexx
Author: enrico-sorichetti Subject: Reply to: execute APP if they are not ADDRESS TSO from rexx Posted: Fri Aug 12, 2016 2:32 am (GMT 5.5) look at the SYSVIEW manuals to find out if there is a REXX...
View ArticleJCL & VSAM :: RE: Converting multiple VB files to FB files in single step
Author: sergeyken Posted: Fri Aug 12, 2016 3:08 am (GMT 5.5) FILEAID can do the jobCode://FILECOPY EXEC PGM=FILEAIDÂ Â Â Â Â Â Â Â Â Â Â Â //SYSPRINTÂ DD SYSOUT=*Â Â Â Â Â Â Â Â Â Â Â Â Â Â //*...
View ArticleDB2 :: Updating online Db2 table
Author: kishpra Subject: Updating online Db2 table Posted: Fri Aug 12, 2016 2:44 pm (GMT 5.5) Hello Team, I have a requirement to read a flat file and update the DB2 table which is used by online...
View ArticleAll Other Mainframe Topics :: RE: Released Init 0
Author: Yolanda Harvey Subject: Reply to: Released Init 0 Posted: Fri Aug 12, 2016 5:17 pm (GMT 5.5) I will definitely ask the operator. Thanks.
View ArticleJCL & VSAM :: DB2 Unload format options
Author: Susanta Subject: DB2 Unload format options Posted: Fri Aug 12, 2016 5:42 pm (GMT 5.5) Hi All I want to use DB2UJHPU to unload rows from a table. to be used by non db2 team. need to unload the...
View ArticleDB2 :: RE: Updating online Db2 table
Author: don.leahy Posted: Fri Aug 12, 2016 6:33 pm (GMT 5.5) If I was asked to do this, I would write a Cobol-DB2 program that takes frequent Commits. I would write it to be checkpoint...
View ArticleDB2 :: RE: Updating online Db2 table
Author: Rohit Umarjikar Posted: Fri Aug 12, 2016 7:58 pm (GMT 5.5) I would rather do a load replace because( I am sure you have full population in that flat file )with share level change which means...
View ArticleDB2 :: RE: Updating online Db2 table
Author: RahulG31 Subject: Reply to: Updating online Db2 table Posted: Fri Aug 12, 2016 8:49 pm (GMT 5.5) I agree with don. It needs to be a COBOL-DB2 program with frequent commits. But I don't think it...
View ArticleCLIST & REXX :: Invoking CA 7 commands through REXX
Author: kenshin Subject: Invoking CA 7 commands through REXX Posted: Fri Aug 12, 2016 9:33 pm (GMT 5.5) Can anyone please help me in executing CA 7 commands through REXX The code which I am using...
View ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: enrico-sorichetti Subject: Reply to: Invoking CA 7 commands through REXX Posted: Fri Aug 12, 2016 9:41 pm (GMT 5.5) what happens when You run the script using Trace ?_________________cheers...
View ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: Robert Sample Subject: Reply to: Invoking CA 7 commands through REXX Posted: Fri Aug 12, 2016 9:45 pm (GMT 5.5) I Googled ca-7 rexx and got back about 77,800 hits and the very first one was...
View ArticleAll Other Mainframe Topics :: "DFSRRC00 vs IKJEFT01" for calling DB2-Cobol...
Author: arunsoods Subject: "DFSRRC00 vs IKJEFT01" for calling DB2-Cobol Programs Posted: Fri Aug 12, 2016 9:54 pm (GMT 5.5) Hi Team, In my project in all jobs I saw that we are calling COBOL-DB2...
View ArticleAll Other Mainframe Topics :: RE: "DFSRRC00 vs IKJEFT01" for calling...
Author: Robert Sample Posted: Fri Aug 12, 2016 9:59 pm (GMT 5.5) Do you have a performance issue at this time? If not, why on earth are you even thinking about the efficiency of DFSRRC00 versus...
View ArticleJCL & VSAM :: RE: Reading selected volumes of a multi-volume tape file
Author: Bryan Lehner Posted: Sat Aug 13, 2016 12:03 am (GMT 5.5) I experienced this same situation, and a new version of CA-1 had been installed that leveraged the IBM Label Anomaly Exit. We had to...
View ArticleCLIST & REXX :: RE: Invoking CA 7 commands through REXX
Author: kenshin Posted: Sat Aug 13, 2016 1:33 am (GMT 5.5) yes I tried running the script with 'trace' but did not get any useful messages: SUCCESS 8 *-* IF RSLT <> 'SUCCESS' 10 *-* ELSE *-* DO...
View ArticleTSO/ISPF :: Why can I not turn my PANELID/SCRNAME OFF?
Author: Jan Olivetti Subject: Why can I not turn my PANELID/SCRNAME OFF? Posted: Sat Aug 13, 2016 1:48 am (GMT 5.5) In my ISPF sessions, my panelid (e.g., ISR@PRIM) shows up in every screen. I have...
View ArticleTSO/ISPF :: RE: Why can I not turn my PANELID/SCRNAME OFF?
Author: RahulG31 Subject: Reply to: Why can I not turn my PANELID/SCRNAME OFF? Posted: Sat Aug 13, 2016 2:09 am (GMT 5.5) If it is present at the top left corner then give command 'PANELID' to turn it...
View ArticleTSO/ISPF :: RE: Why can I not turn my PANELID/SCRNAME OFF?
Author: Jan Olivetti Posted: Sat Aug 13, 2016 2:10 am (GMT 5.5) SWAPBAR did the trick. Thanks!
View ArticleJCL & VSAM :: Query on BLSR
Author: Nileshkul Subject: Query on BLSR Posted: Sat Aug 13, 2016 5:18 am (GMT 5.5) Please help with a query on BLSR: I have a 20 threads for a job running paralally. A VSAM file which has 20 copies...
View Article