How to submit a jcl using password



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

How to submit a jcl using password

Postby sab_mf » Wed Jan 19, 2011 11:00 am

how to submit a jcl using password??

members help me..........

thx...
sab_mf
 
Posts: 3
Joined: Wed Jan 19, 2011 10:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: jcl

Postby MrSpock » Wed Jan 19, 2011 11:16 am

I have no idea what you're talking about.
User avatar
MrSpock
Global moderator
 
Posts: 807
Joined: Wed Jun 06, 2007 9:37 pm
Location: Raleigh NC USA
Has thanked: 0 time
Been thanked: 4 times

Re: jcl

Postby enrico-sorichetti » Wed Jan 19, 2011 11:55 am

why not look at the manual Yourself?

z/OS V1R6.0-V1R10.0 MVS JCL User's Guide
http://publibz.boulder.ibm.com/cgi-bin/ ... 0712160458

z/OS V1R10.0 MVS JCL Reference
http://publibz.boulder.ibm.com/cgi-bin/ ... 0604022956
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: jcl

Postby sab_mf » Wed Jan 19, 2011 2:18 pm

@mrspock: it was the assignment given to me....
i want to know how to give password option in our jcl program....
sab_mf
 
Posts: 3
Joined: Wed Jan 19, 2011 10:54 am
Has thanked: 0 time
Been thanked: 0 time

Re: jcl

Postby NicC » Wed Jan 19, 2011 3:16 pm

In that case: read the manual. It has an index so you can look up PASSWORD and go to the relevant page and read all about it and any restrictions. We have given you the direction so now it is up to you to do the work. Mr Spock has even given you links to the manual. I would go to the second link first. There is also a search facility when you are in the manual reader - click on the torch icon.

By the way a topic title of JCL is not descriptive of your requirement when it is in a section of the forum titled JCL. You obviously did not read the forum rules - do this BEFORE looking up the manuals to find out about passwords. Also, the term 'JCL program' is incorrect. The term JCL is often good enough otherwise PROCEDURE or DECK, the latter being a hangover from when JCL was punched on cards - a deck of cards.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: jcl

Postby NicC » Wed Jan 19, 2011 3:17 pm

Pardon - Enrico gave the links.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: jcl

Postby alexlloyd54 » Wed Jan 19, 2011 5:32 pm

forum rules says:

Make your topic title meaningful and descriptive. Do not use words such as 'Urgent'/ 'Please'/ 'Help!' or 'Important' in your subject line. Don't use the Forum name as your topic title. In a nutshell, provide as much relevant information as possible you have


I guess no one bothers to read the rules .... and follow them! :evil:
If I told you, Mossad would have to kill you :)
User avatar
alexlloyd54
 
Posts: 19
Joined: Mon Apr 26, 2010 1:20 pm
Has thanked: 0 time
Been thanked: 0 time

Re: jcl

Postby steve-myers » Thu Jan 20, 2011 12:05 am

I got to thinking this may be only indirectly a JCL issue. The original issue may be a password outside of JCL, in an FTP command stream for example.

It was not part of the original post, but if a password is required, then a userid is also probably required if it really is a JCL issue, as opposed to something like an FTP command stream.

I also got to thinking, is the original poster preparing input on real punched cards (remember them?), when a userid and password are probably required. Finding a real card reader to use with those real punched cards may be difficult! The last 2540 I can remember myself was phased out in the middle 1990s, and it was mostly used for punching cards, though given the intended use of those punched cards I suppose they were read using the 2540 after more stuff was manually punched into the cards.

Well, after all the abuse we gave the original post, we may never know.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: How to submit a jcl using password

Postby Anuj Dhawan » Fri Jan 21, 2011 5:29 pm

Me thinks it's a simple case of using USER and PASSWORD in Job-card and that's it:

//Jobname  JOB 00725400000E377878,'CPRBRA21',   
//             CLASS=Z,MSGCLASS=0,NOTIFY=&SYSUID,
//             USER=RACFID,PASSWORD=password   
Anuj
Anuj Dhawan
 
Posts: 273
Joined: Mon Feb 25, 2008 3:53 am
Location: Mumbai, India
Has thanked: 6 times
Been thanked: 4 times

Re: How to submit a jcl using password

Postby sab_mf » Fri Jan 28, 2011 12:20 pm

anuj..
really thx for ur ans...
sab_mf
 
Posts: 3
Joined: Wed Jan 19, 2011 10:54 am
Has thanked: 0 time
Been thanked: 0 time


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post