Create and Upgrade the CICS Resource Definition File

  1. Open a COBOL command environment by choosing Start > All Programs > Micro Focus Enterprise Developer > Tools > Enterprise Developer Command Prompt (32-bit).
  2. Create a CICS resource definition file using following command:
    caspcrd /c /dp=c:\tutorials\acctclnt\system
  3. For CICS Web support a new group has been added to the system. To ensure this group appears on the list of available groups to add to your resources, upgrade the resource definition file by running the following command:
    caspcupg /dp=c:\tutorials\acctclnt\system
    This updates the CICS resource definition file and makes the DFHWEB group available.