wht is the d/f between positional parameter n keyword parameter ?
Answer / ranjith
Positional Parameter: where the position of the parameters
cannot be changed and it has to follow as it is..
eg: let us say a,b,c are the parameters in jobcard
correct: //jobname job a,b,c
incorrect: //jobname job b,a,c
//jobname job a,c,b
Keyword parameter: where the position of the parameters be
changed/or an optional. Can be placed after Positional
parameters, if req.
eg: let us say a,b are positional parameters
c,d are keyword parameters
correct: //jobname job a,b,c,d
//jobname job a,b,d,c
incorrect: //jobname job a,c,b,d
//jobname job c,d,a,b
//jobname job acct-info(PP), 'pgrname'(PP),
// RESTART(KP), TYPRUN(KP), TIME(KP),
// REGION(KP)
| Is This Answer Correct ? | 22 Yes | 2 No |
How to delete generations of gdg without deleting gdg base?
What is the function of the steplib dd statement?
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
When should DISP=MOD is used?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
What is default if we don't specify RD parameter at all ?
MOD, DELETE; What does a disposition of (,DELETE) mean ?
What is TimeStamp, What is TimeStamp error and What is the Abend Code for TimeStamp Error ?
what is static and dynamic call with examples?
How to find in aparticular step how many versions a paricular gdg base have?
What is 'S0C7' abend?
What is the use of disp parameter?