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 the difference between the positional and keyword parameters? Give examples.
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?
how to run JCL thru COBOL.
What is the purpose of disp parameter?
How many positional parameters are there in job statement?
How to point my proc to production dataset always though i keep jcllib order=development.dataset? Is it possible?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)
i have 5 steps to execute in that i want to skip 3nd step and start execute from forth step how can u do this.
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 ?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
In SPACE,what is directory,RLSE