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 |
hi guys what r the diff types of procs in jcl? bye ramya
4 Answers ACS, Keane India Ltd,
What is JCL LIB ?
Explain about LMGET�read a logical record from a data set
How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.
My requirement is : How to populate a empty PS/flat file with ONLY spaces in the first line. You should not use any input dataset to do this. I'm not sure whether you may use any utility for this purpose?
Are there any set of rules for the names of the steps used in a job?
what is use of disp parameter in dd statement?
what are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
In SPACE,what is directory,RLSE
Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.
What is COND=ONLY ?
i want to avoid the positional parameter how to code it ?