Question keyboard key
JCL

DFSMSdfp Utility – IEBCOPY

IEBCOPY is a DFSMSdfp utility used to perform the following tasks: Copy all or part of a partitioned dataset (PDS) or PDSE Merge partitioned datasets (except when unloading) Create a sequential form of a partitioned dataset or Reload one or more members from a PDSU into a partitioned dataset or PDSE Selected […]

Question keyboard key
REXX

REXX – Miscellaneous Functions

The following built-in Rexx Miscellaneous Functions.   Function Description ADDRESS Returns the name of the environment to which commands are currently being sent. ARG Returns an argument string or information about the argument strings to a program or internal routine. BITAND Returns a string composed of the two input strings […]

Question keyboard key
REXX

REXX – String Manipulating Functions

The following built-in Rexx String Manipulating Functions analyse a string supplied in the argument (or a variable representing a string) and return a particular value.   Function Description ABBREV Returns a string indicating if one string is equal to the specified number of leading characters of another string. DELSTR Returns a […]

Question keyboard key
REXX

REXX – Formatting Functions

The following built-in Rexx Formatting Functions manipulate the characters and spacing in strings supplied in the argument.   Function Description CENTER or CENTRE. Returns a string of a specified length with the input string centered in it, with pad characters added as necessary to make up the length. COPIES Returns the specified […]