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 |
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
what r the types of job control statements?
How do you create a temporary dataset? Where will you use them?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
A maximum of 100 chars can be passed to Cobol through Parm in JCL, If we want to pass more than 100 Chars how we can do it ?
If Name is NOT given for a JOB statement, then will it give error or installation will supply it for the JOB ?
Why 16 is used in calculating the DPRTY ? as, DPRTY = (num1, num2), THEN, DPRTY = 16* num1 + num2
wht r different types of sorts ?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
How many days does a job remain in spool
which utility is used to run a cobol-db2 program?
which are the parameters mandatory in job card ?