Re: Control-M/Tape

2021-03-29 Thread Oren, Yifat
Hi, Please check out Control-M/Tape CTTSBD (Data Set Stacking) -https://documents.bmc.com/supportu/INC/help/Main_help/en-US/index.htm#70522.htm. It can be used to duplicate tape volumes. Hope that helps, Yifat Disclaimer: These postings are my own and do not necessarily represent BMC's

Re: Editing HLASM source with Visual Studio - columns 73-80

2019-12-11 Thread Oren, Yifat
Hi, It works perfectly for me. Thanks Dan! My settings.json looks like this: { "terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe", "window.zoomLevel": 1, "files.associations": { "*.s": "hlasm", "*.asm": "hlasm" }, "[hlasm]": {

Re: TapeTools VEHSYNC job

2019-04-17 Thread Oren, Yifat
Hi Gadi, Long time no speak  If we're not mistaken, you should use CNTLT60 for Control-T V6 MDB or CNTLT61 for V6.1 (and higher). There was a change in the MDB format in 6.1. HTH, Yifat -Original Message- From: IBM Mainframe Discussion List On Behalf Of Gadi Ben-Avi Sent:

Re: SMF/RMF records for 4hr rolling average MSU?

2019-03-06 Thread Oren, Yifat
Hi, RCTLACS (SMF70LAC) is the 4-hours rolling average. RCTLACS*100/RCTIMGWU will give you the percentage of your current 4hra from the defined capacity. Take a look at this nice Rexx: https://groups.google.com/d/msg/bit.listserv.ibm-main/-iym0vSN8Lw/urgOuMFSBgAJ. Also, a great wiki about SMF

Re: SMF record analyze

2018-04-24 Thread Oren, Yifat
Hi, Take a look at: http://ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopment/rexx_smf_part3/?page=1 I've used the Rexx code sample in this article as a good starting point for analyzing SMF 30s. HTH, Yifat -Original Message- From: IBM Mainframe Discussion List

Re: Easiest way to share incore data between batch jobs

2017-03-23 Thread Oren, Yifat
Hi, Are you thinking about something like Hyperbatch? https://goo.gl/xJkWB7 Thanks, Yifat -Original Message- From: IBM Mainframe Discussion List [mailto:IBM-MAIN@LISTSERV.UA.EDU] On Behalf Of Victor Gil Sent: 23 March 2017 17:52 To: IBM-MAIN@LISTSERV.UA.EDU Subject: Easiest way to

Re: Randomly disappearing IGD101I messages.

2016-10-18 Thread Oren, Yifat
Hi Kees, Are there any allocation messages issued? The MSGLEVEL parameter controls whether allocation messages are issued to the JESYSMSG sysout. Make sure it is (1,1) in all executions. Otherwise, please open a ticket with BMC and attach the sysout of 2 different job runs (one with the

Re: SMF Type 30

2015-08-27 Thread Oren, Yifat
While we are at it - SMF30_Highest_Task_CPU_Program has the program name from the task that reported the largest CPU time percentage for the step (in 30-4, if I understand the manual correctly). Regards, Yifat -Original Message- From: IBM Mainframe Discussion List

Re: Is there any tools or interface which could analyse or monitor SYS1.MANX directly?

2015-06-15 Thread Oren, Yifat
See http://www.ibmsystemsmag.com/mainframe/tipstechniques/applicationdevelopment/rexx_smf_part4/ for a great REXX example (SMF type 30). BTW, with z/OS 2.1 Rexx can read VBS's so it is now very well equipped to easily read dumped SMF records. Regards, Yifat -Original Message- From: