Tags

, , , , , , ,

Many a times, when we are making changes to an element (COBOL program, JCL, PROC), we open it in VIEW mode and make changes. Then we come out by mistake and lose all changes.

Also it is safe side to open element in VIEW mode and confirm all the changes are fine and then save it.

This tool helps you in doing that. You can save an element that you have made changes in the VIEW mode by using this tool FSAVE.

REXX TOOL # 02 – FSAVE – Save member opened in VIEW mode

Once you have copied this tool into the PDS that have your REXX execs (in SYSEXEC or SYSPROC), you can just type in FSAVE in the command line and it saves the PDS member that you have edited in VIEW mode.

Please see below link to know how to setup your REXX PDS

HOW TO DO REXX INITIAL SETUP (Add your exec PDS to SYSEXEC or SYSPROC)

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

In United States, If you would like to Earn Free Stocks, Credit card Points and Bank account Bonuses, Please visit My Finance Blog

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

You may also like to look at:

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