wht do u mean by notify parameter, how can u give acess to multiple users ?
Answer Posted / bala
First of all NOTIFY parameter is to given Notifictions
only, not to give access.
If particular user don't have authorization to execute that
job he can use other Privileged User's access by giving
USER=XXXXX, PASSWORD= XXXXX in the JOB card.
xxxx --> Privileged user's RACFid and password.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
i want to store 20 digits . how will u do it in cobol ?
What is use of restart and how to use it?
how to compare two datasets without using superce because output is limited to 133 bytes
Which statement is used to identify the private libraries in job?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
How can an in-stream dataset be terminated?
In sms datasets, what is the function of the dd mgmtclas keyword?
What statement can be used to send data to another mvs jes3 node?
When output dataset space is required, what quantity categories are used?
Explain how can the submitting users racf authority be overridden in a job stream?
What is the motivation behind coding class parameter in job statement?
What is the function of //jcllib statement?
How is the record format of an output dataset specified?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.