Tags

, , , , , , , , , , , , , , , ,

We have scenarios where we want to open a dataset right from the JCL (without going to 3.4) during our analysis. Sometimes we do have symbolic in the dataset name in the JCL. We must identify what the symbolic value is, substitute it and then go to 3.4 to open a dataset. This REXX tool helps you in your analysis.

You can place cursor at any position on the line where you have dataset name in the JCL (which obviously is preceded by DSNAME= or DSN=) and use this tool to open the dataset right there without going to 3.4. Good thing is it also substitutes all symbolic from the JCL for you.

Tool Link

You need to place this tool in the REXX EXEC that is added to the dataset which is part of your SYSEXEC/SYSPROC. This post REXX – INITIAL SETUP tells you on how to do your initial setup.

Then after your are in the JCL, type KEYS on command line and hit enter, you will see list of commands assigned to each PF key. Assign the new REXX TOOL name (in our case VIEWDSN) to a PF key (I used F4), now hit PF3 to go back to JCL. Now place your cursor on the line where you have your dataset to be viewed and hit that PF key (in my case, PF4) and voila, your dataset is opened.

For more REXX tools, look at the post Top Mainframe REXX Tools

——————————————————————————————————–

I have started a new finance blog, please visit My Finance Blog

——————————————————————————————————–

You may also like to look at:

A “Medium” Post on how this blog started
Working on Mainframes – Is Change to a different technology necessary
Important SQL CODES and ABEND CODES
SORT JOIN – TO JOIN TWO FILES BASED ON A KEY
KNOW YOUR MAINFRAME
REXX – INITIAL SETUP
HOW TO SUBMIT A BATCH JOB FROM THE CICS PROGRAM
CICS – EXEC interface block – EIBRESP Values
CICS – EXEC interface block Fields
Flow of control between COBOL programs, run units, and CICS
CICS INTERVIEW QUESTIONS
CICS TIPS
COBOL – COPY and INCLUDE statements
COBOL – PERFORMANCE IMPROVEMENT
COBOL – SIGN STORED IN COMP, COMP-3 AND DISPLAY FORMATS
SHORTEST COBOL PROGRAM
RESTART LOGIC IN COBOL DB2 Program
GOBACK – EXIT PROGRAM – STOP RUN
Continuation lines in COBOL
Computational items – COMP, COMP 1 , COMP 2, COMP 3
COBOL program format
cobol indicator area column-7 and area a and area b
COBOL INTERVIEW QUESTIONS
COBOL TIPS
COBOL COMPILER OPTIONS
The IDENTIFICATION DIVISION
Advertisement