What is Retpd parameter in JCL?

What is Retpd parameter in JCL?

RETPD parameter used to specify the retention period for the new dataset. This helps to reduce the risk of deleting the dataset accidentally. The dataset can be deleted or written over after the retention period is completed. RETPD is optional parameters.

What does Expdt 99000 mean?

EXPDT=99000 The EXPDT option specifies the expiration date for tape data sets. The number 99000 specifies that the tape data sets have no expiration date. The date must be in the format YYYYDDD: YYYY represents the four-digit year. DDD represents the 3-digit Julian day (001 through 366).

What is Expdt?

Purpose. Use the EXPDT parameter to specify the expiration date for a new data set. On and after the expiration date, the data set can be deleted or written over by another data set.

How do you increase the retention period of a data set?

  1. Reinstall Product Interfaces.
  2. Change CA 1 System Options.
  3. Maintain Multivolume/Multi-Data Set Chains.
  4. Modify the TMC and Audit Data Sets.
  5. Merge Two TMCs.
  6. Define Keywords.
  7. Modify the CA 1 Keyword Table.
  8. Modify the CA 1 Real-time Resident Modules and Exits.

What is the use of label parameter in JCL?

Use the LABEL parameter to specify for a tape or direct access data set: The type and contents of the label or labels for the data set. If a password is required to access the data set. If the system is to open the data set only for input or output.

Which parameter in delete command deletes a dataset Even before its retention period?

If the DD statement contains DISP=(NEW,DELETE) or the DISP parameter is omitted to default to NEW and DELETE, the system deletes the data set when the step terminates normally or abnormally, even though a retention period is also specified. Do not specify RETPD for a temporary data set.

What is Expdt JCL?

Purpose. Use the EXPDT parameter to specify the expiration date for a new data set. On and after the expiration date, the data set can be deleted or written over by another data set. Note: You may specify a past date; this would not be an error condition.

How long should data be stored?

You can keep personal data indefinitely if you are holding it only for: archiving purposes in the public interest; scientific or historical research purposes; or. statistical purposes.

What is label in JCL?

Purpose. Use the LABEL parameter to specify for a tape or direct access data set: The type and contents of the label or labels for the data set. If a password is required to access the data set. If the system is to open the data set only for input or output.

What is Cond even in JCL?

COND=EVEN. When COND=EVEN is coded, the current job step is executed, even if any of the previous steps abnormally terminate. If any other RC condition is coded along with COND=EVEN, then the job step executes if none of the RC condition is true.

How long does Office 365 keep deleted emails?

for 14 days
If you’ve permanently deleted an item in Microsoft Outlook or Outlook on the web (formerly known as Outlook Web App), the item is moved to a folder (Recoverable Items > Deletions) and kept there for 14 days, by default. You can change how long items are kept, up to a maximum of 30 days.

What is the difference between the retpd and expdt parameters?

The RETPD parameter achieves the same result as the EXPDT parameter. Code the RETPD parameter when you want to (1) specify a retention period for the data set or (2) with SMS, override the retention period defined in the data class for the data set.

What is retpd in SQL Server?

RETPD parameter. Parameter type. Keyword, optional. Purpose. Use the RETPD parameter to specify the retention period for a new data set to help reduce the chance of later accidental deletion. After the retention period, the data set can be deleted or written over by another data set.

How do I handle unauthorised use of retpd/expdt?

If they have set up the ACS routines correctly, any unauthorised use of RETPD / EXPDT will be ignored and the dataset will be attributed the correct retention / backup attributes as defined in the dataset lifecycle policy. Why have rules in place and then allow users to ignore them by specifying their own criteria.

Should I put a retppd in my JCL?

DO NOT PUT A RETPD in your jcl for dasd datasets. Use the catalog to retain that data. Retention periods are a mortal sin For tape the JCL retppd is usually honered unless the ca1 or RMM admin overrides it.