How can I create a member in a PDS using either JCL or REXX? The member's name must contain the actual date. Is that possible?
1
There are 1 best solutions below
Related Questions in JCL
- JCL IF statement on multiple lines
- Submit another JCL as a step from main JCL based on RC of the previous step {via Internal Reader}
- Procedure was expanded as instream procedure definition
- How to debug JCL
- How to convert IBM file to hexadecimal using DFSORT?
- creating a vsam file using jcl
- UNIDENTIFIED OPERATION FIELD Error in JCL
- Setting PATH in IEBGENER from file
- Generation Data Groups (GDG)
- How to do Delete/Define with using IDCAMS using batch JCL (z/VSE)
- Easytrieve A010 invalid file reference
- Lexing/Parsing "here" documents
- XML handling in REXX or JCL
- are //AMSDUMP DD and //SYSPRINT DD SYSOUT=A statements same?
- RECFM =FBA when i specifed RECFM=FB
Related Questions in REXX
- encryption/decryption by REXX
- Passing value with numeric format
- Access a VSAM File from Rexx
- REXX code used in SORT parm of JCL
- XML handling in REXX or JCL
- How do I convert this Java code to Rexx inorder to generate Luhn compatible credit cards?
- Stop Rexx Do Loop from Exiting
- Incrementing numbers in REXX
- Writing rexx output logically to a dataset using EXECIO?
- Calling particular functions in an external Rexx script
- How do I include a JCL PDS Library in a REXX Program
- How to debug Rexx code?
- Use Reginald interpreter in ooRexx
- Have a problem summing numbers in Rexx (Creating Luhn Algorithm)
- Is there a way to execute free Package statements using REXX?
Related Questions in CLIST
- Passing CList variable gives error C2248: 'CObject::CObject' : cannot access private member
- MFC CList like features in Linux?
- CList's AddTail() assertion error
- error C2248 when using a CObject-derived class as CList's type parameter
- What are the relative merits of REXX and CLISTs under z/OS?
- How do I copy a member with a REXX/CLIST batch program (no ISPF)?
- How to customize dataProvider using CListView in Yii
- Can CLIST access PDS member and GDG file?
- MQL4/5 CList Search method always returning null pointer
- Yii CList error - do not have a method or closure named "setReadOnly"
- How to get input with char instead of integer in c sharp
- Looking for 'HOLD' CLIST/REXX logic that can be executed from a TSO mainframe command line
- MFC serialization
- JCL/REXX - Members in a PDS
- Chocolatey list without version?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
It can be done in JCL and by Rexx. You need to remember that member names are a maximum of 8 bytes and cannot start with a numeric so you would need to use something like the 'Julian' date e.g. 2017365. You may have system variables available to populate your JCL - check the JCL manual and level of Z/os that you are using.