Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #952 from Mark-J-Lawrence/sdvIvtFix
Browse files Browse the repository at this point in the history
use dedicated cics region for test
  • Loading branch information
Mark-J-Lawrence authored Jul 4, 2024
2 parents d149612 + 567c5cb commit 58d433a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ public class SdvManagerIVT {
@Logger
public Log logger;

@CicsTerminal(cicsTag = "A")
@CicsTerminal(cicsTag = "SDVIVT")
public ICicsTerminal terminal;

@SdvUser(cicsTag = "A", roleTag = "R1")
@SdvUser(cicsTag = "SDVIVT", roleTag = "R1")
public ISdvUser user1;

private static final String SDV_TCPIPSERVICE_NAME = "SDVXSDT";
Expand Down

0 comments on commit 58d433a

Please sign in to comment.