Mainframe-how to create a pds member



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Mainframe-how to create a pds member

Postby tinku » Mon Nov 07, 2016 11:36 am

In one job card, how to create a member in pds and in that pds member u have to create a ps r pds dataset.
In the attachment, i'm stuck plz help me thru.
Thank you :roll:
You do not have the required permissions to view the files attached to this post.
tinku
 
Posts: 1
Joined: Mon Nov 07, 2016 11:27 am
Has thanked: 0 time
Been thanked: 0 time

Re: Mainframe-how to create a pds member

Postby prino » Mon Nov 07, 2016 12:43 pm

And you're likely to be stuck forever if you cannot even bother to post in the correct forum.

And don't use mobile phone language if you want to be taken seriously.
Robert AH Prins
robert.ah.prins @ the.17+Gb.Google thingy
User avatar
prino
 
Posts: 636
Joined: Wed Mar 11, 2009 12:22 am
Location: Vilnius, Lithuania
Has thanked: 3 times
Been thanked: 28 times

Re: Mainframe-how to create a pds member

Postby steve-myers » Mon Nov 07, 2016 1:04 pm

  1. Do not use attachments. Use copy and paste from your 3270 session to the entry form and place the screen shot surrounded by the phBB code and /code tags.
  2. Do not use SMS sort cuts like "u have to create a ps r pds dataset" in these forums. Presumably you are using a regular computer with a proper keyboard and not a "smart" phone or "tablet."
  3. Post your topic in the relevant forum. I moved this topic to the JCL forum for you this time.
The IEFBR14 program does nothing. There are two elements to creating a member in a PDS through JCL.
  • Specify a data set and member in JCL.
  • Use a program that will write data to the data set and member specified in the DD statement. For example -
    //MAKEMEMB EXEC PGM=IEBGENER
    //SYSPRINT DD  SYSOUT=*
    //SYSIN    DD  DUMMY
    //SYSUT2   DD  DISP=OLD,DSN=a.dataset(member)
    //SYSUT1   DD  *
    This is member in a.dataset
steve-myers
Global moderator
 
Posts: 2106
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: Mainframe-how to create a pds member

Postby NicC » Tue Nov 08, 2016 3:56 am

In one job card...

You would need to clarify that - a job card is a jb card and nothing else. It gives an identity to a job, It is the first (plus any continuations) card in a job (that is not a comment).

I suspect that what you meant was "in one job....".
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3026
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post