How many positional parameters are there in job statement?
Answers were Sorted based on User's Feedback
Answer / guest
There are two position parameters in job statement.
Is This Answer Correct ? | 23 Yes | 2 No |
Answer / satyasivaji.ch
Two positional parameters are there,one is account
information and other is user name.
Is This Answer Correct ? | 19 Yes | 0 No |
Answer / amarnadh reddy
Hi All,
Yes, two positional parameters are account Information and
user name. Positional parameters are Must be infront of the
keyword parameters in jobcard.
//JOBNAME JOB
OZA,'AMARNADHREDDY',CLASS=I,MSGCLASS=X,REGION=0K
Regards,
Amarnadh Reddy.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / raghavendra panuganty
Hi guys,
There are 2 positional parameters in a JOB statement.they are the accounting number and developers name.Bothe these are mandatory and has to written in the same order.But, When we dont know the information about these.
simply replace them all with ','(commas).
thanks and regards
Raghav.
Is This Answer Correct ? | 3 Yes | 1 No |
What is Backward Referencing ?
WHAT IS DUMMY IN JCL? HOW TO USE IT? CAN ANYBODY SEND PROGRAM ON THIS?
can we write a proc with in a proc
Name some of the JCL statements that are not allowed in procs.?
Describe the JOB statement, its meaning, syntax and significant keywords?
What is DSNDB06 ?
When output dataset space is required, what quantity categories are used?
How do you submit JCL via a Cobol program?
IF we are calling a PROC from Jcl...This Proc have 3 steps in it and we want to execute only the second step using the JCL, How to do it?? Please give the answer ASAP:)
In sms datasets, what is the function of the dd avgrec keyword?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What does S0C4 error mean?