CustomPac FTPCSI Utility User Guide

Size: px
Start display at page:

Download "CustomPac FTPCSI Utility User Guide"

Transcription

1 CustomPac FTPCSI Utility User Guide Version November 2017 Owner: IBM CustomPac Development Page 1 of 47

2 Contents 1. Summary of changes Version Version Version Version Version Introduction Features Prerequisites Upgrading a previous version of the FTPCSI Install FTPCSI to a new dataset, keeping the old version unchanged Transmission log migration... 8 Configuration migration Install FTPCSI to the same dataset, replacing the old version Transmission log migration... 8 Configuration migration Replace existing ftpcsi.jar with a new version Put a new ftpcsi.jar to a separated USS directory Place both new and old ftpcsi.jar files to the same USS directory Downloading the FTPCSI utility Uploading files to z/os host Uploading fcsilib.bin Uploading ftpcsi.jar Recommended place for ftpcsi.jar Transfer directly to USS Transfer to z/os, then to USS Unpacking FTPCSI utility Configuring FTPCSI utility Configuring for a proxy server https.proxyhost https.proxyport proxy.username proxy.password Owner: IBM CustomPac Development Page 2 of 47

3 Example Working with FTPCSI utility Starting the utility Test connection Prepare and send CSI Prepare and send IODF Prepare CSI for sending Sending CSI files to IBM manually Prepare IODF for sending Sending IODF files to IBM manually Downloading an order from IBM Preparation Processing View history log Appendix A. Content of the FTPCSI utility Appendix B. FTPCSI configuration file FTPCSI configuration parameters Appendix C. CPPECSI invocation parameters Examples Using the default configuration Using the default test configuration Using a custom configuration in the sequential dataset Using a custom configuration in the PDS member Owner: IBM CustomPac Development Page 3 of 47

4 1. Summary of changes 1.1. Version Java requirements: - Java version 8 (or higher) required to execute FTPCSI Java classes. FTPCSI utility version has following changes: - New feature added to download an order from the IBM Download Server. - A new panel added to the workflow to comply with GDPR rules: Private data collection warning. Configuration file changes: - Parameters added: ClassDownloadOrder, ClassUploadCSI, OptsDownloadOrder, OptsUploadCSI. Program files changes: - CPPECSI changed to support new features. - CPPECSIL changed to support new features. ISPF panels changes: - Panel CPPPFTP1: option added to download an order. - Panel CPPPFTPH: header changed. - Panels added: CPPPFTPD, CPPPFTPE, CPPPFTPF, CPPPFTPG, CPPPFTPH. ISPF skeletons changes: - Job skeletons added: FCSIJCL3, FCSIJCL4. - STDPARM skeletons added: FCSISTD3, FCSISTD4. - STDPARM skeletons changed: FCSISTD1, FCSISTD2. Documentation changes: - Multiple changes to reflect new program features Version FTPCSI utility version has following bug fixes and changes: - Test connection status was not updated on the CPPPFTP1 panel after the first test execution when the FCSISTAT variable is not in the user profile. CPPPFTP1 panel changed to support variables updates. - Temporary ISPF table CPPALLZN was locked by CPPECSI that makes unable to run FTPCSI in multiuser environment. Changed to work with in-memory table. - Misleading error Global CSI not found was displayed when reading CSI dataset. Changed to show all messages of the failed REPRO program. - Panel CPPPFTPC added to display error messages. Documentation changes: - CPPPFTPC panel description added to section 8.3 and 8.5. Owner: IBM CustomPac Development Page 4 of 47

5 - CPPPFTPC panel added to the Appendix A Content of the FTPCSI utility Version The FTPCSI utility version has following changes and new features: - New features added: o Send IODF dataset to IBM. o Prepare IODF dataset for download to workstation. - Ticket number is not used anymore. Documentation changes: - Sections added: o 3. Upgrading a previous version of the FTPCSI o Recommended place for ftpcsi.jar (in the 5.2. Uploading ftpcsi.jar) o 8.7. Prepare IODF for sending o 8.8. Sending IODF files to IBM manually - Changed: Appendix A. Content of the FTPCSI utility. - Changed: ISPF panels images and descriptions Version The FTPCSI utility version has following changes and new features: - Proxy server authentication supported using user id and password. - Apache HttpComponents Client added to the package. The HttpComponents Client is licensed under Apache v2.0 license. - Apache v2.0 license text added to the FTPCSI package (member FCSILIC). - Defect fixed: in version when a long configuration parameter continues on several lines, the program removes leading spaces from every line before concatenation. In version leading spaces are not removed. - CPPECSI improvement: option STACK added to LIBDEF commands issued by the CPPECSI. The program then removes their LIBDEFs on exit. Documentation changed: - Added chapter 6.1 Configuring for proxy server. - FCSILIC added to the list of members (Appendix A. Content of the FTPCSI utility.) 1.5. Version The new version of FTPCSI was released to comply with current security requirements. The FTPCSI utility version has a set of changes and new features: - Transport method changed from the simple (unsecured) FTP to the secured HTTPS protocol. - Workstation not required anymore to submit a CSI request. The utility has a new panel to collect all required information from the user. This information is transferred in the single transaction with the CSI data. - It is possible now to include target CSI zones with different SRELs in a single transaction (previous version was limited to a single SREL per transaction). Owner: IBM CustomPac Development Page 5 of 47

6 - New Java program added to the FTPCSI utility. The program resides in the archive file ftpcsi.jar. The purpose of the program is to establish a communication path to the IBM CustomPac server and transfer a CSI data. - Design of most panels changed. - Process flow (sequence of panels) changed. - Some program parameters moved to the configuration member. The default configuration member name is FCSICONF. - New optional command line parameter CONF introduced to specify a configuration dataset/member. - Batch job changed to support new features. Owner: IBM CustomPac Development Page 6 of 47

7 2. Introduction FTPCSI is a z/os tool that helps you in sending your CSI and IODF data to IBM and to download an electronic order from IBM. To send CSI or IODF, the utility collects all the required information, exports your IODF data or SMP/E zones and transmits the exported data to the IBM CustomPac server. Optionally you could prepare the data and do not send it from your z/os but then send it from your workstation manually. To download an electronic order, the utility collects the required order information, retrieves order files and saves it in the USS filesystem. Do not be confused with a name of the utility that comes from the old version of the program. Despite its name the FTPCSI does not use the unsecured FTP protocol to send or receive data. Instead a secured transport is used. The utility consists of a set of REXX programs, ISPF panels and skeletons and a Java jar file Features The FTPCSI utility has following features: - Test from your TSO session that your host can connect to the IBM CustomPac server and transfer data using a secured protocol. - Collect the information required to submit your data (i.e. your address, customer number and more) then export your CSI zones or IODF information and send the data to IBM. - Export your CSI zones or IODF information but do not send them to IBM. - Collect the information required to download an electronic order then get order files from IBM and save to the USS filesystem. - View a log of completed transactions Prerequisites Following products must be installed on your z/os to run FTPCSI utility. - ISPF/PDF version 3.5 or above - SMP/E release 1.5 or above - Java 1.8 or above Owner: IBM CustomPac Development Page 7 of 47

8 3. Upgrading a previous version of the FTPCSI If you have an earlier version of the FTPCSI installed on your host, you have few options when installing a new version Install FTPCSI to a new dataset, keeping the old version unchanged. After the installation to a new dataset you could run any of the installed versions of the utility. Transmission log migration Transmission log is stored in the CPPFLOG member. After installation to a new dataset you could optionally copy an old CPPFLOG member to a new installation dataset. This will allow you to view old log records when running a new utility. Configuration migration Configuration is stored in the FCSICONF member. We don t recommend a simple copying of an old configuration member to a new dataset. That is because a new member could introduce some new options and you will lose them after copying. We recommend you compare a new and an old FCSICONF members. Then migrate only those options that you need Install FTPCSI to the same dataset, replacing the old version. Please backup your previous version before the installation. After the installation, you may have some old members that are not used by a new version of the utility. Transmission log migration Transmission log is stored in the CPPFLOG member. You don t need to migrate CPPFLOG as it is not replaced by a new version. The utility will use the old copy of the log. Configuration migration Configuration is stored in the FCSICONF member. The new installation will replace an old FCSICONF member and you will lose your customization. Use a backup copy to restore your configuration if required. We don t recommend a simple copying of the old configuration member to a new FCSICONF as a new member could introduce some new options. We recommend you compare a new and the old FCSICONF members. Then migrate only those options that you need. Owner: IBM CustomPac Development Page 8 of 47

9 3.3. Replace existing ftpcsi.jar with a new version Please backup an old version of the ftpcsi.jar. In this case, you don t need to change JarPath and JarFile options in the existing FCSICONF member. Please pay your attention to this: - That could be a good choice if you don t need to run an old version of the FTPCSI utility. - That is not a good choice if you want to use an old version of the FTPCSI as some features of the new jar file could be incompatible with an old FTPCSI version. If you d like to keep an old version working, we recommend you either - to install a new version to another USS directory - or put a new jar to the same USS directory but rename a new or an old jar file. Both options will require you to write an actual jar file path and/or file name to the configuration member FCSICONF Put a new ftpcsi.jar to a separated USS directory That will allow you to keep and run an old version of the FTPCSI utility. You don t need to change JarPath and JarFile options of the old FCSICONF member. You must change JarPath option of the new FCSICONF member Place both new and old ftpcsi.jar files to the same USS directory Please backup an old version of the ftpcsi.jar. That will allow you to keep and run an old version of the FTPCSI utility. This option will require you to change file name either of a new or an old jar file. We recommend you use version identifier in the file name like ftpcsi jar or ftpcsi jar. Depending on which jar file was renamed you must change JarFile option of a new or an old FCSICONF member. Owner: IBM CustomPac Development Page 9 of 47

10 4. Downloading the FTPCSI utility You can download the utility from the IBM CustomPac web server. Use the link below to download the FTPCSI package to your workstation: After downloading the archive, you need to extract files to your hard disk: - fcsilib.bin FTPCSI partitioned dataset binary image - ftpcsi.jar FTPCSI jar file Owner: IBM CustomPac Development Page 10 of 47

11 5. Uploading files to z/os host 5.1. Uploading fcsilib.bin When fcsilib.bin is extracted from the downloaded archive, you have to upload it to your z/os host. You could use either FTP or any communication package available for your installation. Use BINARY transfer mode when uploading fcsilib.bin to z/os. Allocate a z/os host file with following attributes: - LRECL=80 - BLKSIZE= RECFM=FB. Here is an example of using FTP to upload fcsilib.bin to z/os host: $ ftp your.host Connected to your.host. 220-SUBSYS IBM FTP CS V2R2 at YOUR.HOST, 13:41:52 on Connection will close if idle for more than 5 minutes. Name (your.host:yourid): 331 Send password please. Password: 230 YOURID is logged on. Working directory is "YOURID.". Remote system type is MVS. ftp> pwd Remote directory: YOURID.' ftp> binary 200 Representation type is Image ftp> quote site recfm=fb lrecl=80 blksize= SITE command was accepted ftp> put fcsilib.bin local: fcsilib.bin remote: fcsilib.bin 229 Entering Extended Passive Mode ( 3074 ) 125 Storing data set YOURID.FCSILIB.BIN 100% ********************************** 168 KiB KiB/s 00:00 ETA 250 Transfer completed successfully bytes sent in 00:02 (67.48 KiB/s) ftp> ls fcsilib.bin 229 Entering Extended Passive Mode ( 3075 ) 125 List started OK Volume Unit Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname USER /12/ FB PS FCSILIB.BIN 250 List completed successfully. ftp> quit 221 Quit command received. Goodbye. $ 5.2. Uploading ftpcsi.jar You have to put the ftpcsi.jar file to z/os USS directory. To achieve this, you can transfer the file to a USS folder directly or transfer the file to a z/os sequential dataset and then copy it to the USS. You must specify a path to the ftpcsi.jar file in the FCSICONF member before the first run. Owner: IBM CustomPac Development Page 11 of 47

12 Recommended place for ftpcsi.jar We have no recommendations on where to store your copy of ftpcsi.jar, but you must follow few simple rules: - Store ftpcsi.jar in a place available for read to a user that will run the FTPCSI utility. - Write a location of the ftpcsi.jar to the FCSICONF member, option JarPath. This will allow FTPCSI to find the jar file. - If you have few versions of the FTPCSI installed on your host, we recommend you have an own ftpcsi.jar for every FTPCSI installation. You could put every ftpcsi.jar to an own directory or place all these jars to the same directory but with different file names (you could use a name like ftpcsi.vrm.jar where vrm is a version identification). Then specify correct JarPath and JarFile options of the FCSICONF member for every FTPCSI installation. Please also review the section 3. Upgrading a previous version of the FTPCSI to understand installation options for ftpcsi.jar. Transfer directly to USS Use the access method available for your installation to transfer the ftpcsi.jar to the USS. The most common method is FTP. It is available on most z/os systems. Another option is the SCP program that is based on the ssh protocol. Use the BINARY transfer mode when uploading the file to USS. Here is an example of using FTP to upload the ftpcsi.jar to USS: $ ftp your.host Connected to your.host. 220-SUBSYS IBM FTP CS V2R2 at YOUR.HOST, 11:19:39 on Connection will close if idle for more than 5 minutes. Name (your.host:yourid): 331 Send password please. Password: 230 YOURID is logged on. Working directory is "YOURID.". Remote system type is MVS. ftp> binary 200 Representation type is Image ftp> cd /your/directory 250 HFS directory /your/directory is the current working directory ftp> put ftpcsi.jar local: ftpcsi.jar remote: ftpcsi.jar 229 Entering Extended Passive Mode ( 3044 ) 125 Storing data set /your/directory/ftpcsi.jar 100% ********************************** 474 KiB KiB/s 00:00 ETA 250 Transfer completed successfully bytes sent in 00:04 ( KiB/s) ftp> quit 221 Quit command received. Goodbye. $ Transfer to z/os, then to USS Use either FTP or any communication package available for your installation. Use BINARY transfer mode when uploading ftpcsi.jar to z/os. Allocate a z/os dataset of the undefined record format: - RECFM=U Owner: IBM CustomPac Development Page 12 of 47

13 After the file is transferred to z/os use TSO OPUT command to copy the ftpcsi.jar file to some USS directory. Use the BINARY option. Here is an example of using FTP: $ ftp your.host Connected to your.host. 220-FTPDM1 IBM FTP CS V2R2 at YOUR.HOST, 12:18:52 on Connection will close if idle for more than 5 minutes. Name (your.host:yourid): 331 Send password please. Password: 230 YOURID is logged on. Working directory is "YOURID.". Remote system type is MVS. ftp> binary 200 Representation type is Image ftp> cd 'hlq' 250 "HLQ." is the working directory name prefix. ftp> quote site recfm=u lrecl=1024 blksize= SITE command was accepted ftp> put ftpcsi.jar local: ftpcsi.jar remote: ftpcsi.jar 229 Entering Extended Passive Mode ( 3052 ) 125 Storing data set HLQ.FTPCSI.JAR 100% ********************************** 474 KiB KiB/s 00:00 ETA 250 Transfer completed successfully bytes sent in 00:04 (98.46 KiB/s) ftp> ls ftpcsi.jar 229 Entering Extended Passive Mode ( 3056 ) 125 List started OK Volume Unit Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname USER0A /12/ U PS FTPCSI.JAR 250 List completed successfully. ftp> quit 221 Quit command received. Goodbye. $ Here is an example of the OPUT command: oput hlq.ftpcsi.jar /your/directory/ftpcsi.jar binary Owner: IBM CustomPac Development Page 13 of 47

14 6. Unpacking FTPCSI utility The fcsilib.bin is created with TSO TRANSMIT and you should restore it using the TSO RECEIVE command: TSO RECEIVE INDATASET('hlq.FCSILIB.BIN') The command will extract a partitioned dataset containing FTPCSI utility members. By default an extracted PDS name is tsoprefix.fcsilib.vvvrrmm. You could specify a desired PDS name in response to the TSO RECEIVE prompt: INMR906A Enter restore parameters or 'DELETE' or 'END' + Press Enter to use the default name. To install to another dataset, you could reply with DS( ftpcsi.instlib ) You must customize the FCSICONF member before the first run. Owner: IBM CustomPac Development Page 14 of 47

15 7. Configuring FTPCSI utility By default, the FTPCSI utility reads a configuration member FCSICONF. You must update the FCSICONF member before the first execution. Set the following parameters: JavaPath path to the java executable file. Leaving it empty will call to the java program that is available through the USS PATH variable. JarPath path to the ftpcsi.jar file. JarFile name of the ftpcsi.jar file (the default name specified in the FCSICONF is ftpcsi.jar, but you could rename the file as required by your installation) Configuring for a proxy server If your z/os host is behind a proxy server, you may need to add following JavaOpts parameters to allow FTPCSI to work with your proxy. https.proxyhost Specify a proxy server address in the parameter https.proxyhost: -Dhttps.proxyHost=x.x.x.x https.proxyport Specify a proxy port in the parameter https.proxyport: -Dhttps.proxyPort=port proxy.username Specify a proxy user id in the parameter proxy.username: -Dproxy.username=user proxy.password Specify a proxy user password in the parameter proxy.password: -Dproxy.password=password Example Here is an example of the JavaOpts configuration parameter that will allow FTPCSI to work with a proxy server (port 8080, user id fcsiuser and password secret ): JavaOpts = -Dfile.encoding=UTF-8 -Dhttps.proxyHost= Dhttps.proxyPort=8080 -Dproxy.username=fcsiuser -Dproxy.password=secret Please note that there are two spaces in the beginning of every line except the first line. Owner: IBM CustomPac Development Page 15 of 47

16 8. Working with FTPCSI utility 8.1. Starting the utility To start the FTPCSI utility, issue the following command from your TSO session: TSO EXEC ftpcsi.instlib(cppecsi) The main panel CPPPFTP1 will be displayed. CPPPFTP Method Selection Option ===> There are 2 methods to prepare and send files to IBM. The first method is to prepare files on your z/os and then send to IBM with the same job. The second method is to prepare files on your z/os, then download to your workstation and send from the workstation Status: PASSED 0. Test connection between your z/os and IBM. Date : 2017/11/09 04: Use options 1 and 2 if the connection test status is PASSED. 1. Prepare and send CSI 6. Download order from IBM 2. Prepare and send IODF Use options 1, 2, 6 if the connection test status is PASSED. 3. Prepare CSI for download to workstation 4. Prepare IODF for download to workstation 5. View history log. Enter option or Press PF3 to exit Version A status and a time of the last connection test is displayed in the frame on the right side of the panel. You could select one of these options: Option 0 test connection to the IBM CustomPac server. Option 1 prepare CSI and send zones information to IBM. Option 2 prepare and send IODF data to IBM. Option 3 prepare CSI but do not send any data to IBM. You can use prepared files to upload CSI data manually from your workstation. Option 4 prepare IODF data but do not send to IBM. You can use prepared file to upload IODF data manually from your workstation. Option 5 view a log of transactions sent to IBM. Option 6 download electronic order from IBM. A SHOWCONF command is available for this panel to display a list of parameters fetched from the configuration dataset Test connection On the CPPPFTP1 panel enter option 0 and press Enter. A pop-up window will be displayed. A connection test will run in the background. Owner: IBM CustomPac Development Page 16 of 47

17 A Connection completed or Connection failed message is displayed after the test. Starting connection test... Connecting to host... Connection completed Starting connection test... Connecting to host... Connection failed Press Enter to view log Press Enter to view log Press Enter to view the connection log. ********************************* Top of Data ********************************** Env: PATH=/usr/lpp/java/J8.0_64/bin:$PATH Command: java -Dfile.encoding=UTF-8 -cp /u/nkv/dev/fcsi/ftpcsi.jar com.ibm.cpp.cs RC: 0 *** STDOUT *** :54: Logging configuration loaded from the internal resource [ :54: Version :54: Test mode on :54: URL: :54: Start testing connection :54: Uploading :54: Testing connection is completed successfully. Have a nice *** STDERR *** Press F3 to continue. Upon return to the main panel CPPPFTP1 a connection status and time are updated on the screen. workstation and send from the workstation Status: PASSED 0. Test connection between your z/os and IBM. Date : 2017/11/10 04: If the test status is FAILED, the FTPCSI utility cannot send your data to IBM from this z/os system. You can use the options 3 or 4 to prepare and then download files to your workstation. Then upload these files from the workstation to the IBM CustomPac web server Prepare and send CSI On the main panel CPPPFTP1 choose option 1. The CPPPFTP3 panel will be displayed. CPPPFTP Global CSI Dataset Command ==> Step 1 of 4 Enter name of the Global CSI dataset that you will send to IBM: (enter the full dataset name) SMPE.ZOS22.GLOBAL.CSI Press Enter to continue or F3 to return Enter name of the global CSI dataset that you will send to IBM. Then press Enter. Owner: IBM CustomPac Development Page 17 of 47

18 If the program for some reason cannot read the CSI dataset, you will see a panel CPPPFTPC displaying error messages Global CSI Dataset C 4 Command ==> Row 1 to 5 of 5 E (e Can't access CSI 'MY.GLOBAL.CSI'. RC=12. M > P Repro outfile(icsigrep) indataset('my.global.csi') count(300) IKJ56228I DATA SET MY.GLOBAL.CSI NOT IN CATALOG OR CATALOG CAN NOT BE IDC0005I NUMBER OF RECORDS PROCESSED WAS 0 IDC0014I LASTCC=12 ************************** Bottom of data *************************** If messages are too long to fit on the screen you can use F10 and F11 keys to scroll the list to the left or right. According to ISPF conventions you must place a cursor on the list of messages and press F10 or F11 to scroll. An indicator above the list will show you whether a hidden text is on the right or on the left of the window: < a text is on the left use F10 to scroll to the left; > a text is on the right use F11 to scroll to the right; <> a text is on the right and on the left use F10 or F11 to scroll. Owner: IBM CustomPac Development Page 18 of 47

19 If a CSI dataset name is correct, the program will read a list of target zones from the global CSI dataset and display the list on the next CPPPFTP4 panel. CPPPFTP Select Target Zones Row 1 to 15 of 15 Command ===> Scroll ===> CSR Step 2 of 4 Global CSI: SMPE.ZOS22.GLOBAL.CSI Select target zone(s) and press Enter to continue. Enter 's' to include a zone to the CSI submit request 'd' to remove a zone from the selection list S Type Name Dataset TARGET ARM#01T SMPE.ARMHSM.NWPM.VSPMTG1.T00.CSI TARGET CRP#01T SMPE.CAT.NWPM.VSPMTG1.T00.CSI TARGET DLA#01T SMPE.DLA.NWPM.VSPMTG1.T00.CSI TARGET MVST100 SMPE.ZOS22.MVS.TARGET.CSI TARGET MVST110 SMPE.ZOS22.MVS.TARGET.CSI TARGET MVST114 SMPE.ZOS22.MVS.TARGET.CSI TARGET NVW#01T SMPE.NETVA.NWPM.VSPMTG1.T00.CSI TARGET NVW#02T SMPE.NETVB.NWPM.VSPMTG2.T00.CSI TARGET OPS#01T SMPE.OPS.NWPM.VSPMTG1.T00.CSI TARGET OPS#02T SMPE.OPSA.NWPM.VSPMTG2.T00.CSI TARGET RTC#01T SMPE.RTC.NWPM.VSPMTG2.T00.CSI TARGET SAU#01T SMPE.SAMVS.NWPM.VSPMTG1.T00.CSI TARGET SAU#02T SMPE.SAMVSA.NWPM.VSPMTG2.T00.CSI TARGET TAD#01T SMPE.TAD4Z.NWPM.VSPMTG1.T00.CSI TARGET WSE#01T SMPE.WSEDO.NWPM.VSPMTG2.T00.CSI ******************************* Bottom of data ******************************** Select zones that you will send to IBM. To select a zone, use option s. Selected zones are marked with a symbol >. To exclude a zone, use option d. If a zone was previously selected, a symbol > would disappear. Owner: IBM CustomPac Development Page 19 of 47

20 CPPPFTP Select Target Zones Row 1 to 15 of 15 Command ===> Scroll ===> CSR Step 2 of 4 Global CSI: SMPE.ZOS22.GLOBAL.CSI Select target zone(s) and press Enter to continue. Enter 's' to include a zone to the CSI submit request 'd' to remove a zone from the selection list S Type Name Dataset TARGET ARM#01T SMPE.ARMHSM.NWPM.VSPMTG1.T00.CSI TARGET CRP#01T SMPE.CAT.NWPM.VSPMTG1.T00.CSI > TARGET DLA#01T SMPE.DLA.NWPM.VSPMTG1.T00.CSI TARGET MVST100 SMPE.ZOS22.MVS.TARGET.CSI TARGET MVST110 SMPE.ZOS22.MVS.TARGET.CSI > TARGET MVST114 SMPE.ZOS22.MVS.TARGET.CSI TARGET NVW#01T SMPE.NETVA.NWPM.VSPMTG1.T00.CSI TARGET NVW#02T SMPE.NETVB.NWPM.VSPMTG2.T00.CSI TARGET OPS#01T SMPE.OPS.NWPM.VSPMTG1.T00.CSI TARGET OPS#02T SMPE.OPSA.NWPM.VSPMTG2.T00.CSI TARGET RTC#01T SMPE.RTC.NWPM.VSPMTG2.T00.CSI TARGET SAU#01T SMPE.SAMVS.NWPM.VSPMTG1.T00.CSI TARGET SAU#02T SMPE.SAMVSA.NWPM.VSPMTG2.T00.CSI TARGET TAD#01T SMPE.TAD4Z.NWPM.VSPMTG1.T00.CSI TARGET WSE#01T SMPE.WSEDO.NWPM.VSPMTG2.T00.CSI ******************************* Bottom of data ******************************** Select at least one target zone. Press Enter when you are ready to continue. The CPPPFTP8 panel will be displayed allowing you to enter your order data. CPPPFTP Parameters for CSI Upload Selected 2 zone(s) Command ===> Step 3 of 4 Customer number your. @your.domain Country Costa Rica Enter '/' for a list of countries Order number... DF Offering ProductPac 2. RefreshPac 3. OMISLoad Press Enter to continue or F3 to return Enter appropriate data. To select a country from the list, enter a slash / symbol in the Country field and press Enter. Owner: IBM CustomPac Development Page 20 of 47

21 A pop-up window will appear. Select a country from the list using s option and press Enter. CPPPFTP2 Row 1 to 16 of 132 Cmd=> Scroll=> CSR Use 's' to select a country from the list S Countries Afghanistan Algeria Angola Anguilla Antigua and Barbuda Argentina Aruba Australia Austria Bahamas Bahrain Bangladesh Barbados Belgium Bermuda Bolivia When all parameters are entered, press Enter to go to the next panel. You will see a warning message explaining that IBM will collect your personal data Private data collection warning This form collects your so that we can associate it with request you made. IBM could use this to send important updates for your request. Check out the IBM Online Privacy Statement Highlights: I consent to having IBM collect my _ (mark to confirm) Press Enter to continue or F3 to return. If you agree to send your personal data to IBM, enter any character to the input field and press Enter. Otherwise press F3 to cancel processing. Owner: IBM CustomPac Development Page 21 of 47

22 The next is CPPPFTP5 Jobcard information panel. CPPPFTP Jobcard Information Command ===> Step 4 of 4 Please update jobcard below : //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* A job will be created for you to complete the selected task. + + Please follow the instruction below to continue Press Enter to generate JCL Review the job, then SUBMIT for execution Review the job output, check that all steps are completed with + + RC=0, except for ZONEEXP which may expect a RC of Save the generated JCL, in case you need to restart the job Press Enter to continue or F3 to return On the CPPPFTP5 panel modify JCL JOB statement. Then press Enter. Owner: IBM CustomPac Development Page 22 of 47

23 The program will create a batch job for you to prepare and send data to IBM. Review and change the job if required then submit using the SUBMIT command. File Edit Edit_Settings Menu Utilities Compilers Test Help ISREDDE2 SYS17062.T RA000.NKV.R Columns Command ===> Scroll ===> CSR ****** ***************************** Top of Data ******************************* ==MSG> -Warning- The UNDO command is not available until you change ==MSG> your edit profile using the command RECOVERY ON //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* //*************************************************************** //* //* This job will extract zones from //* SMPE.ZOS22.GLOBAL.CSI //* and send following extracted zone(s) to IBM server //* //* You could also send these datasets to IBM by yourself from the site //* where you have downloaded this application //* //* NKV.IBMCPP.FCSI.GLOBAL //* NKV.IBMCPP.FCSI.TDLA#01T //* NKV.IBMCPP.FCSI.TMVST //*************************************************************** //* //* DELETE EXPORT CSI FILES IN CASE OF RERUN //* //DELETE EXEC PGM=IDCAMS,COND=(0,LT) //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE 'NKV.IBMCPP.FCSI.GLOBAL' DELETE 'NKV.IBMCPP.FCSI.TDLA#01T' DELETE 'NKV.IBMCPP.FCSI.TMVST114' SET LASTCC= SET MAXCC= /* //* //* EXPORT zones to temporary data sets //* //ZONEEXP EXEC PGM=GIMSMP,COND=(0,LT) //SYSPRINT DD SYSOUT=* //SMPLOG DD SYSOUT=* After the JCL completion check the job output to ensure that all steps are executed successfully with a return code 0. If there are any errors that you can fix, correct the JCL and restart the job. Owner: IBM CustomPac Development Page 23 of 47

24 After the exit from the JCL EDIT screen, the final panel CPPPFTP6 will be displayed to show that the CSI submit request is completed. CPPPFTP Order Complete Information Command ==> If you have submitted the job to complete the selected task, read the following instructions: REVIEW THE JOB OUTPUT AND VERIFY THAT ALL STEPS ARE COMPLETED + + WITH RETURN CODE 0 (EXCEPT FOR ZONEEXP STEP WHICH MAY HAVE A + + RETURN CODE OF 4) Press Enter or F3 to continue 8.4. Prepare and send IODF On the main panel CPPPFTP1 choose option 2. The CPPPFTP9 panel will be displayed. CPPPFTP IODF Dataset Command ==> Step 1 of 3 Enter name of the IODF dataset that you will send to IBM: (enter the full dataset name) CPACTST.IODF00 Press Enter to continue or F3 to return Enter name of the IODF dataset that you will send to IBM. Then press Enter. The program will check the dataset name and if the dataset is cataloged the program will jump to the next panel CPPPFTPA. CPPPFTPA Parameters for IODF Upload Command ===> Step 2 of 3 Customer number your. @your.domain Country Costa Rica Enter '/' for a list of countries Order number... DF Press Enter to continue or F3 to return To select a country from the list, enter a slash / symbol to the Country field and press Enter. Owner: IBM CustomPac Development Page 24 of 47

25 A pop-up window will appear. Select a country from the list using s option and press Enter. CPPPFTP2 Row 1 to 16 of 132 Cmd=> Scroll=> CSR Use 's' to select a country from the list S Countries Afghanistan Algeria Angola Anguilla Antigua and Barbuda Argentina Aruba Australia Austria Bahamas Bahrain Bangladesh Barbados Belgium Bermuda Bolivia When all parameters are entered, press Enter to go to the next panel. You will see a warning message explaining that IBM will collect your personal data Private data collection warning This form collects your so that we can associate it with request you made. IBM could use this to send important updates for your request. Check out the IBM Online Privacy Statement Highlights: I consent to having IBM collect my _ (mark to confirm) Press Enter to continue or F3 to return. If you agree to send your personal data to IBM, enter any character to the input field and press Enter. Otherwise press F3 to cancel processing. Owner: IBM CustomPac Development Page 25 of 47

26 The next is CPPPFTP5 Jobcard information panel. CPPPFTP Jobcard Information Command ===> Step 3 of 3 Please update jobcard below : //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* A job will be created for you to complete the selected task. + + Please follow the instruction below to continue Press Enter to generate JCL Review the job, then SUBMIT for execution Review the job output, check that all steps are completed with + + RC=0, except for ZONEEXP which may expect a RC of Save the generated JCL, in case you need to restart the job Press Enter to continue or F3 to return On the CPPPFTP5 panel modify JCL JOB statement. Then press Enter. Owner: IBM CustomPac Development Page 26 of 47

27 The program will create a batch job for you to prepare and send data to IBM. Review and change the job if required then submit using the SUBMIT command. File Edit Edit_Settings Menu Utilities Compilers Test Help ISREDDE2 SYS17062.T RA000.NKV.R Columns Command ===> Scroll ===> CSR ****** ***************************** Top of Data ******************************* ==MSG> -Warning- The UNDO command is not available until you change ==MSG> your edit profile using the command RECOVERY ON //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* //*************************************************************** //* //* This job will extract IODF from //* CPACTST.IODF //* and send following extracted IODF to IBM server //* //* You could also send this dataset to IBM by yourself from the site //* where you have downloaded this application //* //* NKV.IBMCPP.FCSI.IODF.TRS //* //*************************************************************** //* //* //* DELETE work files in case of rerun //* //DELETE EXEC PGM=IDCAMS,COND=(0,LT) //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE 'NKV.IBMCPP.FCSI.IODF.REPRO' DELETE 'NKV.IBMCPP.FCSI.IODF.TRS' SET LASTCC= SET MAXCC= /* //* //* REPRO IODF file //* //REPRO EXEC PGM=IDCAMS //SYSPRINT DD SYSOUT=* //IODF DD DISP=SHR,DSN=CPACTST.IODF //TIODF DD DSN=NKV.IBMCPP.FCSI.IODF.REPRO, After the JCL completion check the job output to ensure that all steps are executed successfully with a return code 0. If there are any errors that you can fix, correct the JCL and restart the job. Owner: IBM CustomPac Development Page 27 of 47

28 After the exit from the JCL EDIT screen, the final panel CPPPFTP6 will be displayed to show that the IODF submit request is completed. CPPPFTP Order Complete Information Command ==> If you have submitted the job to complete the selected task, read the following instructions: REVIEW THE JOB OUTPUT AND VERIFY THAT ALL STEPS ARE COMPLETED + + WITH RETURN CODE 0 (EXCEPT FOR ZONEEXP STEP WHICH MAY HAVE A + + RETURN CODE OF 4) Press Enter or F3 to continue 8.5. Prepare CSI for sending In a case when you cannot send your data from z/os system you can use option 3 to prepare files but do not send them to IBM. Later you could download your files to a workstation and use an Internet browser to submit CSI data to IBM manually. On the main panel CPPPFTP1 enter option 3 and press Enter. A panel CPPPFTP3 will be displayed. CPPPFTP Global CSI Dataset Command ==> Step 1 of 3 Enter name of the Global CSI dataset that you will send to IBM: (enter the full dataset name) SMPE.ZOS22.GLOBAL.CSI Press Enter to continue or F3 to return Enter name of the global CSI dataset that you will send to IBM. Then press Enter. If the program for some reason cannot read the CSI dataset, you will see a panel CPPPFTPC displaying error messages Global CSI Dataset C 4 Command ==> Row 1 to 5 of 5 E (e Can't access CSI 'MY.GLOBAL.CSI'. RC=12. M > P Repro outfile(icsigrep) indataset('my.global.csi') count(300) IKJ56228I DATA SET MY.GLOBAL.CSI NOT IN CATALOG OR CATALOG CAN NOT BE IDC0005I NUMBER OF RECORDS PROCESSED WAS 0 IDC0014I LASTCC=12 ************************** Bottom of data *************************** If messages are too long to fit on the screen you can use F10 and F11 keys to scroll the list to the left or right. According to ISPF conventions you must place a cursor on the list of messages Owner: IBM CustomPac Development Page 28 of 47

29 and press F10 or F11 to scroll. An indicator above the list will show you whether a hidden text is on the right or on the left of the window: < a text is on the left use F10 to scroll to the left; > a text is on the right use F11 to scroll to the right; <> a text is on the right and on the left use F10 or F11 to scroll. If the dataset name is correct the program will read a list of target zones from the global CSI dataset and display the list on the next CPPPFTP4 panel. CPPPFTP Select Target Zones Row 1 to 15 of 15 Command ===> Scroll ===> CSR Step 2 of 3 Global CSI: SMPE.ZOS22.GLOBAL.CSI Select target zone(s) and press Enter to continue. Enter 's' to include a zone to the CSI submit request 'd' to remove a zone from the selection list S Type Name Dataset TARGET ARM#01T SMPE.ARMHSM.NWPM.VSPMTG1.T00.CSI TARGET CRP#01T SMPE.CAT.NWPM.VSPMTG1.T00.CSI TARGET DLA#01T SMPE.DLA.NWPM.VSPMTG1.T00.CSI TARGET MVST100 SMPE.ZOS22.MVS.TARGET.CSI TARGET MVST110 SMPE.ZOS22.MVS.TARGET.CSI TARGET MVST114 SMPE.ZOS22.MVS.TARGET.CSI TARGET NVW#01T SMPE.NETVA.NWPM.VSPMTG1.T00.CSI TARGET NVW#02T SMPE.NETVB.NWPM.VSPMTG2.T00.CSI TARGET OPS#01T SMPE.OPS.NWPM.VSPMTG1.T00.CSI TARGET OPS#02T SMPE.OPSA.NWPM.VSPMTG2.T00.CSI TARGET RTC#01T SMPE.RTC.NWPM.VSPMTG2.T00.CSI TARGET SAU#01T SMPE.SAMVS.NWPM.VSPMTG1.T00.CSI TARGET SAU#02T SMPE.SAMVSA.NWPM.VSPMTG2.T00.CSI TARGET TAD#01T SMPE.TAD4Z.NWPM.VSPMTG1.T00.CSI TARGET WSE#01T SMPE.WSEDO.NWPM.VSPMTG2.T00.CSI ******************************* Bottom of data ******************************** Select zones that you will send to IBM. To select a zone, use option s. Selected zones are marked with a symbol >. To exclude a zone, use option d. If a zone was previously selected a symbol > would disappear. Owner: IBM CustomPac Development Page 29 of 47

30 CPPPFTP Select Target Zones Row 1 to 15 of 15 Command ===> Scroll ===> CSR Step 2 of 3 Global CSI: SMPE.ZOS22.GLOBAL.CSI Select target zone(s) and press Enter to continue. Enter 's' to include a zone to the CSI submit request 'd' to remove a zone from the selection list S Type Name Dataset TARGET ARM#01T SMPE.ARMHSM.NWPM.VSPMTG1.T00.CSI TARGET CRP#01T SMPE.CAT.NWPM.VSPMTG1.T00.CSI > TARGET DLA#01T SMPE.DLA.NWPM.VSPMTG1.T00.CSI TARGET MVST100 SMPE.ZOS22.MVS.TARGET.CSI TARGET MVST110 SMPE.ZOS22.MVS.TARGET.CSI > TARGET MVST114 SMPE.ZOS22.MVS.TARGET.CSI TARGET NVW#01T SMPE.NETVA.NWPM.VSPMTG1.T00.CSI TARGET NVW#02T SMPE.NETVB.NWPM.VSPMTG2.T00.CSI TARGET OPS#01T SMPE.OPS.NWPM.VSPMTG1.T00.CSI TARGET OPS#02T SMPE.OPSA.NWPM.VSPMTG2.T00.CSI TARGET RTC#01T SMPE.RTC.NWPM.VSPMTG2.T00.CSI TARGET SAU#01T SMPE.SAMVS.NWPM.VSPMTG1.T00.CSI TARGET SAU#02T SMPE.SAMVSA.NWPM.VSPMTG2.T00.CSI TARGET TAD#01T SMPE.TAD4Z.NWPM.VSPMTG1.T00.CSI TARGET WSE#01T SMPE.WSEDO.NWPM.VSPMTG2.T00.CSI ******************************* Bottom of data ******************************** Select at least one target zone. Press Enter when you are ready to continue. A next panel CPPPFTP5 with Jobcard information will be displayed. CPPPFTP Jobcard Information Selected 2 zone(s) Command ===> Step 3 of 3 Please update jobcard below : //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* A job will be created for you to complete the selected task. + + Please follow the instruction below to continue Press Enter to generate JCL Review the job, then SUBMIT for execution Review the job output, check that all steps are completed with + + RC=0, except for ZONEEXP which may expect a RC of Save the generated JCL, in case you need to restart the job Press Enter to continue or F3 to return On the CPPPFTP5 panel modify JCL JOB statement. Then press Enter. Owner: IBM CustomPac Development Page 30 of 47

31 The program will create a batch job for you to prepare CSI data. Review the job if required and submit using the SUBMIT command. File Edit Edit_Settings Menu Utilities Compilers Test Help ISREDDE2 SYS17062.T RA000.NKV.R Columns Command ===> Scroll ===> CSR ****** ***************************** Top of Data ******************************* ==MSG> -Warning- The UNDO command is not available until you change ==MSG> your edit profile using the command RECOVERY ON //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* //*************************************************************** //* //* This job will extract zones from //* SMPE.ZOS22.GLOBAL.CSI //* //* Binary transfer the following output datasets to your workstation //* //* To send these datasets to IBM, return back to the web site, //* where you have downloaded this application //* //* NKV.IBMCPP.FCSI.GLOBAL //* NKV.IBMCPP.FCSI.TDLA#01T //* NKV.IBMCPP.FCSI.TMVST //*************************************************************** //* //* DELETE EXPORT CSI FILES IN CASE OF RERUN //* //DELETE EXEC PGM=IDCAMS,COND=(0,LT) //SYSPRINT DD SYSOUT=* //SYSIN DD * DELETE 'NKV.IBMCPP.FCSI.GLOBAL' DELETE 'NKV.IBMCPP.FCSI.TDLA#01T' DELETE 'NKV.IBMCPP.FCSI.TMVST114' SET LASTCC= SET MAXCC= /* //* //* EXPORT zones to temporary data sets //* //ZONEEXP EXEC PGM=GIMSMP,COND=(0,LT) //SYSPRINT DD SYSOUT=* The job header contains a list of datasets that the job will create for you. Each of these datasets contains a packed data of the corresponding zone. For the above example, there are: NKV.IBMCPP.FCSI.GLOBAL NKV.IBMCPP.FCSI.TDLA#01T NKV.IBMCPP.FCSI.TMVST114 You will need these names to download datasets to your workstation. After the JCL completion check the job output to ensure that all steps are executed successfully with a return code 0. If there are any errors that you can fix, correct the JCL and restart the job. Owner: IBM CustomPac Development Page 31 of 47

32 After you exit the JCL EDIT screen, the final panel CPPPFTP7 will be displayed to indicate that you have completed the CSI prepare request. CPPPFTP Order Complete Information Command ==> If you have submitted the job to prepare CSI or IODF files for sending to IBM, read the following instructions: REVIEW THE JOB OUTPUT AND VERIFY THAT ALL STEPS ARE COMPLETED + + SUCCESSFULLY WITH RETURN CODE To complete the process and send your files to IBM, you are required to download created files to your workstation and return to the CustomPac web page to continue CSI or IODF submission. Press Enter or F3 to continue 8.6. Sending CSI files to IBM manually If for some reason the FTPCSI utility cannot send prepared CSI files to IBM, you can send them manually from the CustomPac or IBMLink web site. If you are a IBMLink user, you can go to the IBMLink website and use the appropriate option to upload the CSI profile. If you are a CustomPac user, you can go to the IBM CustomPac website and follow the guide to upload your CSI profile Prepare IODF for sending On the main panel CPPPFTP1 choose option 4 Prepare IODF for download to workstation. The CPPPFTP9 panel will be displayed. CPPPFTP IODF Dataset Command ==> Step 1 of 2 Enter name of the IODF dataset that you will send to IBM: (enter the full dataset name) CPACTST.IODF00 Press Enter to continue or F3 to return Enter name of the IODF dataset that you will send to IBM. Then press Enter. Owner: IBM CustomPac Development Page 32 of 47

33 The program will check the dataset name and if the dataset is cataloged the program will jump to the next panel CPPPFTP5 Jobcard information. CPPPFTP Jobcard Information Command ===> Step 2 of 2 Please update jobcard below : //FCSI JOB (ACT,NBR),'EXPORT-CSI-IODF', // CLASS=A,MSGCLASS=T,MSGLEVEL=(1,1),REGION=0M, // NOTIFY=&SYSUID //* A job will be created for you to complete the selected task. + + Please follow the instruction below to continue Press Enter to generate JCL Review the job, then SUBMIT for execution Review the job output, check that all steps are completed with + + RC=0, except for ZONEEXP which may expect a RC of Save the generated JCL, in case you need to restart the job Press Enter to continue or F3 to return On the CPPPFTP5 panel modify JCL JOB statement. Then press Enter. Owner: IBM CustomPac Development Page 33 of 47

CustomPac FTPCSI Utility User Guide

CustomPac FTPCSI Utility User Guide CustomPac FTPCSI Utility User Guide Version 17.03.02 April 2017 Owner: IBM CustomPac Development Page 1 of 40 Contents 1. Summary of changes... 4 1.1. Version 17.03.02... 4 1.2. Version 17.03.01... 4 1.3.

More information

CustomPac FTPCSI Utility User Guide

CustomPac FTPCSI Utility User Guide CustomPac FTPCSI Utility User Guide Version 17.01 January 2017 Owner: IBM CustomPac Development Page 1 of 23 Contents 1. Summary of changes... 4 1.1. Version 17.01.01... 4 1.2. Version 16.10.01... 4 2.

More information

Transporting files between MVS and MVS or between MVS and a Workstation

Transporting files between MVS and MVS or between MVS and a Workstation Transporting files between MVS and MVS or between MVS and a Workstation author: Lionel B. Dyck Revision 1.207 May 07, 2003 If there is a need to transport any file from the IBM MVS computing systems to

More information

Workflow Manager Endevor Attachment

Workflow Manager Endevor Attachment Workflow Manager Endevor Attachment Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http:www.microfocus.com Copyright Micro Focus. All rights reserved. MICRO FOCUS, the Micro Focus

More information

Workflow Manager - ENDEVOR Attachment

Workflow Manager - ENDEVOR Attachment Workflow Manager - ENDEVOR Attachment Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright 2013-2014 Micro Focus. All rights reserved. MICRO FOCUS

More information

Dino Explorer. MVS Data Collector for Mainframe Assessment

Dino Explorer. MVS Data Collector for Mainframe Assessment Dino Explorer MVS Data Collector for Mainframe Assessment Index of contents 1 - Introduction...3 2 - The Installation Guide...4 2.1 Step 1 Copy the dxplload.xmit to MVS...4 2.2 Step 2 Receive XMIT file...6

More information

CA ACF2 for z/os Adapter Installation and Configuration Guide

CA ACF2 for z/os Adapter Installation and Configuration Guide IBM Security Identity Manager Version 6.0 CA ACF2 for z/os Adapter Installation and Configuration Guide SC27-4383-01 IBM Security Identity Manager Version 6.0 CA ACF2 for z/os Adapter Installation and

More information

Chapter 2 TSO COMMANDS. SYS-ED/ Computer Education Techniques, Inc.

Chapter 2 TSO COMMANDS. SYS-ED/ Computer Education Techniques, Inc. Chapter 2 TSO COMMANDS SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: Executing TSO commands in READY mode or ISPF. The format of a TSO command - syntax and usage. Allocating a

More information

ISPF Users Boot Camp - Part 2 of 2

ISPF Users Boot Camp - Part 2 of 2 Interactive System Productivity Facility (ISPF) ISPF Users Boot Camp - Part 2 of 2 SHARE 116 Session 8677 Peter Van Dyke IBM Australia SHARE 116, Winter 2011 pvandyke@au1.ibm.com Introduction Our jobs

More information

Appendix B WORKSHOP. SYS-ED/ Computer Education Techniques, Inc.

Appendix B WORKSHOP. SYS-ED/ Computer Education Techniques, Inc. Appendix B WORKSHOP SYS-ED/ Computer Education Techniques, Inc. 1 ISPF/PDF Environment 1. Log on to ISPF/PDF; different installations have different logon procedures. 1.1. The ISPF/PDF Primary Option Menu

More information

Program Directory for IBM WebSphere Application Server OEM Edition for z/os for Rational Team Concert for System z V Program Number 5724-V82

Program Directory for IBM WebSphere Application Server OEM Edition for z/os for Rational Team Concert for System z V Program Number 5724-V82 IBM Program Directory for IBM WebSphere Application Server OEM Edition for z/os for Rational Team Concert for System z V7.0.0 Program Number 5724-V82 FMID HBBN700 for Use with z/os Document Date: October

More information

ISPF at EI&O UFIT. UF Information Technology. EI&O Document ID: D0040 Last Updated: 06/28/2002

ISPF at EI&O UFIT. UF Information Technology. EI&O Document ID: D0040 Last Updated: 06/28/2002 UFIT ISPF at EI&O EI&O Document ID: D0040 Last Updated: 06/28/2002 The Interactive System Productivity Facility (ISPF) and the Program Development Facility (PDF) are available in TSO. This document briefly

More information

Self-test ISPF/PDF basics

Self-test ISPF/PDF basics Self-test ISPF/PDF basics Document: e0213test.fm 19/04/2012 ABIS Training & Consulting P.O. Box 220 B-3000 Leuven Belgium TRAINING & CONSULTING INTRODUCTION SELF-TEST ISPF/PDF BASICS This test will help

More information

CA FAVER VSAM Data Protection

CA FAVER VSAM Data Protection CA FAVER VSAM Data Protection Installation Guide r4.5 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

MS15: MQSeries for MVS/ESA Archive log housekeeping Version 1.1. User Guide. Document Number MS15. November 7, 2002

MS15: MQSeries for MVS/ESA Archive log housekeeping Version 1.1. User Guide. Document Number MS15. November 7, 2002 MS15: MQSeries for MVS/ESA Archive log housekeeping Version 1.1 User Guide Document Number MS15 November 7, 2002 Pete Siddall IBM UK Laboratories Ltd. Hursley Park email: pete_siddall@uk.ibm.com Take Note!

More information

2010/04/19 11:38. Describing a unique product that shows the mainframe in a completely different way.

2010/04/19 11:38. Describing a unique product that shows the mainframe in a completely different way. Describing a unique product that shows the mainframe in a completely different way. 1 These are some of the features of SELCOPY/i I will be speaking about today, to give you a flavour of the SELCOPY Interactive

More information

IBM Tivoli Advanced Reporting for DFSMShsm. User s Guide. Version 1 Release 1 SC

IBM Tivoli Advanced Reporting for DFSMShsm. User s Guide. Version 1 Release 1 SC IBM Tivoli Advanced Reporting for DFSMShsm User s Guide Version 1 Release 1 SC23-6331-00 Note Before using this information and the products it supports, read the information in Appendix B, on page 319.

More information

IBM InfoSphere Optim for z/os Version 7 Release 2. Batch Utilities

IBM InfoSphere Optim for z/os Version 7 Release 2. Batch Utilities IBM InfoSphere Optim for z/os Version 7 Release 2 Batch Utilities IBM InfoSphere Optim for z/os Version 7 Release 2 Batch Utilities Note Before using this information and the product it supports, read

More information

z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and Data Sets Module 3: ISPF Data Set Basics

z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and Data Sets Module 3: ISPF Data Set Basics z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and Data Sets Module 3: ISPF Data Set Basics Copyright IBM Corp., 2005. All rights reserved. Data Set Basics Introduction This module,

More information

IBM Education Assistance for z/os V2R1

IBM Education Assistance for z/os V2R1 IBM Education Assistance for z/os V2R1 Item: In-Stream Data in JCL Procedures and Includes Element/Component: JES3 Material is current as of June 2013 I n Agenda Trademarks Presentation Objectives Overview

More information

Installation Instructions for SAS 9.4 Installation Kit for FTP Format on z /OS

Installation Instructions for SAS 9.4 Installation Kit for FTP Format on z /OS Installation Instructions for SAS 9.4 Installation Kit for FTP Format on z /OS The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. Installation Instructions for SAS

More information

IBM. Program Directory for. IBM z Systems Development and Test Environment Tools. V Program Number 5725-G39 FMID HALMB00.

IBM. Program Directory for. IBM z Systems Development and Test Environment Tools. V Program Number 5725-G39 FMID HALMB00. IBM Program Directory for V11.0.0 Program Number 5725-G39 FMID HALMB00 For use with z/os v2.1 or higher Document date: August 2017 Note Before using this information and the product it supports, be sure

More information

eft213 NetEx/eFT for IBM z/os Systems Release Memo To Users June 2018 MTU-eFT213-R5.4.7

eft213 NetEx/eFT for IBM z/os Systems Release Memo To Users June 2018 MTU-eFT213-R5.4.7 eft213 NetEx/eFT for IBM z/os Systems Release 5.4.7 Memo To Users June 2018 1999-2018 Network Executive Software, Inc. 6450 Wedgwood Road North #103 Maple Grove, MN 55311 MTU-eFT213-R5.4.7 Document Revision

More information

Program Directory for IBM z Systems Development and Test Environment Tools

Program Directory for IBM z Systems Development and Test Environment Tools Program Directory for IBM z Systems Development and Test Environment Tools V11.0.2 Program Number 5725-G39 FMID HALMB02 For use with z/os v2.1 or higher Document date: December 2017 Notes: 1 IBM z Systems

More information

IBM z Systems Development and Test Environment Tools User's Guide IBM

IBM z Systems Development and Test Environment Tools User's Guide IBM IBM z Systems Development and Test Environment Tools User's Guide IBM ii IBM z Systems Development and Test Environment Tools User's Guide Contents Chapter 1. Overview......... 1 Introduction..............

More information

Uni Hamburg Mainframe Summit z/os The Mainframe Operating. Part 2 TSO, ISPF und Unix Shell. Introduction to the new mainframe

Uni Hamburg Mainframe Summit z/os The Mainframe Operating. Part 2 TSO, ISPF und Unix Shell. Introduction to the new mainframe Uni Hamburg Mainframe Summit z/os The Mainframe Operating Chapter 4: Interactive facilities of z/os: TSO/E, ISPF, and UNIX Part 2 TSO, ISPF und Unix Shell Michael Großmann IBM Technical Sales Mainframe

More information

Installing AX Server with PostgreSQL (multi-server)

Installing AX Server with PostgreSQL (multi-server) Installing AX Server with PostgreSQL (multi-server) Version: 13 Published: Wednesday, November 29, 2017 ACL Services Ltd. 2017 Table of contents Table of contents Table of contents 3 Introduction 7 Intended

More information

Configuring ISPF for Fun and Profit

Configuring ISPF for Fun and Profit Configuring ISPF for Fun and Profit Session 10948 Wednesday, March 14, 2012 Thomas Conley Pinnacle Consulting Group, Inc. (PCG) 59 Applewood Drive Rochester, NY 14612-3501 P: (585)720-0012 F: (585)723-3713

More information

TSO/ISPF TIPS By:

TSO/ISPF TIPS By: TSO/ISPF TIPS By: jimleon@cs.niu.edu I will demonstrate how to create a file/dataset with JCL, submit the work(job) to the Marist mainframe, and fetch its output in TSO/ISPF. My Marist id is KC02321. First,

More information

IBM. OMEGAVIEW and OMEGAVIEW II for the Enterprise. Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise. Tivoli. Version 3.1.

IBM. OMEGAVIEW and OMEGAVIEW II for the Enterprise. Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise. Tivoli. Version 3.1. Tivoli OMEGAVIEW and OMEGAVIEW II for the Enterprise IBM Version 3.1.0 Configuring OMEGAVIEW and OMEGAVIEW II for the Enterprise SC32-9426-00 12 1 2 Tivoli OMEGAVIEW and OMEGAVIEW II for the Enterprise

More information

Compute (Bridgend) Ltd

Compute (Bridgend) Ltd Compute (Bridgend) Ltd SELCOPY Product Suite for z/os Version 3.10 Program Directory (SELCOPY 3.10, SELCOPY/i 3.10 and CBLVCAT 3.10) 8 Merthyr Mawr Road, Bridgend, Wales UK CF31 3NH Tel: +44 (1656) 65

More information

IBM Tivoli Advanced Reporting for DFSMShsm. User s Guide. Version 2 Release 2 SC

IBM Tivoli Advanced Reporting for DFSMShsm. User s Guide. Version 2 Release 2 SC IBM Tivoli Advanced Reporting for DFSMShsm User s Guide Version 2 Release 2 SC27-2350-00 Note Before using this information and the products it supports, read the information in Appendix B on page 419.

More information

IBM. TSO/E User's Guide. z/os. Version 2 Release 3 SA

IBM. TSO/E User's Guide. z/os. Version 2 Release 3 SA z/os IBM TSO/E User's Guide Version 2 Release 3 SA32-0971-30 Note Before using this information and the product it supports, read the information in Notices on page 229. This edition applies to Version

More information

PowerExchange Logger: Changing the Size of the Active Logs

PowerExchange Logger: Changing the Size of the Active Logs PowerExchange Logger: Changing the Size of the Active Logs 2008 Informatica Corporation Overview For PowerExchange Change Data Capture (CDC) data sources on MVS, the PowerExchange Logger writes captured

More information

INNOVATION TECHSUPPORT

INNOVATION TECHSUPPORT INNOVATION TECHSUPPORT VOLUME 3.1 Welcome to the third issue of INNOVATION TECH SUPPORT. TECHSUPPORT is intended as INNOVATION s communication vehicle to those responsible for the use of INNOVATION s products.

More information

z/os Introduction and Workshop Data Sets

z/os Introduction and Workshop Data Sets z/os Introduction and Workshop Data Sets 2009 IBM Corporation Unit Objectives After completing this unit, you should be able to: Describe data set naming rules Describe a partitioned data set Describe

More information

RA/2 RACF CLI Version 1 - Release 1

RA/2 RACF CLI Version 1 - Release 1 RA/2 RACF CLI Version 1 - Release 1 Copyright racfra2.com 2008 All Rights Reserved Distributed by: SEA America Inc. SEA Europe EBM Inc. Ubiquity Pty Ltd Softplex Japan racfra2.com corp. TABLE OF CONTENTS

More information

IBM Content Manager for z/os V8.5 Fix Pack 2 Resource manager running under IBM HTTP Server powered by Apache V8.5.5 Readme

IBM Content Manager for z/os V8.5 Fix Pack 2 Resource manager running under IBM HTTP Server powered by Apache V8.5.5 Readme IBM Content Manager for z/os V8.5 Fix Pack 2 Resource manager running under IBM HTTP Server powered by Apache V8.5.5 Readme November 2014 Table of Contents 1 About this README file...3 2 Introduction...3

More information

z/os Version 2 Release 3 TSO/E User's Guide IBM SA

z/os Version 2 Release 3 TSO/E User's Guide IBM SA z/os Version 2 Release 3 TSO/E User's Guide IBM SA32-0971-30 Note Before using this information and the product it supports, read the information in Notices on page 213. This edition applies to Version

More information

CA-View Extract User Dialog

CA-View Extract User Dialog CA-View Extract User Dialog A User Friendly ISPF Interface to CA-View Reports Version 1.19 Revised June 16, 2003 Lionel B. Dyck Kaiser Permanente Information Technology 25 N. Via Monte Ave Walnut Creek,

More information

IBM Transaction Analysis Workbench for z/os. Lab

IBM Transaction Analysis Workbench for z/os. Lab IBM Transaction Analysis Workbench for z/os Lab 12 March 2012 This edition applies to Version 1 Release 1 of Transaction Analysis Workbench for z/os with the PTF for APAR PM26786 ( SPE ). Contents Introduction.............

More information

File-Aid for MVS. Features included in this test script for File-Aid MVS are:-

File-Aid for MVS. Features included in this test script for File-Aid MVS are:- Features included in this test script for File-Aid MVS are:- Edit/Browse dataset in formatted mode Ability to browse/edit dataset with multiple layouts by creating XREFs Dataset utilities, include allocating

More information

Hitachi Device Manager Mainframe Agent Release Notes Contents

Hitachi Device Manager Mainframe Agent Release Notes Contents Hitachi Device Manager Mainframe Agent 8.5.0-00 Release Notes Contents About this document... 2 Intended audience... 2 Getting help... 2 About this release... 2 Product package contents... 2 New features

More information

Oracle Tuxedo Mainframe Adapter for TCP

Oracle Tuxedo Mainframe Adapter for TCP Oracle Tuxedo Mainframe Adapter for TCP Installation Guide Release 11gR1 August 2010 Tuxedo Mainframe Adapter for TCP Installation Guide, Release 11gR1 Copyright 2007, 2010, Oracle and/or its affiliates.

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

z/os Introduction and Workshop Unix System Services 2009 IBM Corporation 2017 IBM Corporation

z/os Introduction and Workshop Unix System Services 2009 IBM Corporation 2017 IBM Corporation z/os Introduction and Workshop Unix System Services 2009 IBM Corporation Unit Objectives After completing this unit, you should be able to: Understand Unix System Services is a base element Understand

More information

Tools for z/os UNIX System Services

Tools for z/os UNIX System Services Tools for z/os UNIX System Services These tools build a collection of useful functions for the z/os UNIX System Services Environment. Especially there is included support for the OMVS shell in systems

More information

Lab Overview In this lab, you will learn how to perform the following tasks with Encryption Facility for z/os:

Lab Overview In this lab, you will learn how to perform the following tasks with Encryption Facility for z/os: Lab Overview In this lab, you will learn how to perform the following tasks with Encryption Facility for z/os: Creating an OpenPGP Keyring Creating new RSA key pairs Creating OpenPGP certificates Exporting

More information

Hands-on Lab: Setting up the z/os LDAP Server with the dsconfig utility.

Hands-on Lab: Setting up the z/os LDAP Server with the dsconfig utility. Hands-on Lab: Setting up the z/os LDAP Server with the dsconfig utility. Background: The z/os LDAP server was introduced several years ago. It was a standard LDAP v3 server with support for LDAP v2 if

More information

Managing WLM on your desktop

Managing WLM on your desktop Managing WLM on your desktop Fabio Massimo Ottaviani EPV Technologies Together with z/os 1.8, IBM made available a tool named WLM Service Definition Editor. It is a workstation-based tool that allows you

More information

PDSUPDTE. 4. When the length of STRING2 is less than that of STRING1, blanks are inserted after the next pool of two blanks following STRING1.

PDSUPDTE. 4. When the length of STRING2 is less than that of STRING1, blanks are inserted after the next pool of two blanks following STRING1. PDSUPDTE PDSUPDTE is a batch card image tailoring procedure and is designed to change selected fields in JCL and control statements contained in libraries (Partitioned Datasets). Control statements can

More information

Redpaper. HFS to zfs Migration Tool. Front cover. ibm.com/redbooks. Installing the migration tool. Using the migration tool. Migration tool REXX execs

Redpaper. HFS to zfs Migration Tool. Front cover. ibm.com/redbooks. Installing the migration tool. Using the migration tool. Migration tool REXX execs Front cover HFS to zfs Migration Tool Installing the migration tool Using the migration tool Migration tool REXX execs Paul Rogers Paul-Robert Hering ibm.com/redbooks Redpaper International Technical

More information

IBM. IBM Software Manufacturing Solutions. Attached to this memorandum: Summary of Changes. List of Program Material. Installation Instructions.

IBM. IBM Software Manufacturing Solutions. Attached to this memorandum: Summary of Changes. List of Program Material. Installation Instructions. IBM To: Licensees of Transaction Processing Facility Version 4 Subject: Program Number 5748-T14 Release 1, Modification Level 00 Features 5831, 5832, 5702 The material you have received is listed on the

More information

Objectives of this Lab

Objectives of this Lab Objectives of this Lab In this Lab you will learn how to perform the following tasks with Encryption Facility for z/os: Creating a Java Keystore Creating an OpenPGP Keyring Creating new RSA key pairs Creating

More information

Hosting IBM Product Infocenters on z/os

Hosting IBM Product Infocenters on z/os Hosting IBM Product Infocenters on z/os Many IBM products ship their information as an Eclipse plugin, for example CICS and WebSphere. Customers have asked how they can host the Infocenters on z/os. This

More information

Version 1 Release 6. IBM Autonomics Director for Db2 for z/os User's Guide IBM SC

Version 1 Release 6. IBM Autonomics Director for Db2 for z/os User's Guide IBM SC Version 1 Release 6 IBM Autonomics Director for Db2 for z/os User's Guide IBM SC19-4389 Version 1 Release 6 IBM Autonomics Director for Db2 for z/os User's Guide IBM SC19-4389 Note: Before using this

More information

NetRexx on the Big Iron

NetRexx on the Big Iron NetRexx on the Big Iron 2011 Rexx Language Symposium, Aruba René Vincent Jansen, 2011-12-04 Agenda NetRexx: what is it NetRexx: how to get it? Uploading to the Mainframe Running the translator z/os Unix

More information

Migrating to Tivoli Decision Support for z/os (TDSz) Version 1.8.2

Migrating to Tivoli Decision Support for z/os (TDSz) Version 1.8.2 Migrating to Tivoli Decision Support for z/os (TDSz) Version 1.8.2 This document contains instructions to migrate to TDSz Version 1.8.2. Migration paths from TDSz V1.8.0 and V1.8.1 are provided. This document

More information

I52901

I52901 IBM(R) Financial Transaction Manager for SWIFT Services (FTM SWIFT) for z/os Version 3.0.0.6 Readme Product/Component Release: 3.0.0 Update Name: Fix Pack 6 Publication Date: December 31, 2017 Last modified

More information

BEA MessageQ. MVS Client User s Guide

BEA MessageQ. MVS Client User s Guide BEA MessageQ MVS Client User s Guide BEA MessageQ MVS Client Version 5.0 Document Edition 5.0 February 1999 Copyright Copyright 1999 BEA Systems, Inc. All Rights Reserved. Restricted Rights Legend This

More information

Booting a Galaxy Instance

Booting a Galaxy Instance Booting a Galaxy Instance Create Security Groups First time Only Create Security Group for Galaxy Name the group galaxy Click Manage Rules for galaxy Click Add Rule Choose HTTPS and Click Add Repeat Security

More information

MQAUSX-ISPF-GUI for z/os User Guide

MQAUSX-ISPF-GUI for z/os User Guide MQAUSX-ISPF-GUI for z/os User Guide ----------------------------- z/mqausx ISPF GUI ----------------------------- COMMAND ===> MQAUSX IniFile (PDS or Sequential file): ===> 'CAP01.CPTLWARE.MQAUSX.SYSIN'

More information

IBM Education Assistance for z/os V2R1

IBM Education Assistance for z/os V2R1 IBM Education Assistance for z/os V2R1 Item: PARMDD Element/Component: BCP Scheduler Material is current as of June 2013 Agenda Trademarks Presentation Objectives Overview Usage & Invocation Interactions

More information

CA Chorus Software Manager

CA Chorus Software Manager CA Chorus Software Manager Installation Guide Version 06.0.00, Fourth Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to

More information

LMS. Laret Melsch Systems

LMS. Laret Melsch Systems LMS Laret Melsch Systems Manage and Automate Dynamic Allocation of STEPLIBs and ISPF Libraries is the premier solution to manage and automate dynamic allocation of STEPLIB and ISPF libraries to save time,

More information

z/os Basic Skills: Introduction to ISPF Unit 3: Using the ISPF utilities Module 3: Using the ISPF move/copy utility

z/os Basic Skills: Introduction to ISPF Unit 3: Using the ISPF utilities Module 3: Using the ISPF move/copy utility Unit 3: Using the ISPF utilities Module 3: Using the ISPF move/copy utility Copyright IBM Corp., 2005. All rights reserved. Using the ISPF move/copy utility Introduction The ISPF utilities provide a variety

More information

IBM. Candle OMEGAMON Platform. Configuring IBM Tivoli Candle Management Server on z/os. Tivoli. Version 360 GC

IBM. Candle OMEGAMON Platform. Configuring IBM Tivoli Candle Management Server on z/os. Tivoli. Version 360 GC Tivoli Candle OMEGAMON Platform IBM Version 360 Configuring IBM Tivoli Candle Management Server on z/os GC32-9414-02 12 1 2 Tivoli Candle OMEGAMON Platform IBM Version 360 Configuring IBM Tivoli Candle

More information

CA Panvalet. Installation Guide. r14.6. Third Edition

CA Panvalet. Installation Guide. r14.6. Third Edition CA Panvalet Installation Guide r14.6 Third Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is

More information

JCL Utilities. A Access Method Services... 4:8 Alternate Indexes and Paths... 4:5 AMS Commands... 4:8 anyname DD Statement... 9:5

JCL Utilities. A Access Method Services... 4:8 Alternate Indexes and Paths... 4:5 AMS Commands... 4:8 anyname DD Statement... 9:5 A Access Method Services... 4:8 Alternate es and Paths... 4:5 AMS Commands... 4:8 anyname DD Statement... 9:5 B Backing Up Data Sets... 3:2 Batch Submit Batch Data Set Compare... 10:21 Binary Zeros: Placing

More information

MVS/QuickRef - Tailoring QW

MVS/QuickRef - Tailoring QW MVS/QuickRef - Tailoring QW Speaker Name: Chuck Davis Speaker Company: Chicago-Soft, Ltd. Date of Presentation: February 5, 2013 Session Number: 12489 cdavis@quickref.com Planned topics include - 1 of

More information

Compute (Bridgend) Ltd

Compute (Bridgend) Ltd Compute (Bridgend) Ltd SELCOPY 2.02 New Features for IBM Mainframe z/os, VSE & VM/CMS Systems 8 Merthyr Mawr Road, Bridgend, Wales UK CF31 3NH Tel: +44 (1656) 65 2222 Fax: +44 (1656) 65 2227 CBL Web Site

More information

HostExplorer Keyboard Mapping Maher Saad, Chestnut Residence, University of Toronto

HostExplorer Keyboard Mapping Maher Saad, Chestnut Residence, University of Toronto HostExplorer Keyboard Mapping Maher Saad, Chestnut Residence, University of Toronto Disclaimer The author of this document shall not carry responsibility for any damage to the computer software or hardware

More information

Installation Guide r12.5, Second Edition

Installation Guide r12.5, Second Edition Installation Guide r12.5, Second Edition Third Edition This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ),

More information

RACF Adapter Installation and Configuration Guide

RACF Adapter Installation and Configuration Guide IBM Security Identity Manager Version 6.0 RACF Adapter Installation and Configuration Guide SC27-4407-02 IBM Security Identity Manager Version 6.0 RACF Adapter Installation and Configuration Guide SC27-4407-02

More information

ServerPac Internet Delivery Installation Checklist

ServerPac Internet Delivery Installation Checklist OVERVIEW Your order's download package is provided in SMP/E GIMZIP format, therefore SMP/E utilities (GIMGTPKG, GIMUNZIP) are used by the ServerPac jobs (RECEIVE, RESTORE) to process your order. Your order

More information

ShopzSeries Support Topics

ShopzSeries Support Topics ShopzSeries Support Topics Joe Conniff Shopz Level 2 IBM Poughkeepsie, NY Topics for discussion How to find information about the package size of your Shopz download SMPWKDIR Package Segmentation Download

More information

Interactive System Productivity Facility (ISPF)

Interactive System Productivity Facility (ISPF) Procedures National Finance Center Office of the Chief Financial Officer U.S. Department of Agriculture June 1998 Interactive System Productivity Facility (ISPF) TITLE VI Systems Access Manual CHAPTER

More information

z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and Data Sets Module 2: The ISPF PDF Primary Options Menu

z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and Data Sets Module 2: The ISPF PDF Primary Options Menu z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and Data Sets Module 2: The ISPF PDF Primary Options Menu Copyright IBM Corp., 2005. All rights reserved. ISPF Primary Options Menu

More information

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os

Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Installation and Maintenance Instructions for SAS 9.2 Installation Kit for Basic DVD Installations on z/os Copyright Notice The correct bibliographic citation for this manual is as follows: SAS Institute

More information

Backup data from Management Tool... 1 Install i-vu CCN Standard Restore data from backup... 3 Access the startup screen...

Backup data from Management Tool... 1 Install i-vu CCN Standard Restore data from backup... 3 Access the startup screen... i-vu CCN Standard 4.2 Upgrade Guide from 4.0 CARRIER CORPORATION 2009 A member of the United Technologies Corporation family Stock symbol UTX Catalog No. 11-808-407-01 7/14/2009 Table of Contents Backup

More information

Version 2 Release 3. IBM IMS Configuration Manager for z/os User's Guide IBM SC

Version 2 Release 3. IBM IMS Configuration Manager for z/os User's Guide IBM SC Version 2 Release 3 IBM IMS Configuration Manager for z/os User's Guide IBM SC27-8789-00 Version 2 Release 3 IBM IMS Configuration Manager for z/os User's Guide IBM SC27-8789-00 Note: Before using this

More information

SUREedge DR Installation Guide for Windows Hyper-V

SUREedge DR Installation Guide for Windows Hyper-V SUREedge DR Installation Guide for Windows Hyper-V Contents 1. Introduction... 2 1.1 SUREedge DR Deployment Scenarios... 2 1.2 Installation Overview... 3 2. Obtaining SUREedge Software and Documentation...

More information

CA Deliver. Installation Guide. Release 12.2

CA Deliver. Installation Guide. Release 12.2 CA Deliver Installation Guide Release 12.2 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter referred to as the Documentation ), is for your

More information

Installation Instructions for SAS 9.4 Installation Kit for Basic Cartridge Installations on z /OS

Installation Instructions for SAS 9.4 Installation Kit for Basic Cartridge Installations on z /OS Installation Instructions for SAS 9.4 Installation Kit for Basic Cartridge Installations on z /OS The correct bibliographic citation for this manual is as follows: SAS Institute Inc. 2016. Installation

More information

COMP 3400 Mainframe Administration 1

COMP 3400 Mainframe Administration 1 COMP 3400 Mainframe Administration 1 Christian Grothoff christian@grothoff.org http://grothoff.org/christian/ 1 These slides are based in part on materials provided by IBM s Academic Initiative. 1 Today

More information

Micro Focus. Data Express. Requirements and Installation Procedures

Micro Focus. Data Express. Requirements and Installation Procedures Micro Focus Data Express Requirements and Installation Procedures Copyright 2007-2008 Micro Focus (IP) Ltd. All rights reserved. Micro Focus (IP) Ltd. has made every effort to ensure that this book is

More information

IBM. DFSMS Using the Interactive Storage Management Facility. z/os. Version 2 Release 3 SC

IBM. DFSMS Using the Interactive Storage Management Facility. z/os. Version 2 Release 3 SC z/os IBM DFSMS Using the Interactive Storage Management Facility Version 2 Release 3 SC23-656-30 Note Before using this information and the product it supports, read the information in Notices on page

More information

IMS Configuration Manager: Hands-on Lab

IMS Configuration Manager: Hands-on Lab IMS Configuration Manager: Hands-on Lab James Martin Fundi Software 12-August-2013 Session 14004 Agenda Product overview Hands-on with the batch capabilities Resource Take-up Automatic Diffs Conditioning

More information

IBM Tools Base for z/os Version 1 Release 6. IMS Tools Knowledge Base User's Guide and Reference IBM SC

IBM Tools Base for z/os Version 1 Release 6. IMS Tools Knowledge Base User's Guide and Reference IBM SC IBM Tools Base for z/os Version 1 Release 6 IMS Tools Knowledge Base User's Guide and Reference IBM SC19-4372-02 IBM Tools Base for z/os Version 1 Release 6 IMS Tools Knowledge Base User's Guide and Reference

More information

Chicago Interface Group, Inc. FastLIST. Administrator Guide. Release 12.0

Chicago Interface Group, Inc. FastLIST. Administrator Guide. Release 12.0 Chicago Interface Group, Inc. FastLIST Administrator Guide Release 12.0 Chicago Interface Group, Inc. 858 West Armitage Avenue #286 Chicago, IL 60614 USA Phone: (773) 524-0998 Fax: (815) 550-6088 Email:

More information

IBM. MVS Interactive Problem Control System (IPCS) User's Guide. z/os. Version 2 Release 3 SA

IBM. MVS Interactive Problem Control System (IPCS) User's Guide. z/os. Version 2 Release 3 SA z/os IBM MVS Interactive Problem Control System (IPCS) User's Guide Version 2 Release 3 SA23-1384-30 Note Before using this information and the product it supports, read the information in Notices on page

More information

Hardware Interface Service

Hardware Interface Service Hardware Interface Service Component Guide Version 1.0 This documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

WAM!NET Submission Icons. Help Guide. March 2015

WAM!NET Submission Icons. Help Guide. March 2015 WAM!NET Submission Icons Help Guide March 2015 Document Contents 1 Introduction...2 1.1 Submission Option Resource...2 1.2 Submission Icon Type...3 1.2.1 Authenticated Submission Icons...3 1.2.2 Anonymous

More information

COMPUTER EDUCATION TECHNIQUES, INC. (JCL ) SA:

COMPUTER EDUCATION TECHNIQUES, INC. (JCL ) SA: In order to learn which questions have been answered correctly: 1. Print these pages. 2. Answer the questions. 3. Send this assessment with the answers via: a. FAX to (212) 967-3498. Or b. Mail the answers

More information

IBM Workload Simulator (WSim) Version 1 Release Program Number 5655-I39. General Enhancements. September 17, 2004

IBM Workload Simulator (WSim) Version 1 Release Program Number 5655-I39. General Enhancements. September 17, 2004 IBM Workload Simulator (WSim) Version 1 Release 1.0.1 Program Number 5655-I39 General Enhancements September 17, 2004 Introduction Applying the PTF which fixes APAR PQ94132 for the IBM Workload Simulator

More information

CA TPX Session Management

CA TPX Session Management CA TPX Session Management Installation Guide Release 5.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

//JOBNAME JOB //STEPNAME EXEC //DDNAME DD //* comment - upper or lower case /*...end of JCL stream

//JOBNAME JOB //STEPNAME EXEC //DDNAME DD //* comment - upper or lower case /*...end of JCL stream Uni Hamburg Mainframe Summit z/os The Mainframe Operating Chapter 6: Using Job Control Language (JCL) and System Display and Search Facility (SDSF) Anhang 1 JCL und SDSF Michael Großmann IBM Technical

More information

z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and data sets Module 4: Working with data sets

z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and data sets Module 4: Working with data sets z/os Learning Center: Introduction to ISPF Unit 1: The Basics of ISPF and data sets Module 4: Working with data sets Copyright IBM Corp., 2005. All rights reserved. Working with data sets Introduction

More information

JCL MOCK TEST JCL MOCK TEST IV

JCL MOCK TEST JCL MOCK TEST IV http://www.tutorialspoint.com JCL MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to JCL Framework. You can download these sample mock tests at your local

More information

JCL MOCK TEST JCL MOCK TEST III

JCL MOCK TEST JCL MOCK TEST III http://www.tutorialspoint.com JCL MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to JCL Framework. You can download these sample mock tests at your local

More information