Previous Topic: Display Sections of Your ProgramNext Topic: Start a Test Session


Search for Strings and Labels

You can also search for and display a character string by typing a FIND string NEXT/PREV command on the command line or option 9 (Search forward) or 10 (Search backward) in the Option # field and typing the character string in the Search field. For example, the following screen shows how you would search backward for the string custname.

CA InterTest for CICS Release 9.1.00 ‑ PROTSYM FILE SOURCE LISTING DISPLAY COMMAND ===> f custname prev Program= PLIDEMO Option # Stmt # Margin= 01 Search= ‑‑‑‑‑‑‑‑‑+‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑‑ _ CONTINUE_TASK: _ MAPNUM = '00'; _ 95 1 0 TASKNUM = TASKNUM + 1; _ 96 1 0 IF TASKNUM > 2 THEN _ GOTO END_SESSION; _ 97 1 0 IF TASKNUM = 1 THEN _ GOTO SENDSCR3; _ 98 1 0 GOTO END_SESSION;