IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Zunit Test case editor error


IBM Mainframe Forums -> Testing & Performance
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
moncy123

New User


Joined: 13 Jan 2023
Posts: 3
Location: USA

PostPosted: Fri Jan 13, 2023 12:54 am
Reply with quote

Getting the following error while trying to open a cics program in zunit test case editor. Any pointers would be appreciated.

DFHEIBLK is not defined in the DATA DIVISION
Back to top
View user's profile Send private message
sergeyken

Senior Member


Joined: 29 Apr 2008
Posts: 2018
Location: USA

PostPosted: Fri Jan 13, 2023 1:55 am
Reply with quote

The message seems to be self-explanatory, isn't it?

1) find the DATA DIVISION in your code

2) verify, that the DFHEIBLK is really defined (or not?) within the scope of this division...
Back to top
View user's profile Send private message
moncy123

New User


Joined: 13 Jan 2023
Posts: 3
Location: USA

PostPosted: Fri Jan 13, 2023 2:56 am
Reply with quote

Its a system copybook that is usually not defined in the program..hence the question
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8696
Location: Dubuque, Iowa, USA

PostPosted: Fri Jan 13, 2023 4:23 am
Reply with quote

From the zunit web site at www.ibm.com/docs/en/developer-for-zos/14.1?topic=unit-testing-enterprise-cobol-pli-applications:
Quote:
Getting started

zUnit provides several tools for creating and running test cases. The following procedures outline the fastest path to running COBOL and PL/I test cases with zUnit. For more information about each step in this process, click the link. For more information about other zUnit processes, such as running a test from JCL or TSO, or generating test results in alternative formats, see the other topics in the zUnit information set.
COBOL

Set property group options for a test case. The property group defines the compiler and link options that zUnit requires to run a test case and defines the test runner configuration and result files. You must define a property group with the options required by zUnit and associate the property group with the programs that you want to test.
Generate a test case program. For Enterprise COBOL source files, the zUnit feature can analyze a source program and generate a test case with test data. The test case generation tools simplify the process of creating test cases, incorporating test data into a unit test, and building and running a test case.
Build and run the test case. zUnit provides menu items for running test cases. These menu items are available in the z/OS Projects and Remote Systems views. After you run a test case, zUnit opens the test results in the test result viewer.
The property group you are using obviously does not include the CICS copybook library; you need to change it to include it and then test again.
Back to top
View user's profile Send private message
moncy123

New User


Joined: 13 Jan 2023
Posts: 3
Location: USA

PostPosted: Fri Jan 13, 2023 9:12 pm
Reply with quote

Thanks, do you know where the 'CICS copybook library' should be updated
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Testing & Performance

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
Search our Forums:

Back to Top