Hello, I need to open a file in edit using a batch job. I thought I would use a rexx statement that looked something like this:
ADDRESS TSO "EDIT DATASET('"||DSN||"')"
When I run this code I get a return code of 12. The job listing contains no error description of what the actual problem is... Does anyone had any experience using a batch job to open a file in edit?
ADDRESS TSO "EDIT DATASET('"||DSN||"')"
When I run this code I get a return code of 12. The job listing contains no error description of what the actual problem is... Does anyone had any experience using a batch job to open a file in edit?