Tags

, , , , , , ,

Projects do testing of their code muliplte times before they move their code to production. Once the test JCLs are created. From the second run, we need to just change few qualifiers of the DSN and dates in all the JCLs. The conevntional method is enter each member of the JCL PDS and make the changes. If you are sure that you are gonna make common changes in all the members then go ahead and use the below technique.

1. Open FILE-AID
2. Option 3 UTILITIES
3. Option 6 SEARCH/UPDATE
4. Provide details as present in Below Screen
 
 
5. If you want to select specific members in PDS, provide “Y” at the option  “Display member selection list ===>” or else change it to “N”
 
6. Enter the data that you want to edit (00010101) from after CO and new data to be present (99991231) after EA as shown in the screen. And Press ENTER.
 
 
7. And then press PF3. The new screen will list out all the changes that will happen if you update.
 
8. Press PF3. In New screen, Provide “Y” at the field “Perform update           ===>” if you would like to perform Update. And press Enter.

 

 
 
 

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:

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