id
stringlengths
14
14
text
stringlengths
3
7k
source
stringclasses
1 value
c31b1d8829fd-1
CWAFLD1 DS CL20 CWAENT1 DS F USER ROUTINE CWAFLD3 DS CL100 ************ CA INTERTEST SPECIFICATIONS ************* * * INSERT YOUR IN25UEX STATEMENTS HERE * IN25UEX CWAD=CWAENT1,ROUT=MYCHECK IN25UEX TYPE=FINAL * * INSERT USER WRITTEN ROUTINES HERE * TITLE 'ROUTINE TO CHECK CW...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
d4f01a182369-0
InterTest™ and SymDump ® 11.0 NOFINAL CLI 0(4),C'0' 1ST CHARACTER NUMERIC ? BNL RETOKAY YES, GO CONTINUE NORMALLY. LH 0,=H'-2' NO, KEEP MONITORING THE CALLED- BR 14 - ROUTINE. ONLYONE CLI 0(4),C'X' 1ST CHARACTER EQUAL T...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
d4f01a182369-1
ENTRY IN25UEXI NAME IN25UEXI(R) // The IN25UEXI module created by the previous jobstream is used by the monitor program of InterTest for CICS. To install this module, perform the following steps: 1.Terminate InterTest for CICS (You can issue the InterTest for CICS checkpoint command before you teminiate InterTe...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
30f3c67bb33d-0
InterTest™ and SymDump ® 11.0 •Calls for COMPUTATIONS users •Calls for SHRINK users •Calls for Patient Care System (PCS) users •Calls for HOGAN users •Calls for InterTest users Calls for COMPUTATIONS Users To handle a call to the COMPUTATIONS package, code the IN25UEX control statement as follows: IN25UEX CALL=MGCALL,D...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
30f3c67bb33d-1
Calls for InterTest Users To handle calls to InterTest, add this copy statement to the IN25UEXI member in CAI.CAVHSAMP: COPY UEXIVG DB2 Support DB2 Application Program Support The installation procedure is explained next. For information on how to test and debug DB2 application programs with InterTest for CICS, see CIC...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
fa7bf38ffc2c-0
InterTest™ and SymDump ® 11.0 Using the Pregenerated Version -- A pregenerated IN25UEXI with DB2 support is provided. If you have no other special software situations that the IN25UEXI program handles, there are no further installation steps to perform for DB2 support. Creating the IN25UEXI Module for DB2 -- To monito...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
fa7bf38ffc2c-1
//SYSLIB DD DSN=CAI.CAVHMAC,DISP=SHR //SYSUT1 DD UNIT=SYSDA,SPACE=(CYL,(5,1)) //SYSUT2 DD UNIT=SYSDA,SPACE=(CYL,(5,1)) //SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(5,1)) //SYSIN DD * COPY UEXIIDMS CA IDMS COPY UEXIDATA CA DATACOM COPY UEXITELN CA TELON COPY UEXISORT CA ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
606273469fb5-0
InterTest™ and SymDump ® 11.0 NAME IN25UEXI(R) // The IN25UEXI module created by the previous jobstream is used by the monitor program of InterTest for CICS. To install this module, you must perform the following steps: 1.Terminate InterTest for CICS (you can issue the InterTest for CICS checkpoint command befo...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
606273469fb5-1
The pregenerated versions of IN25AIDB and IN25FIDB are preassembled with DB2 Release 10.1. Handle Wild Branches When a monitored program passes control to another program directly by a branch instruction, bypassing the CICS services of an XCTL or a LINK macro or command, InterTest for CICS treats this as a wild branch ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a3efe2a6425a-0
InterTest™ and SymDump ® 11.0 Monitor a Wild Branch If the program that receives control should be monitored and you want to debug it with InterTest for CICS, there are three possible situations: •The receiving program resides in the same load module as the program that passes control. In this situation, use the compos...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a3efe2a6425a-1
Add COBOL File Structures to the Symbolic File The COBOL program shown next is an example of a dummy default program that contains 01 level structures. Saving all of the 01 level structures used at a site in one file allows users of the FILE transaction to omit the symbolic program name when requesting records or DL/I...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a3efe2a6425a-2
//SYSUT6 DD UNIT=SYSDA,SPACE=(460,(350,100)) //SYSUT7 DD UNIT=SYSDA,SPACE=(460,(350,100)) //SYSPRINT DD DSN=&&TEMPIN,DISP=(,PASS),UNIT=SYSDA,SPACE=(TRK,(15,5)), // DCB=(DSORG=PS,LRECL=133,BLKSIZE=1330,RECFM=FBA) //SYSIN DD * ID DIVISION. PROGRAM-ID. PROTFILE. ENVIRONMENT DIVISION....
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
68d9689c923b-0
InterTest™ and SymDump ® 11.0 DATA DIVISION. WORKING-STORAGE SECTION. 77 PROGRAM-NAME PIC X(8) VALUE 'PROTFILE'. LINKAGE SECTION. ** CAR SEGMENT ** 01 CAR. 05 CAR-SEGMENT-KEY-FIELD. 15 CAR-SEGMENT-MAKE PIC X(12). 05 CAR-SEGM...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
68d9689c923b-1
//INPUT DD DSN=&&TEMPIN,DISP=(OLD,DELETE) //OUTPUT DD SYSOUT=A,DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330) //MESSAGE DD SYSOUT=A //PROTSYM DD DSN=** your protsym file **,DISP=SHR //CARDS DD * PROTFILE,LISTER=ALL,NOPURGE //* In the STEPLIB DD statement on the symstep specify the name of the library that conta...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
96cf2a171746-0
InterTest™ and SymDump ® 11.0 CORUCOM Macro The CORUCOM macro lets you define any number of new CORE command keywords, each an abbreviation for a series of CORE command elements. For instance, there is a user table that is pointed to by an address located eight bytes into the CWA. There is a counter 12 bytes into this ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
96cf2a171746-1
long, must consist only of alphanumeric characters and, to prevent confusion with a hexadecimal number, must contain at least one of these characters: GHIJKLMNOPQRSTUVWXYZ. When two or more keywords have the same prefix (for example, ICE2, ICE), the longer keyword must be specified first, as illustrated in the followin...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
930230866849-0
InterTest™ and SymDump ® 11.0 ABLE' CORUCOM TYPE=FINAL (required) Sample JCL for Assembling IN25UCOM The following IN25UCOM JCL example uses the standard IBM procedure to assemble and link-edit macro level programs. //UCOM JOB ... //* (COMMENT: A STANDARD IBM PROC FOR ASSEMBLER ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
930230866849-1
COPY CORUCOM CORUCOM TYPE=INITIAL CORUCOM CODE=TWAF,COMND='TWA,USE=USERDSEC.USERTWAF' CORUCOM TYPE=FINAL END /* //LKED.SYSLMOD DD DSN=CAI.CAVHLOAD,DISP=SHR //LKED.SYSIN DD * NAME IN25UCOM(R) /* // Special Considerations for HOGAN Systems InterTest for CICS features ar...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
aa493ea923b3-0
InterTest™ and SymDump ® 11.0 Use Considerations Monitoring the PEM Module -- The PEM module does not need to be debugged and should not be monitored by InterTest for CICS. Monitor only your HOGAN application programs using the segmented monitoring option, as discussed next. Monitoring Application Programs that use HO...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
aa493ea923b3-1
IBM's EXEC Debugging Facility (EDF) Support The EDF facility, which is activated by the CEDF transaction and described in the IBM CICS/VS Application Programmer's Guide Command Level , does not interfere with the InterTest for CICS monitoring and interactive testing. InterTest for CICS also does not interfere with EDF,...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2d64d4d62f11-0
InterTest™ and SymDump ® 11.0 •The ability to set breakpoints anywhere in the program (not just at EXEC CICS commands). •Data display and modification by symbolic names. This means the programmer does not need the most recent listing of the tested program, if the data names or paragraph names (labels in Assembler) rema...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2d64d4d62f11-1
•If an InterTest for CICS breakpoint is set at an EXEC CICS command, the InterTest for CICS breakpoint occurs before the command is passed to CICS. •At the breakpoint, the programmer can review and change any parameters of the command before telling InterTest for CICS to continue with the task. •InterTest for CICS chec...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2d64d4d62f11-2
TOR's local VTAT transaction IDs must be unique (for example, VTA1, VTA2, VTA3, and so on). However, the remote transaction IDs can be the same for all AORs (for example, VTAT), so you do not need to maintain a unique IN25OPTS for each AOR. If you choose to specify an alternate VTAT transaction ID in one or more AORs, ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
39b9df372d20-0
InterTest™ and SymDump ® 11.0 A sample set of definitions is supplied in member CSDINTTO in CAI.CAVHJCL library. This sample set contains all of the RDO definitions required for the CICS TOR region. All InterTest for CICS transaction names are the same as those specified in the AOR and can be modified by your site. NOT...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
39b9df372d20-1
following table are supported: IN25OPTS DFLTUSER= CSD CONNECTION, ATTACHSEC=Typical Use Additional Consideration ANY LOCAL Nonsecure MRO environment AOR and TOR need the same default CICS user ID (set in the SIT) SPECIFIC IDENTIFY Secure MRO environment TOR's SIT uses SEC=YES or MIGRATE option The following sections di...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
561f6e315e93-0
InterTest™ and SymDump ® 11.0 InterTest for CICS compares this user ID to the AOR's default user ID and, if they match, sets the user ID to be monitored by .ANY user. This entry causes all users of the program to be monitored (as in earlier InterTest for CICS releases). WARNING Ensure that the default user IDs in the A...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
561f6e315e93-1
–At the time the first breakpoint display is about to appear, the receiving terminal must not be occupied by any task (transaction). This restriction also applies to CRTE. –The next transaction ID must not be primed in the TCTTE of the receiving terminal. If this occurs, InterTest for CICS cannot write the breakpoint s...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7ead6ca66894-0
InterTest™ and SymDump ® 11.0 SymDump for CICS Install or Customize DFHPEP If your site does not have a custom DFHPEP module implemented, the DFHPEP included in the CAI.CAVHLOAD library must be installed in a library that is concatenated before the IBM CICS library suffixed with SDFHLOAD, so that it replaces the IBM s...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7ead6ca66894-1
WARNING The formatted trace table is only built upon user request. Because the SymDump for CICS task is conversational, these CICS areas are held while a particular dump is analyzed. When the next dump is selected, these areas are freed. Most virtual storage requests, including the trace table, are moved above the 16-...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7ead6ca66894-2
dynamically obtained and released during the format process in a serial fashion for each SymDump for CICS, CICS trace that is selected, for example, only one format subtask has this DASD workspace at a time. Once a trace is formatted, the DASD workspace is released before the trace is displayed to the user. The next t...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
db308a3bd637-0
InterTest™ and SymDump ® 11.0 format request re-obtains the needed DASD workspace. For parameters controlling where to get this dynamic DASD allocation, refer to your IN25OPTS definition. The TRACE FORMAT REGION also requires 50 KB of extended private area main storage for every 4 KB block of raw unformatted CICS trace...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
db308a3bd637-1
The response times for trace formatting depend on the size of the traces, the number of simultaneous requests performed by a TRACE FORMAT REGION, and the amount of machine resource available to the TRACE FORMAT REGION. For optimal performance, carefully review the IN25OPTS parameters that control trace formatting. You ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
db308a3bd637-2
Based on these guidelines, a general approximation for the SYMT internal trace capture is TRCFMEGT=((TRTABSZ/4)/20). The rule for the TRCFMEGM is also an approximation, since you cannot assume that all threads always use maximum storage allocations. For a FORMAT REGION that would only handle SYMT traces, multiply threa...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
1ecf0dfef5f4-0
InterTest™ and SymDump ® 11.0 All Products Authorization Before you activate your product, you must make the executables in CAI.CAVHAUTH available through STEPLIB or LINKLIST. CAI.CAVHAUTH must be APF authorized. CAIRIM CAIRIM must be active on each system that runs InterTest or SymDump products. You can specify the f...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
1ecf0dfef5f4-1
Activate or deactivate the Optimizer/II RTL but not SymDump Batch. –SBONLY Activate or deactivate SymDump Batch but not the Optimizer/II RTL. You must have Optimizer/II RTL activated to execute Optimizer/II programs. NOTE CAIRIM inserts a hook into the SVC table (specifically SVC51). If you have concerns about comp...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8939fbd5c7d6-0
InterTest™ and SymDump ® 11.0 Query Activation Status JCL A procedure called CAVHLPAQ is provided to invoke the Initialization Summary program. To obtain an initialization summary for your data center, specify the following: // EXEC CAVHLPAQ The initialization summary program, CAVHLPAQ, uses the following DD state...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8939fbd5c7d6-1
the only permitted format is: CNTL=START,PROM=tablname 273
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
399e8be0fb10-0
InterTest™ and SymDump ® 11.0 If the CNTL task is activated at a terminal, response messages are displayed there and the command is executed as if someone had entered it from that terminal. For example, if the CNTL command sets a breakpoint, the from and to terminals are the terminal at which the task was activated. ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
399e8be0fb10-1
•The InterTest for CICS Help file, PROTHLF, must be defined and available. •If installing SymDump with InterTest, the SymDump for CICS IN25INST program should always be placed after the InterTest for CICS IN25PLT program in the PLT. •You can guarantee that the InterTest for CICS exits are first to receive control by ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
48c93714f061-0
InterTest™ and SymDump ® 11.0 Activate InterTest for CICS After you have completed the installation steps, you can activate InterTest for CICS in your CICS system at any time. To activate InterTest for CICS, issue the following command: CNTL=START For InterTest for CICS regions installed with CICSplex support (CICSP...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
48c93714f061-1
CNTL=END,SCOPE=GLOBAL InterTest for CICS maintains a permanent service task that runs under the transaction ID ISER. The program is IN25SERV. CICS cannot complete a normal shutdown until this task ends. It is important that you deactivate InterTest for CICS before CICS shutdown to terminate this task. To deactivate ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b4dcb02dbfd2-0
InterTest™ and SymDump ® 11.0 WARNING You are strongly advised to perform this step so errors can be detected quickly. Use the following procedure to check out the installation of InterTest for CICS. Follow these steps: 1.Enter the transaction code VRPT. InterTest for CICS displays the selection menu. 2.Enter 1 in the ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b4dcb02dbfd2-1
This helps to ensure that you are successful in implementing this powerful feature of SymDump for CICS. Edit the JCL to conform to your installation standards and the previously completed worksheet. However, never change any of the ddnames. You must now include a STEPLIB DD statement pointing to your CAVHLOAD load lib...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
6ba770058acb-0
InterTest™ and SymDump ® 11.0 4.When the selection menu appears with the option field set to 1, the SymDump for CICS check-out procedure is complete. Start and Stop Dump Capture Facility After installing SymDump for CICS, you can use one of the following methods to start the dump capture facility automatically with y...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
6ba770058acb-1
Shut Down Automatically You must deactivate SymDump for CICS prior to shutting down your CICS region, or an abend may occur. You can manually deactivate SymDump for CICS using the SYME transaction from a 3270 terminal. You can automatically deactivate SymDump for CICS using the IN25ENPL program. If you add this SymD...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
d2a817f9237b-0
InterTest™ and SymDump ® 11.0 Installation Verification Run the demo programs for each application to validate the installation. This article describes how to run the demo programs for each application. Running the demo programs validates the installation and provides an introduction to using your product. InterTest Ba...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
d2a817f9237b-1
•CAIOPTS File Processing report •Abend report Run the IDMS/DB , DB2, and IMS Demo Programs If you use the IDMS/DB , DB2, and IMS abend reporting features, run the demo programs that apply to your site. If your site is not using these features, skip this step. The sample JCL members for the demo programs are stored in C...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a27a339c8dfd-0
InterTest™ and SymDump ® 11.0 CARXDEM1 —for IDMS/DB CARXDEM2 —for DB2 CARXDEM3 —for IMS Run the job and examine the results. A SymDump Batch report is produced when each job abends. Review Abend Reports Using the Viewer You have an option of reviewing abend reports for validating the installation. Follow these steps: ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a27a339c8dfd-1
Command ===> Scroll ===> CSRCAPI052I Profile restored as of 17:58:49 on 2011/07/20 ------------------------ JobName USER01A Step/Tsk RUN UserId USER01 Date 2011/07/20 Program CAOEDEMO Offset 00041B6 Comp S=0C7 Time 17.57 -...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4943364c0141-0
InterTest™ and SymDump ® 11.0 InterTest for CICS Demonstration programs are distributed for Assembler, COBOL, and PL/I in the source format. You can assemble or compile them using the jobs found in CAVHJCL. The PROCs executed by these sample jobs are defined in CAVHPROC. The sample jobs provide symbolic parameter overr...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4943364c0141-1
Step COBDEMO Executes PROC CABACOBP to compile and postprocess the COBOL language demonstration program COBDEMO. Step LKEDDEMO Executes program IEWL to bind the object module from the previous step. Step CSBIN25 Executes PROC CABACOBP to compile and postprocess the COBOL language demonstration subprogram CSBIN25. Step ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4f1610fb2862-0
InterTest™ and SymDump ® 11.0 Step LKEDDEMO Executes the program IEWL to bind the object module from the previous step. CABADMDJ The CABADMDJ job prepares the COBOL DB2 demonstration program (DB2DEMO) for execution. For more information about using the DB2DEMO program, see COBOL Primer. This job contains the following ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4f1610fb2862-1
Step ASBIN25 Executes PROC CABAASMP to translate, assemble, and postprocess the Assembler language demonstration subprogram ASBIN25. Step PLIDEML Executes PROC CABAPLIP compile and postprocess the PL/I language demonstration program PL1DEML. Step LINKDEML Executes program IEWL to bind the object modules from the previo...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
82d7ad650423-0
InterTest™ and SymDump ® 11.0 DEMP PL1 program ASRA (0C7) 5.Type the transaction code SYMD. 6.Type 1 on the Option field and follow the menu instructions to view the dumps created in the previous Step 4. Install Maintenance After you have successfully installed any Broadcom mainframe product software, check for i...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
82d7ad650423-1
without having to search regularly on the portal, use SMP/E Receive Order . For a comprehensive collection of articles that are dedicated to all mainframe maintenance concepts and procedures, see Mainframe Common Maintenance Procedures . Maintain Products Using z/OSMF Software Update As a systems programmer, you are re...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a8965e634717-0
InterTest™ and SymDump ® 11.0 TIP A migration tool is provided to help you register existing CSM and non-CSM CSIs as new software instances in z/OSMF. For more information about the migration tool, see Migrate SMP/E Environments into z/OSMF . •Download and receive maintenance, HOLDDATA, and CARS maintenance for your ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
a8965e634717-1
WARNING As part of our ongoing commitment to customer success and to help our customer base achieve their strategic business initiatives, we are investing our resources in z/OSMF for software management. We will be discontinuing technical support for CSM . In accordance with the terms and conditions, guidelines, and pa...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4d8f7e08ff92-0
InterTest™ and SymDump ® 11.0 Use the following procedure to maintain products using CSM : 1.(Optional) Configure automatic HOLDDATA download. 2.(Optional) Configure CSM to reject unneeded maintenance . 3.Download product maintenance packages . –(Optional) Configure CSM to perform automatic maintenance updates . 4.(O...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7a62409690de-0
InterTest™ and SymDump ® 11.0 After you complete this process, the maintenance packages for your products are accepted. You have deployed and configured a product across your enterprise. Now you are applying maintenance to this product. Create a deployment and a configuration for this product to get this maintenance to...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
7a62409690de-1
at the time set. For example, on Monday at 10.30 am, you set the number of days to 3 and time to 11.00. The first update then occurs on that Monday at 11.00 am. System Time Specifies the system time when an automatic update occurs. The system time reflects your CSM application server time zone. The TZ parameter within...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
9e0e31b46715-0
InterTest™ and SymDump ® 11.0 This process ensures that your SMP/E environments do not contain unneeded received maintenance. 1.Select the Settings tab, and select the Software Installation link under System Settings on the left side. 2.In the Maintenance Installation section, select the Reject Received Maintenance...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
9e0e31b46715-1
downloaded automatically and received to your system. To use this download option, complete the procedures to configure the SMP/E Internet Service Retrieval as described in the Mainframe Common Maintenance Procedures documentation. After you set up this service, you can use CSM to apply and accept your maintenance. ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8ae0e159711a-0
InterTest™ and SymDump ® 11.0 Configure CSM to Perform Automatic Maintenance Updates You can configure CSM to perform automatic maintenance updates (downloading and receiving maintenance) for products that are installed in an SMP/E environment. Manage Maintenance Downloaded Outside of CSM Sometimes you acquire mainte...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
8ae0e159711a-1
2.Select the Add External Maintenance button. 3.Specify one of the following package types and package details: Data Set Adds a maintenance package that is located in a z/OS data set with an LRECL of 80 and RECFM of FB. UNIX File Adds a maintenance package that is located in a USS directory in binary mode. FTP File Ad...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
0ee5135fd241-0
InterTest™ and SymDump ® 11.0 A dialog that shows the progress of the task opens. When the task completes, select Show Results on the Progress tab to close this dialog. The task output browser opens, and you can view the action details. The maintenance package with the related information is saved in the CSM database...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
0ee5135fd241-1
defined. 3.Select the maintenance packages that you want to receive, and select the Receive link. The maintenance wizard opens to the Introduction step. NOTE If you select an SMP/E environment being used in CSM by another user, a notification message appears. You are prevented from performing any actions on the SMP/E ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
3dd7c74f731f-0
InterTest™ and SymDump ® 11.0 While you work with an SMP/E environment, the environment is locked and other CSM users cannot perform any action against it. When the task finishes, logging out from CSM , or a CSM session is inactive for more than 10 minutes, the lock releases. 1.Select the SMP/E Environments tab, and...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
3dd7c74f731f-1
WARNING Before you apply maintenance, ensure that required file systems are mounted and that you have specified the correct path to the DDDEFs that are contained in the file systems. The path must be the mount point of the zFS file system, plus the directory /CA. For example, if the zFS file system is mounted at /broad...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
1d6cf451cdf1-0
InterTest™ and SymDump ® 11.0 5.From the Summary step, review the summary, and select Check and Apply . A dialog that shows the progress of the task opens. When the task completes, select Show Results on the Progress tab to close this dialog. The task output browser opens, and you can view the action details. CSM ve...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
1d6cf451cdf1-1
In the maintenance wizard, you can perform the following actions: •Select HOLDDATA (HOLDDATA TYPE, REASON, or maintenance) to bypass it. •Leave HOLDDATA unselected to exclude it. If you do not select a HOLDDATA entry checkbox, CSM excludes the HELD maintenance from the processing. If you exclude at least one HELD main...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
ea98d9faa605-0
InterTest™ and SymDump ® 11.0 To learn about new CARS maintenance that is available, download the files that are listed for published CARS maintenance. You can configure CSM to download these files automatically , or add CARS files manually . You can filter this maintenance in the SMP/E Environments, Maintenance sec...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
ea98d9faa605-1
The automatic CARS file download is configured. Add a CARS File If you cannot automatically download available CARS files, add them to the software catalog manually. Use the Add CARS File link. The files that were added manually are stored in the same USS directory as other files. 1.Download the CARS file using FT...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
859147088e6d-0
InterTest™ and SymDump ® 11.0 As an option, CSM lets you verify that the maintenance packages can be applied to the selected target zones without applying the packages. While you work with an SMP/E environment, the environment is locked and other CSM users cannot perform any action against it. When the task finishes,...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
859147088e6d-1
Apply FIXCAT Maintenance CSM lets you select and apply maintenance for your products according to FIXCAT. FIXCAT (fix category) associates a maintenance package to one or more categories of PTFs (for example, installation, function, z/OS version, or communication). FIXCAT data is provided in the same file as error HOL...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
52d8d212d4c3-0
InterTest™ and SymDump ® 11.0 While you work with an SMP/E environment, the environment is locked and other CSM users cannot perform any action against it. When the task finishes, logging out from CSM , or a CSM session is inactive for more than 10 minutes, the lock releases. 1.Select the SMP/E Environments tab. 2.F...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
52d8d212d4c3-1
against it. When the task finishes, logging out from CSM , or a CSM session is inactive for more than 10 minutes, the lock releases. 1.Select the SMP/E Environments tab, and select the SMP/E environment from which you want to restore maintenance. 2.Select Maintenance . If you do not see any maintenance packages, veri...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
3e8975176dd0-0
InterTest™ and SymDump ® 11.0 The maintenance packages are restored. Accept Maintenance After maintenance has been applied, you can accept the maintenance for products that are installed in an SMP/E environment. You cannot accept USERMODs. Use this procedure to accept the maintenance in GROUP mode. WARNING Before you s...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
3e8975176dd0-1
the selection and return to the wizard, and select Next . 6.Select the installation mode for the selected maintenance, and select Next . 7.Perform one of the following actions to address prerequisites: –If no prerequisites exist, select Next . A list of HOLDDATA appears. –If prerequisites exist and are available, revie...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
efa70e728e37-0
InterTest™ and SymDump ® 11.0 The pop-up window closes, and the DDDEF entry is selected in the list indicating that the allocation parameters have been overridden. You can also: •Update allocation parameters for the DDDEFs automatically by select Resolve Overrides. CSM provides values for all DDDEFs based on the total...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
efa70e728e37-1
Accepts the maintenance to the selected SMP/E environment in GROUPEXTEND mode. Accept Check and Accept Checks if the maintenance can be accepted to the selected SMP/E environment in GROUPEXTEND mode. Then accepts it if possible. For the GROUPEXTEND option, CSM does not automatically receive and display maintenance or ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
894cc6d986c6-0
InterTest™ and SymDump ® 11.0 3.Run the maintenance in Accept mode. Specify the maintenance packages that you want to exclude and HOLDDATA that you want to bypass, if any exist. The followings options are available for bypassing HOLDDATA: –HOLDSYSTEM –HOLDCLASS –HOLDERROR –HOLDUSER You can run the maintenance in Accept...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
894cc6d986c6-1
environment. 4.Review the information about the maintenance, and select Next . The packages that you want to accept are listed. NOTE Select a link in the Status column for a maintenance package, if available, to review a list of zones. The zones indicate where the maintenance package is received, applied, or accepted. ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
15c0f08d6504-0
InterTest™ and SymDump ® 11.0 NOUSERMODS Exclude USERMODs that resolve error reason ID. c.(Optional) Enter maintenance packages that you want to exclude in the Excluded SYSMODs field. You can enter several packages, separate them by a comma. The Bypass HOLDDATA step of the wizard appears. 8.(Optional) Enter the BYPASS ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
15c0f08d6504-1
installation use cases according to your maintenance strategy. We recommend that you use SMP/E Internet Service Retrieval to submit requests securely for PTFs and HOLDDATA to a remote Broadcom server. This service eliminates the manual steps that are required to download the PTFs and HOLDDATA from Broadcom Support . ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
abf603c1d3b3-0
InterTest™ and SymDump ® 11.0 2.Go to Broadcom Support at https://support.broadcom.com , and select Software , Mainframe Software , and My Downloads. 3.Log in using your Broadcom Support username and password. The My Downloads - Mainframe Software page appears. 4.Select a product from the list or search by product n...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
abf603c1d3b3-1
FROMNTS command can process. After execution completes, the ZIPRPT data set contains the summary report. The summary report: –Summarizes the content of the product order ZIP file. –Details the content of each data set and the z/OS UNIX files produced. –Provides a sample job to receive the PTFs in your order. 10.Review ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
0306c109149b-0
InterTest™ and SymDump ® 11.0 Apply and Accept Maintenance After downloading and receiving your maintenance package, use this procedure to apply and optionally accept corrective maintenance. WARNING Before you apply maintenance, ensure that any required file systems are mounted and that you have specified the correct p...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
0306c109149b-1
statements, and then download the monthly ASSIGN files as needed. a.Determine whether to download the yearly or monthly ASSIGN statements in the following files: ftp.broadcom.com/pub/ASSIGN/YEARLY/YEAR yyyy.TXT ftp.broadcom.com/pub/ASSIGN/CAR yymm.TXT b.Open the SAMPJCL member AVH50CAR in an edit session, update AVH50C...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
11ba1f0898c2-0
InterTest™ and SymDump ® 11.0 6.Submit AVH80APM. The CARS PTFs are applied. 7.(Optional) Open the SAMPJCL member AVH90ACM in an edit session and execute the AVHSEDIT macro from the command line. AVH90ACM is customized. 8.(Optional) Submit AVH90ACM. The CARS PTFs are accepted. NOTE You do not have to submit the job no...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
11ba1f0898c2-1
DYNACT Describes the steps to dynamically activate this fix without performing an IPL. EC Indicates that this SYSMOD requires a hardware engineering change. An EC hold SYSMOD usually does not affect the product unless the EC is present on the hardware device. ENH Introduces a small programming enhancement. The hold con...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2607ff70123e-0
InterTest™ and SymDump ® 11.0 problems. The FIXCAT HOLDDATA helps identify maintenance that is required to support a particular hardware device, software, or function. Download the external HOLDDATA from Broadcom Support to a DASD file, and allocate the file to the SMPHOLD DD statement. To take care of the external HO...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
2607ff70123e-1
device, software, or function. Fix categories are supplied as SMP/E FIXCAT HOLDDATA statements. Each FIXCAT HOLDDATA statement associates an APAR and its related fixing PTF to one or more fix categories. Deployment This article contains information about deploying your product. Prepare for Deployment Apply IBM APARs Th...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4c5e3409aef4-0
InterTest™ and SymDump ® 11.0 helps automate the creation of libraries in a target environment. Use a deployment to deploy your product in multiple environments, for example in a staging and non-staging (production) environment. Each deployment must have a methodology . You use a methodology as a template to specify ho...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
4c5e3409aef4-1
mainframe environment. After the deployment process completes, the product is ready for you to configure. You may have to perform other steps manually outside of CSM before beginning the configuration process. Deploy Without CSM Follow the procedures in Configure Your Product Without CSM before starting any of the pr...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
843f0ece4d96-0
InterTest™ and SymDump ® 11.0 •Eclipse-based IDE •To provide functionality for the Eclipse UI, the Testing Tools Server must be installed and running on the mainframe. Contact your system programmer to get the host and port of the Testing Tools Server. •Confirm the server and the plug-in version compatibility: a.Naviga...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
843f0ece4d96-1
error in the Eclipse error log. This error does not impact the product functionality and can be ignored. •You can install the plug-ins for multiple InterTest and SymDump products. We recommend that you install only one instance of the Broadcom Testing Tools Eclipse Runtime Components. •If you do not have access to the...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
9604201d6833-0
InterTest™ and SymDump ® 11.0 •Eclipse UI •Debugger for Mainframe extension for VS Code and Che •SymDump Batch REST API The REST API and the Eclipse UI run on an instance of Apache Tomcat Server. Implementation Options Single Tomcat Install Apache Tomcat lets you use the same binaries to share the binary executables an...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
9604201d6833-1
Tomcat server, see the Deploy and Configure CCS Apache Tomcat section of the Common Components and Services for z/OS documentation. (Optional) HTTPS secure communication To enable HTTPS communication on the Tomcat server and secure the Apache Tomcat web server, follow the steps in the Set Up Security for CCS Apache T...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b9ec5e11f08d-0
InterTest™ and SymDump ® 11.0 NOTE Info: This attribute is not needed unless your STEPLIB is PROGRAM CONTROLLED. 2.Modify CAVHOPTN data set member CAVHUOPT as described within the member. This file is used as the input to the server that provides product and runtime directory information. 3.Modify CAVHPROC data set mem...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf
b9ec5e11f08d-1
VS Code and Che to debug CICS programs, activate the IP CICS sockets in the CICS region. For more information, see the IBM z/OS Communications Server IP CICS Sockets Guide. Follow these steps: 1.Update the CICS startup JCL to include TCP/IP data sets. a.Add your site TCPIP.SEZATCP data set to the DFHRPL concatenation. ...
/Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf