CRRZI0380E No response from TSO command server.

Explanation

This error can occur while attempting to allocate a partitioned or sequential data set. Your user ID does not have the necessary permission and there is no ISPF Client Gateway in /var/rdz/WORKAREA. This work area must be allocated and all users must have permission to write to the work area.

User response

  1. To determine whether the work area was created, issue the following commands from either telnet or MVS:
    cd /var/rdz
    ls -al
  2. If the WORKAREA directory does not exist, then create it by issuing the following command:
    mkdir WORKAREA
  3. Set the permissions so that all users have write authority:
    chmod 777 /var/rdz/WORKAREA
  4. To ensure that a log directory is created and that users have write authority for it, issue the following commands and look for the logs directory:
    cd /var/rdz
    ls -al
  5. If the "logs" directory does not exist, then create it by issuing the following command:
    mkdir logs
  6. To set the permissions so that all users have write authority to the /var/rdz/logs directory, issue the following command:
    chmod 777 logs