What is the exact difference between PRTY and DPRTY
Answers were Sorted based on User's Feedback
Answer / krishna
PRTY to used to give the priority to the job, and should be
coded in the jobcard
DPRTY is used to to give the priority to the steps in the
job, and should be coded in the exec statement( step card)
| Is This Answer Correct ? | 10 Yes | 0 No |
Answer / reddy
PRTY is used in job chord,
DPRTY is used in step chord, to priotizie in the steps in
the job.
| Is This Answer Correct ? | 6 Yes | 0 No |
how to compress the data set
Explain about LMCOPY -
What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?
wht do u mean by notify parameter, how can u give acess to multiple users ?
Can you code instream data in a PROC ?
what is symbolic parameters in jcl, what is a temparary data set ? where do u use ?
Hi, I have 3 files say file A , file B and file C.I want to form an output file in which i will have all the records from file A. Files B and C also may contain records that are present in file A.I want those records also to be included in my output file. for eg: file A contains: 1 2 3 file B contains: 2 4 5 file C contains: 1 3 5 So in my output file should look like: 1 2 3 2 1 3 Can any one help ???.....thanks in advance.
can i sort packed decimal if i can tell the syntax
How to send different PARM values based on the any condition to the program in a JCL? For example :- If the time is before 12:00 pm, I want to send "A" to some program and if it past 12:00 pm , I want to send "B" as a PARM value to that program. How to do it thur JCL only?
Can we create VSAM file by using IEBGENER?
How to overide the symbol parameter in the jcl ?
How do you pass parameters to the program as the job is being executed ?