How many positional parameters are there in job statement?

Answers were Sorted based on User's Feedback



How many positional parameters are there in job statement?..

Answer / guest

There are two position parameters in job statement.

Is This Answer Correct ?    23 Yes 2 No

How many positional parameters are there in job statement?..

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

How many positional parameters are there in job statement?..

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

How many positional parameters are there in job statement?..

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

Post New Answer

More JCL Interview Questions

How to submit jcl through a cobol program?

0 Answers  


What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?

3 Answers   IBM,


What all are the changes to be made in JCL so as to do testing?

2 Answers   TCS,


Which statement is used to identify the private libraries in job?

0 Answers  


What will happen when we try to pass data from JCL to COBOL using PARM parameter without declaring the length field in Linkage Section?

2 Answers   IBM,






HOw to submit a job from other user id.? for exp some other job name like "t4622sdx".now i want to submit that job from my user id?(we don't know that location at all Just we know job name)

1 Answers   MSN Pharma, UST,


i have 10 steps in my jcl. -->if i want to execute my program from 5th step what i have to do? don't give //* in ur previous steps --> if i want to execute my program from 1to 5 steps only what i have to do?

2 Answers  


Can a temporary dataset be converted to permanent dataset and vice-versa in the middle of a job ?

4 Answers   IBM,


wht is the d/f between positional parameter n keyword parameter ?

1 Answers  


how to count the number of members in pds?

2 Answers  


How to send data from cobol program to jcl?

2 Answers   CSC,


a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file

6 Answers   ITC Infotech,


Categories