id stringlengths 14 14 | text stringlengths 3 7k | source stringclasses 1
value |
|---|---|---|
62ca968e3c73-1 | to VARIABLE-LENGTH-4 has been done automatically.
Stop at a Statement and Step by Verb
Step through a section of code by setting unconditional breakpoints at particular statements and then use the STEP and
GO commands to execute each verb. For example, consider the following statements:
049400 DIVIDE CONV-YEAR BY 4
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2683286b087-0 | InterTest™ and SymDump ® 11.0
Assume that one of the IF clauses in the previous example is not functioning as expected. Step through this section of the
code by using the following command sequence:
UNCOND 49400 Sets a breakpoint at statement 049400, the DIVIDE verb.
GO or GO key Executes the program until statement 04... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2683286b087-1 | a value or another data item. This is done by setting a conditional breakpoint using the WHEN command.
For example, assume that subscript SUBS1 is exceeding its range (1 through 30). To stop the program at the statement
where SUBS1 exceeds 30, enter the following command:
WHEN SUBSCRIP SUBS1 GT 30
This command stops... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ac147f29311d-0 | InterTest™ and SymDump ® 11.0
Test IMS Applications
If you are licensed for the IMS Option, you can use the product to test and debug either batch or online IMS applications.
Test the IMS programs with the product the same way as other programs, but remember that the IMS program is not
the first program that is execute... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ac147f29311d-1 | support person for assistance in creating the CLIST, if needed.
The CLIST allocations are as follows:
IMS-related:
DFSRESLB IMS IEFRDER DFSVSAMP
NOTE
On the ddname DFSRESLB, the IMS RESLIB data set is concatenated to itself. This is necessary to
prevent a dynamic allocation to the ddname. If the IMS RESLIB data set ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
20b952a848c4-0 | InterTest™ and SymDump ® 11.0
•The application requires a STEPLIB DD statement that identifies the load library containing the application program to
be executed.
•You must also ALLOCATE the data bases that are used by the IMS program that will be tested.
The application generates a dynamic STEPLIB DD statement from th... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
20b952a848c4-1 | ==> ==> ==> ==> ==>
==> ==> ==> ==> ==>
==> ==> ==> ==> ==>
----------Symbolic (PROTYSM) Files ----------------Endevor Auto Populate
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f99c231d5fd-0 | InterTest™ and SymDump ® 11.0
-------------- CA InterTest Batch EXECUTION CONTROL Panel ---------------------
COMMAND ===>
------------------------------ Allocations ------------------------------------
ALIB Dsname ===> ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
0f99c231d5fd-1 | production IMS/VS system.
Test Your Application
The BMP defined is used to test the online application. Perform the following steps:
1.Replace the PSB for the BMP in the dynamic PSBLIB with the application PSB using the BMP PSB name.
For example, the BMP PSB is ABCD1234 and the application PSB is MYAPPLTN. Thus, the PS... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ed9623d4f86a-0 | InterTest™ and SymDump ® 11.0
/SET TRAN trancode
where trancode is the trancode of the BMP defined in the previous section. This command directs all input messages
from this LTERM (logical terminal) to trancode . Normally MFS provides the trancode to IMS/VS. The trancode of the
application to be tested is different... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ed9623d4f86a-1 | •&dirca - Required for dynamic PSBs
•stimer-Whether to set the timer (1) or not (0). Must be set to 1 if CPUTIME 0
•cputime-BMP task timing option. No timing (0) or maximum task time ( n) where n is from 1 to 1440 minutes
•imsid-The IMS/VS system identifier where you want the BMP to execute
8.End the session, after tes... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a60b2cf5fda0-0 | InterTest™ and SymDump ® 11.0
/SET TRAN INT01A
He then enters his FORMAT and data to execute his transaction. He can enter as many transactions as he likes. When
he is done, he may either log off of IMS/VS or do a VTAM switch. He then logs on to TSO to start his test session. On the
Execution Control panel under EXE... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a60b2cf5fda0-1 | schedule the program into multiple IMS/VS regions.
Test Message Switching Applications
Testing an IMS/VS application whose input messages are placed on the message queue by another IMS/VS program
requires a modification to the procedure outlined in the section Testing Your Application. Remember that you use the /
SET T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c3db5f2e2049-0 | InterTest™ and SymDump ® 11.0
6.Return to the Execution Control panel, split the screen, and select Option 6 (TSO COMMAND PROCESSOR).
7.Copy the PSB for the program that retrieves the inserted messages into the dynamic PSBLIB data set with the BMP
PSB member name. End the split screen mode.
8.Change the second executio... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c3db5f2e2049-1 | Replace Step 5 in the section Preparation for Test Execution with the following step:
•On the Execution Control panel, specify the name of the load library containing the BTS load modules. The first
program to be executed is BTSTSOST.
The execution parameters are the same parameters that are specified to BTS. Generall... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d1239ed1bbc7-0 | InterTest™ and SymDump ® 11.0
BTS Interactions
After you have entered the Execution Control panel and the Monitor Control panel, BTS begins execution by reading
the BTSIN data set. A BTS0007I message and images of the BTS input commands are displayed on the terminal.
BTS requests a BTS command, a /FORMAT statement, or ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d1239ed1bbc7-1 | display.
2.You can also accomplish this by specifying UNCOND ALL ENTRY on the command line of the Intercept panel upon
initial entry into the first IMS application program.
BTS0067I MESSAGE
If this message should occur while testing in a BTS environment, ensure the BTSEXT parameter has been added to the
PARMLIB member ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d1239ed1bbc7-2 | CORE to display ADF work areas and tables. This requires a good knowledge of ADF. The best source for this information
is the IBM IMS ADF II Manuals.
742 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
feb4b0ea7d48-0 | InterTest™ and SymDump ® 11.0
Test IBM DB2 Applications
To test IBM DB2 applications using your product in foreground, you can modify the TSO CLIST CAMRCDB2, which
invokes the application. You find CAMRCDB2 in the CAVHCLS0 data set. A sample batch execution of DB2 programs
follows to give you some background into the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
feb4b0ea7d48-1 | DB2 Subsystem Name ===> The name of the DB2 Subsystem where the program being tested
runs.
Plan Name ===> The DB2 Plan name for the program being tested.
Library Name ===> The Load Library name where the program being tested resides.
1.Press Enter after completing the panel fields. The Primary Option Menu displays.
2.S... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d2a44a73f613-0 | InterTest™ and SymDump ® 11.0
3.Ensure that the DB2 program is correctly prepared as follows:
a.DB2 pre-processed
b.Compiled and post processed into a PROTSYM file
c.Linked
d.A DB2 bind step or job is run for the recompiled program
e.All other DB2 protocol is done
4.Modify the application CLIST as explained previously.... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d2a44a73f613-1 | appears. To generate the data, type over the values that you want, press the END key to return to the Intercept panel, and
press the GO key to write the record.
Adding another File Definition, OPEN, and a READ before the WRITE could make this into a COBOL format record editor.
744 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d3f5847d5dea-0 | InterTest™ and SymDump ® 11.0
Test Under Roscoe
If you run this product under Roscoe , you should be aware of the following points:
•The suggested method for testing applications with Roscoe is using Option 5, Batch Link.
•The application runs under the ETSO OR BTSO facility of Roscoe .
•A special JCL conversion facil... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d3f5847d5dea-1 | application. The ALIB is a PDS that consists of members created through the ALIB editor or JCL converter of this
application. You can create new allocations library members, or edit, browse, allocate and free data sets specified in
existing members. Once you save an ALIB, you can use its allocations in the future, savi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d3f5847d5dea-2 | command).
NOTE
For more information on how to use the JCL conversion facility, Roscoe users should see JCL Conversion for
Roscoe .
745 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a03da0894679-0 | InterTest™ and SymDump ® 11.0
The Allocations Main Menu
Access the Allocations Main Menu by selecting option 3 from the Primary Option Menu. The Allocations Main Menu the
starting point for accessing all of the allocations facility's features:
The fields on the Allocations Main Menu are as follows:
1 ALIB Create new al... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a03da0894679-1 | Member Optional. If you do not know the member name, leave this field blank or enter a member
name pattern. Valid ISPF wild card member pattern characters are:
% Substitutes for any one character. May be
the first character.
* Substitutes for any number of characters.
May not be the first character.
For PDS members:
D... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7bb3973d4fbc-0 | InterTest™ and SymDump ® 11.0
To select an ALIB Member from the Allocations Library panel:
1.Enter the ISPF library or PDS information for the member you want to edit.
2.Press Enter.
If you entered a complete member name, the application displays the Allocations Edit panel. If you entered a partial
member name, the app... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7bb3973d4fbc-1 | TEST2 01.02 14.078 14.078 10:11 00001 00021 00000 USER01
Enter the following line commands in the Cmd field before each member in the list:
AL To allocate all the data sets in the ALIB member.
B To browse the ALIB members. The Allocation List Browse panel
displays. From this panel you may view the al... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
7bb3973d4fbc-2 | A sample Allocations Edit Panel is shown next:
CA InterTest Batch ALIB EDIT: PDS USER01.INTBATCH.ALIB(PGM1) -------------------
COMMAND ===> SCROLL==> PAGE
LINE COMMANDS - I(NNN), D(NNN), R(NNN), AL(LOCATE), F(REE), S(PACE)
747 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
564a63fdf1f7-0 | InterTest™ and SymDump ® 11.0
PRIMARY COMMANDS - ALLOCATE, SAVE, CREATE, RESET, CANCEL, IMPORT, EXPORT,
REPLACE, FREE, OPTS, END. FOR AN EXPLANATION, SEE THE USER GUIDE OR HIT HELP.
CMD DDNAME DATA SET NAME DISP VOLSER DCB AL
MSG> Imported from USER01.JCL(PGM1) ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
564a63fdf1f7-1 | DCB Yes DCB information is present
No There is no DCB information for the data set
AL A The ddname is allocated
blank The ddname is not allocated
Primary Commands
The Allocations Edit Panel primary commands, which you enter on the COMMAND ===> line, are shown next.
ALLOCate Allocates all the allocations listed on the s... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
924c73ebb3bb-0 | InterTest™ and SymDump ® 11.0
IMPort Invokes the JCL Converter to convert raw JCL into ALIB format.
Import JCL from a PDS, Librarian , Panvalet , and current session
allocations libraries. The application displays the JCL Import
Specifications panel. For more information, see Converting JCL to
ALIB (Import JCL).
EXPort... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
924c73ebb3bb-1 | VB Variable blocked
U Undefined
Default: the current record format of the data set.
DSORG The organization of the data set. Valid organizations are:
PO Partitioned Organization (PDS)
PS Sequential
SPACE UNIT The space unit used by the data set for primary and secondary storage. Valid space units
are:
BLK Blocks
TRK Tr... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c13ec0516e33-0 | InterTest™ and SymDump ® 11.0
SECONDARY The secondary storage.
DIRECTORY BLOCKS The number of directory blocks.
RELEASE Whether unused storage should be released. Valid values are:
Yes Release unused storage
No Do not release unused storage
Default: No
UNIT NAME The unit name.
VOLUME SERIAL If you entered a VOLSER on ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c13ec0516e33-1 | Copy to Allocation Library Panel
The application displays the Copy to Allocation Library panel whenever the ALIB editor needs the name of the ALIB data
set and member in order to write the allocations list. The application displays this panel if you issue a Replace or Create
command from the Allocations Edit panel.
To ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ffcfcbf7a30e-0 | InterTest™ and SymDump ® 11.0
NOTE
The ALIB data set is optional. If your installation is not using an ALIB data set no entry is required on this panel.
Press PF3 several times until you return to the InterTest Batch PRIMARY OPTION MENU. For more information,
see the section Allocate ALIBs (Optional) in InterTest Batch... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
ffcfcbf7a30e-1 | translate your ALIB statements to CLIST.
The ISPF library and Other partitioned data set fields, in which you specify your destination ( TO) data set, are the same as
those on the Allocations Library panel.
The other fields are as follows:
Replace ? Determines if the target CLIST library is to be replaced.
Yes Replace ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6aca7e1c7e41-0 | InterTest™ and SymDump ® 11.0
3.Press Enter.
Result: The application performs the conversion.
If you entered Yes in the Edit CLIST field,
the application invokes the ISPF editor to
allow you to further modify the CLIST. If
you entered No in the Edit CLIST field, the
application redisplays the panel from which
the conve... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6aca7e1c7e41-1 | JCL you want to import for conversion.
3.Press Enter.
Result: If you have requested the JCL Conversion/
Allocations Options Panel, it will be
displayed next. Otherwise, the JCL member
selection panel is displayed.
Option 2 The JCL Library/Allocations Functions
Option 2 (JCL) on the Allocations Main Menu panel lets you ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5c125afaeb1c-0 | InterTest™ and SymDump ® 11.0
Specify the JCL to Convert
The application displays the JCL Library panel when you select the JCL option from the Allocations Main Menu. Use this
panel to specify the name and type of the JCL member you want to convert.
Complete the following input fields:
Option The format of the data set... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5c125afaeb1c-1 | takes less time than the S (Short) option.
S Short. Displays more information on the
selected member than the Q (Quick) option.
To specify a JCL member for conversion:
1.Enter the ISPF library or PDS information.
2.If you are converting a Librarian member, enter the Librarian index type you desire.
3.Press Enter.
4.T... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
db975b64745b-0 | InterTest™ and SymDump ® 11.0
Cmd Name Message VV.MM Created Modified______ Size Init Mods ID
ABSDUMP 01.00 14.325 14.325 15:47 00006 00006 00000 USER01
ASMHAL 01.00 14.154 14.154 11:40 00015 00015 00000 USER01
TESTX 01.02 14.008 14.211 15:47 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
db975b64745b-1 | Option 4: JCL Conversion/Allocation Options.
The JCL Browse Panel
The application displays the JCL Browse panel when you use the Browse command on the JCL Member Selection List
panel.
Use the JCL Browse panel to check the contents of a member selected for conversion and to determine the STEP names.
Scroll through the m... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
db975b64745b-2 | Cmd----------------------------------- Steps ------------------------------
DELETE //DELETE EXEC PGM=IEFBR14
C //C EXEC PGM=IKFCBL00,REGION=4M,
LKED //LKED EXEC PGM=IEWL,
PRINTIT //PRINTIT EXEC PGM=IEBGENER,REGION=1024K
DELETE //DELETE EXEC PGM=IEFBR14
754 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
25854877dc48-0 | InterTest™ and SymDump ® 11.0
C //C EXEC PGM=IKFCBL00,REGION=4M,
LKED //LKED EXEC PGM=IEWL,
PRINTIT //PRINTIT EXEC PGM=IEBGENER,REGION=1024K
NOTE
If you have not set the option to suppress the Conversion/Allocation Options panel, it displays before converting
the JCL and displ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
25854877dc48-1 | included in the ALIB member, indicating the name of the procedure that was not found.
CA InterTest Batch ALIB EDIT: PDS CAI.CAVHJCL(DEMOJCL) ----
COMMAND ===> SCROLL==> PAGE
LINE COMMANDS - I(NNN), D(NNN), R(NNN), AL(LOCATE), F(REE), S(PACE) ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
25854877dc48-2 | There are some special conversion considerations for certain types of DD statements. The application allocates DD
statements to a particular TSO session by using SVC 99, which performs dynamic allocation. SVC 99 does not allow the
following four DD statements to be dynamically allocated:
755 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2c08249c9eb-0 | InterTest™ and SymDump ® 11.0
•STEPLIB
•JOBLIB
•STEPCAT
•JOBCAT
The application changes STEPLIB to @STEPLIB and JOBLIB to @JOBLIB.
JCL Keywords Supported for Conversion
The JCL converter supports the following JCL keywords and positional operands. The degree of converter support is
noted.
JCL Keywords Description
DSN= ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c1fe236b9001-0 | InterTest™ and SymDump ® 11.0
CHKPT= MODIFY=
CNTL= MSVGP=
COPIES= OUTLIM=
DDNAME= OUTPUT=
DEST= PROTECT=YES
DLM= QNAME=
DSID= UCS=
FCB=
Option 3 Current Allocations
The application displays the Current Allocations panel when you select option 3 (CURRENT) from the Allocations Main
Menu panel. The current allocations opt... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c1fe236b9001-1 | SHR SYS1.HELP MVXAD1
SHR USER.HELP CAI800
ISPTABL SHR USER01.ISPF.ISPPROF CAI801
ICQTABL SHR ICQ.ICQTLIB MVXAD1
SYSPROC ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
49462e9d44ad-0 | InterTest™ and SymDump ® 11.0
Option 4 JCL Conversion/Allocation Options
The application displays the JCL Conversion/Allocation Options panel when you select option 4 (OPTIONS) from the
Allocations Main Menu panel.
Use the Options option to specify JCL conversion and ALIB member export options and Proclibs (procedure l... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
49462e9d44ad-1 | CLIST control statements, see the IBM publication TSO Command Language Reference
Manual .
DCB info on
(Attr, Alloc)Determines whether DCB information appears on the attribute statement or the allocate
statement in your CLIST when you convert from ALIB to CLIST. The choice is mainly
dictated by user-preference.
ALLOC Pu... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a5e9edae9d21-0 | InterTest™ and SymDump ® 11.0
DELETE Generates a DELETE statement in the
CLIST. This deletes any existing data set
allocated with the same name.
USE A Duplicate Data Set Name error is
generated if there is an existing data set
allocated with the same name.
Default: USE
Suppress (Yes or No) Indicates whether or not thi... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a5e9edae9d21-1 | Proclib2... SYS2.PROCLIB
Proclib3...
Proclib4...
Proclib5...
Proclib6...
Proclib7...
759 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
563119fab2f2-0 | InterTest™ and SymDump ® 11.0
Identify Where the JCL Member Is Stored
JCL members are stored in one of the following areas:
AWS Roscoe active working storage
LIB Roscoe user library
DSN Data set (PDS, sequential or Librarian )
JOB The currently attached job. You cannot change this jobname.
The information specified i... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
563119fab2f2-1 | a partial name or left the name blank, Roscoe prompts you for additional information. See Selecting the JCL Member
from a List, which follows, for instructions on specifying that information. If you selected J (job), Roscoe displays file 2
(the JCL file) of the currently attached job.
Select the JCL Member from a Lis... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3b0a1272c4b1-0 | InterTest™ and SymDump ® 11.0
When Roscoe displays the member list, enter a to the left of the library JCL member and press Enter to attach and display
a member.
For a DSN :
•If you left the DSN field blank on the JCL Converter panel, Roscoe displays the Data Set Facility panel. Specify the
data set information and a... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
3b0a1272c4b1-1 | •Each step contains:
–FREE statements to deallocate previously allocated data sets.
–DELETE statements, if necessary, to delete non-temporary data sets that need to be created and may already exist.
–ALLOC statements to allocate and, if necessary, create the data sets.
Use standard Roscoe editing commands to edit the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5fc2ea18363a-0 | InterTest™ and SymDump ® 11.0
Convert JCL to ALIB in Batch
A utility exists, CAMRAUTL, which takes a given JCL member of a PDS and creates an ALIB member from it. Review JCL
member CAMRAUTL in CAVHPROC. There are three required DDs, shown in the following table:
DDname Description
JCL DD pointing to the JCL member to b... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
5fc2ea18363a-1 | executed before the application can run. Batch link allows debugging of any job step executing in batch, and therefore
permits the normal completion of leading steps prior to debugging. After debugging, any trailing steps can be
completed prior to job termination.
•Use of temporary files
Because batch link permits the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d7c699ca3945-0 | InterTest™ and SymDump ® 11.0
InterTest Batch JCL Requirements
Before debugging a batch application using the batch link facility, modify the application JCL to enable the batch link
environment. Do this manually as described here, or automatically using the batch link JCL conversion facility.
Change the application JC... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d7c699ca3945-1 | //STEPLIB DD DISP=SHR,DSN=CAI.CAVHLOAD
// DD DISP=SHR,DSN=USER.LOADLIB
// DD DISP=SHR,DSN=USER.C1DEFLTS
//INT1PARM DD DISP=SHR,DSN=CAI.CAVHSAMP
//INT1PROF DD DISP=SHR,DSN=CAI.PROFLIB
//INT1PNLL DD DISP=SHR,DSN=CAI.CAVHPNL1
//INT1MSGL DD UNIT=SYSDA,SPACE=(TRK,(1,1))
//INT1OPTS DD *
EXEC=CAMRCO... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bc0d992858af-0 | InterTest™ and SymDump ® 11.0
•The application and the debugging engine both execute in batch, not in foreground. The terminal acts only as a
window for communicating with the batch link session.
•The batch link session begins with the Monitor Control panel, not an Execution Control panel.
•When the debugging session ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bc0d992858af-1 | NOTE
The batch link JCL conversion utility creates a new JCL member in the output destination of your choice.
The Batch Link Conversion panel fields are described next:
Field Name Description
Project The high-level qualifier for the library containing the JCL to be
converted.
Library The middle-level qualifier for the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bbab071abdf8-0 | InterTest™ and SymDump ® 11.0
Data Set Name If the JCL library name does not conform to
PROJECT.LIBRARY.TYPE, enter the name of the library in this
field. Use quotes for fully qualified names. If quotes are omitted,
your ISPF prefix is appended as the high-level qualifier.
Volume Serial If the JCL library is not catalo... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
bbab071abdf8-1 | Preallocated DD Identifies the ddname used to pre-allocate procedure libraries
required for converting the JCL.
Output JCL Lib The name of the JCL library where the converted JCL should be
written. If this field is left blank, a temporary output file is allocated.
When specifying an output JCL library, use quotes for f... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d522662848cf-0 | InterTest™ and SymDump ® 11.0
Output Member If a partitioned output JCL library is specified, enter the member
name into which the converted JCL is to be written.
Unit The unit field to be used if the converted JCL is being written to a
temporary file.
If using a temporary file for the converted JCL, VIO must not be
us... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d522662848cf-1 | Press Enter to convert the JCL for batch link.
Convert and Submit the JCL
Once the JCL is converted, you are placed into EDIT, which lets you view or further modify the JCL prior to submitting it.
If you entered an output data set name, the JCL is written to that data set. If no output data set name is provided, a
temp... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2656ef4a88b8-0 | InterTest™ and SymDump ® 11.0
000011 //INT1PARM DD DISP=SHR,DSN=USER01.INTBATCH.CAVHSAMP
000012 //INT1LOAD DD DISP=SHR,DSN=USER01.INTBATCH.CAVHLOAD
000013 //INT1PNLL DD DISP=SHR,DSN=USER01.INTBATCH.CAVHPNL1
000014 //INT1MSGL DD DISP=SHR,DSN=USER01.INTBATCH.CAVHMSG0
000015 //INT1PROF DD DISP=SHR,DSN=... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
2656ef4a88b8-1 | from the PGM= field on the // EXEC statement.
5.If you are using the dynamic symbolic support feature and you have multiple C1DEFLTS, you can concatenate to
the STEPLIB a fully qualified data set name containing the Endevor site ID associated with the load module being
monitored. Alternatively, you can also let CAICCI... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a2ca4b3eaea0-0 | InterTest™ and SymDump ® 11.0
// PEND
//MYPGM EXEC PROC1,PARM='DEF'
The PARM keyword on the EXEC card will not be updated.
NOTE
Any client hitting this limitation can still use the utility to do most of the conversion or you can edit the JCL and
make the necessary changes man... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a2ca4b3eaea0-1 | **************************** TOP OF DATA *********************************
1 JOB01A STEP1 TESTPGM USER01 TSO01
2 JOB02A STEP1 CAMRCOBB USER02 TSO02
3 JOB03X RUN PAYROLL USER03 LINKED BY USER0... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a87cf894671c-0 | InterTest™ and SymDump ® 11.0
To suspend a session enter the SUSPEND command after the initial debugging intercept. A session is suspended if a
user ID is canceled during a debugging session.
Debugging on Foreign LPARs
You can debug a job that is executing within the SYSPLEX on a different LPAR than the one you are cur... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a87cf894671c-1 | VOLSER of the DASD volume on which the library resides.
Once you have given values to all of the necessary fields on the panel, press Enter to advance to the ISPF Edit panel.
After editing, you can save your changes and submit the changed JCL for batch link execution.
Select a JCL Member for Editing
If you have not pro... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8c0f24a54b30-0 | InterTest™ and SymDump ® 11.0
COMPNGO
DB2COMP
DB2DEMO2
DB2DEMO3
DB2RUN
s DEMOJCL
IMSBUILD
*************************** BOTTOM OF DATA ******************************
To select a member, place an s in the prefix area next to the member name and press Enter.
The Batch... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8c0f24a54b30-1 | both.
Specify BYPASS=MONITOR to prevent the batch link engine from
stopping at the Monitor Control panel unless an error is detected.
The dynamic symbolic support feature is not supported when
BYAPSS=MONITOR is specified in conjunction with PGM and
PROTSYM options.
Specify BYPASS=INITIAL to prevent the batch link engin... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a992e4c1f450-0 | InterTest™ and SymDump ® 11.0
DB2SP Use this option to indicate that the application you are debugging
is a DB2 stored procedure.
EXEC* Specifies the name of the application's main program. For most
batch job steps, this is the name which is replaced by CAMRBL01
in the PGM= parameter of the // EXEC statement. For some
... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
a992e4c1f450-1 | interval is exceeded, the debugger cancels the batch link job step.
PGM Use the PGM option to specify which programs are to be
debugged during the batch link session. Values specified for this
option are used to complete the PROGRAM fields on the Monitor
Control panel for the batch link session. You can specify only on... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
52862c002276-0 | InterTest™ and SymDump ® 11.0
NOTE
An asterisk (*) next to a keyword indicates that the option is required on each selected step.
Specify options using the syntax:
keyword=value
You can specify more than one option per line if desired, separating the options by a space or a comma.
DB2 and IMS Schedule Menu
Option 4 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
52862c002276-1 | NOTE
For more information, see Configure Batch Link and Sysplex.
Batch Link Schedule Display Panel
Based on the database type selected in the Schedule Options panel, the following active schedule entries are displayed:
--------------- CA InterTest Batch DB2 SPS Schedule Maintenance --------------
COMMAND ===> ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c16d88627f00-0 | InterTest™ and SymDump ® 11.0
WKLYPAY FCIA DB2 YES
WKLYPAY FEDW2 DB2 YES
WKLYPAY STATEW2 DB2 YES
WKLYPAY CASHFLOW DB2 YES
QTRLY* GL001 DB2 YES
QTRYL* ASSET001 ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c16d88627f00-1 | WKLYPAY FCIA IMS YES MPPUSER4 MPPTRX04
WKLYPAY FEDW2 IMS YES USERIMS5 TESTTRAN
WKLYPAY STATEW2 IMS YES USERMPP6 TRANSMPP
*************************** BOTTOM OF DATA *******************************
Batch Link Schedule Add Panel
S... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
be17cbdf06e3-0 | InterTest™ and SymDump ® 11.0
PROGRAM NAME This is a required field. Provide a maximum of eight-character
valid program name (DB2 SP name or IMS/DC name) you want
the application to monitor during your debugging session.
The entire length of the field, including trailing blanks is used as
selection criteria.
A trailing... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
be17cbdf06e3-1 | --------------- CA InterTest Batch DB2 SPS Schedule Maintenance --------------
COMMAND ===> SCROLL ===> CUR
COMMAND : A - ADD a new entry to Schedule.
LINE COMMANDS: D - DELETE selected entry. C - CHANGE selected entry
-----------------------------------------... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d4dccb91d141-0 | InterTest™ and SymDump ® 11.0
The Schedule Change panel displays once for each selection:
------------------ CA InterTest Batch DB2 SPS Schedule Change ----------------
CHANGE any field by overtyping the displayed value.
Press ENTER to accept the change, or END to cancel.
-------------... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
d4dccb91d141-1 | BIMNTH01 ASSET* DB2 YES
BIMNTH01 SALES* DB2 YES
D WKLYPAY TIMEATTN DB2 YES
WKLYPAY FCIA DB2 YES
WKLYPAY FEDW2 DB2 YES
WKLYPAY STATEW2 DB2 YES
WKLYPAY ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
728d4118f151-0 | InterTest™ and SymDump ® 11.0
Batch Link Schedule Import Panel
When you select option 3 from the Schedule Options panel, the Batch Link Schedule Import panel displays.
The Batch Link Schedule Import panel fields are described next:
Field Name Description
Project The high-level qualifier for the data set containing the ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
728d4118f151-1 | an execution parameter:
// JOB
/*JOBPARM SYSAFF=xxxx
//IMPORT EXEC PGM=CAMR40IP,PARM='ADD'
//STEPLIB DD DISP=SHR,DSN=CAI.CAVHLOAD
//INT1SKUT DD DISP=SHR,DSN=CAI.SCHEDULE.DATA(MEMBER)
Entries are added based ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c60cf18257eb-0 | InterTest™ and SymDump ® 11.0
NOTE
Export creates a new PDS member if member name provided does not exist. If one does exist, it is overwritten.
Alternatively, you can run the schedule export function as a batch job. Use the following sample JCL to accomplish the
task:
// JOB
/*JOBPARM SYSAFF=xxxx ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c60cf18257eb-1 | the library containing the application's main program and the library containing the batch link executables.
Convert DB2 JCL using the Batch Link JCL Conversion dialog.
DB2 JCL Example
The following example shows a DB2 job step that has been converted for batch link:
//RUN EXEC PGM=IKJEFT01,COND=(4,LT),DYNAMNBR=20... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8af954a1b369-0 | InterTest™ and SymDump ® 11.0
RUN PROGRAM(CAMRBL01) PLAN(DB2DEMO)
PARM('ABEND0C7/TRAP(OFF)')
END
/*
//INT1OPTS DD *
EXEC=DB2DEMO,PROFILE=USER01
/*
//INT1PARM DD DISP=SHR,DSN=CAI.CAVHSAMP
//INT1LOAD DD DISP=SHR,DSN=CAI.CAVHLOAD
//INT1PNLL DD DISP=SHR,DSN=CAI.CAVHPNL1
//INT1MSGL DD DISP=SHR,DSN=CAI.CAVHM... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
8af954a1b369-1 | JOBNAME field for DB2 SP schedule entries or you can leave that field blank.
Debug Your Online IMS Programs
Use batch link to debug your online IMS applications without the use of BTS. Confirm with your systems programmer
that the DC transaction that you want to debug has its DC region set up for batch link testing. Al... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6852fefa9d2d-0 | InterTest™ and SymDump ® 11.0
Select DB2 SPs or IMS/DCs for monitoring
Entries in the schedule are organized top down and are tracked and managed by slot numbers (slot #1 through slot
#nnnn ). Entries are added using the first available scheme. Thus when an entry in the low slot number range (for example
#2), is delete... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6852fefa9d2d-1 | Program Name against the selection request. Trailing blanks are treated as part of the program name, thus the 8 byte
Program Name including blanks is used for comparison. A trailing asterisk makes the program name generic, thus the
characters and length to the left of the asterisk are used for comparison. When the prog... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
6852fefa9d2d-2 | 3.Slot #2 Type Selection Phase failed. No match on DB2.
779 | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
17c51eb84526-0 | InterTest™ and SymDump ® 11.0
4.Slot #3 deleted and is skipped.
5.Slot #4 Type Selection Phase ok. Match on TYPE DB2.
6.Slot #4 REGION/JOBNAME Selection Phase ok. Generic name MON of MONTH* matches MON of MONTH3
7.Slot #4 Program Name Selection Phase ok. Generic SP of SP* matches SP of SPECIAL.
8.Slot #4 is deleted
9.S... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
17c51eb84526-1 | not imported. A * in column 1 was considered as a comment on import. This solution changes the * for jobname to ? on
export and then on import changes the ? back to a *.
Sample Schedule Import File
The following example shows a sample import file and its supported record layout:
****************************************... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2590816485d-0 | InterTest™ and SymDump ® 11.0
Sample Schedule Export File
The following example shows a sample export file with a system generated record layout:
*******************************************************************************
* CA BATCH LINK SCHEDULES SAMPLE EXPORTED FROM SID: CA31 ON 07/14/2014 AT 09:41
* ASTERISK IN ... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
c2590816485d-1 | indicates that any name is matched. However, if any region/jobname will be matched, that is - the entire region/jobname
is specified as a wildcard, then column 1 must be a ? in the import file. This will be changed to an * when imported. On an
export, an * in column 1 for the wildcard of an entire region/jobname will b... | /Users/ilidiolopes/Documents/ca-intertest-and-ca-symdump-11-01.pdf |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.