How many positional parameters are there in job statement?
Answer Posted / 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 |
Post New Answer View All Answers
How do you submit a job for execution?
What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?
what is SOC4 error?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
In job processing, what happens in execution stage?
How can an in-stream dataset be terminated?
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How can the disposition of sysout datasets be set for an entire jobstream?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
Explain how can an in-stream dataset be terminated?
What is use of restart and how to use it?
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is catelog procedure and how many catelog procedure to use in one job?
Where & How Do You Code Identifier In Jcl?
What are the rules employed while naming the steps in a job?