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
- Mainframe Programming Sorting, OUTFIL REMOVECC,NODETAIL
- What are JCL Alternitives for Embeded Applications?
- Do I need delimiters on Dataset names for IDCAMS ALTER?
- How do i automate the JCL
- How to process non formatted numeric variable from SYSIN DD from JCL in COBOL
- How to programmatically overwrite DCI 2.0 policy via REXX or JCL?
- Sorting in JCL or COBOL
- How do I write current date and time to a sequential dataset using JCL?
- Replace using Sort in JCL
- I have a VB file of varying record length. I want to convert it in FB file
- Hi there, I am very new to mainframe and JCL, and I need some help understanding what this means/what I have to do
- Is a RECFM=VB dataset required to have a BDW?
- Update the trailer counts using JCL
- MVS ALLOCATE DDNAME to apply to multiple jobs
- Execute multiple JCL job with same name simultaneously
Related Questions in REXX
- Validation of data entry in REXX
- How to "stack" an ISPF command?
- How to use LISTDSI under OMVS
- How to programmatically overwrite DCI 2.0 policy via REXX or JCL?
- REXX Trace and SAY not displaying on the screen
- Getting BPXWUNIX to use the users .profile along with the /etc/profile?
- I need to add a /*XEQ ddcard to a PDS of jobs
- Using BPXWUNIX to invoke sftp with a batch file - host not authenticating
- FSUM7332 - expecting new line when using bpxwunix under z/OS
- Detecting a change on a webpage under Gateway z/OS?
- How to use REXX OUTTRAP external function in TSO
- REXX program that will show a task from DA with the highest CPU usage
- Is it possible to initialize a REXX environment in an IMS BMP region using IRXINIT?
- How to pull console input with non-empty stack in REXX?
- Rexx sleep command
Related Questions in CLIST
- Include a struct which include a CList in a CMap
- How to get input with char instead of integer in c sharp
- Chocolatey list without version?
- MQL4/5 CList Search method always returning null pointer
- JCL/REXX - Members in a PDS
- Does my CList<BSTR, BSTR> would cause memory leak?
- Initializing a BSTR to another BSTR using assignment operator
- Looking for 'HOLD' CLIST/REXX logic that can be executed from a TSO mainframe command line
- Passing CList variable gives error C2248: 'CObject::CObject' : cannot access private member
- REXX /CLIST PANEL- finding code location
- Any reason to use (MFC) CList<T, T&> rather than CList<T, const T&>?
- Does MFC CList support the copy assignment?
- Yii CList error - do not have a method or closure named "setReadOnly"
- How to customize dataProvider using CListView in Yii
- Use what instead of Deprecated GTK CList?
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 # Hahtags
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.