openmainframeproject / cobol-programming-course

Training materials and labs for a "Getting Started" level course on COBOL
https://openmainframeproject.org/projects/cobol-programming-course/
Creative Commons Attribution 4.0 International
3.04k stars 589 forks source link

in getting started, variable rename is F2, without shift. #323

Open alexbodn opened 2 months ago

alexbodn commented 2 months ago

Course Details

GitHub

Description

in getting started volume, variable rename should be F@

Reproduction Steps

  1. tried Shift F2 as documented in pgraph 2.5.1 of getting started.
  2. didn't work
  3. tried F2 as per the context menu
  4. did work as described.

Additional Context

No response