Step 6—Viewing and Submitting the Delete JCL
File-AID/RDX displays the delete JCL on the ISPF/PDF VIEW screen illustrated in the following figure when you complete the Delete Processing Options screen and enter the NEXT command.
ISPF/PDF EDIT - Delete JCL
COMMAND ===> SUBMIT SCROLL ===> HALF
You are now editing the JCL that File-AID/RDX has generated to perform
the required function. Change this JCL as desired before submitting.
SYSIN data is contained in: TSOID01.RDX.FBCNTL.D060307.T115303
TSOID01.RDX.VBCNTL.D060307.T115303
****** ***************************** TOP OF DATA ******************************
000005 //*
000006 //*SQLID TSOID01 IS UNAUTHORIZED TO:
000007 //* DELETE ROWS FROM TABLE FRSAMP.ORDER_TABLE
000008 //* DELETE ROWS FROM TABLE FRSAMP.ORDER_LINE_TABLE
000009 //* DELETE ROWS FROM TABLE FRSAMP.PART_TABLE
000010 //*
000011 //*-------------------------------------------------------------------
000012 //* CLEAN1ST: - THIS STEP WILL ENSURE THAT ALL TEMPORARY DATASETS
000013 //* USED IN THIS JOB ARE DELETED.
000014 //* - THIS ALLOWS FOR KEEPING AND RERUNNING THE JOB EVEN IF
000015 //* SUBSEQUENT STEPS FAIL.
000016 //* - THIS JCL IS ALSO RESTARTABLE AT
000017 //* RESTART=XXXXXXXX ON THE JOBCARD.
000018 //*---------------------------------------------
000018 //CLEAN1ST EXEC PGM=IDCAMS,COND=(4,LT),DYNAMNBR=2048 DJSTRTD
000020 //*
To submit the delete JCL: | |
---|---|
In this field… | Do the following: |
Make sure the job card conforms to your company’s specifications. | |
COMMAND | Type the SUBMIT primary command |
Press Enter | File-AID/RDX submits the job to perform the delete. |
Field Names and Descriptions
This screen is an ISPF/PDF edit screen. For more information about JCL syntax, see IBM ISPF/Program Developers Facility Version 2 Edit Macros.
Primary Commands
The following list identifies the primary command available from this screen. For details on each command, see File-AID/Related Data XPERT Reference.
COMMAND | DESCRIPTION |
---|---|
DOWN | Scrolls to the bottom of the data by the specified scroll amount. |
END | Returns you to the Delete Extracted Rows screen. |
LEFT | Scrolls to the left of the data by the specified scroll amount. |
RIGHT | Scrolls to the right of the data by the specified scroll amount. |
SUBMIT | Processes the delete JCL. |
UP | Scrolls to the top of the data by the specified scroll amount. |
Line Commands
There are no File-AID/RDX-specific line commands available from this screen.