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

What is the motivation behind coding class parameter in job statement?

0 Answers  


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


I have a sequential file in which there are 50 records. Now I want to copy all the 50 records in the reverse order into a new file? The last record in the original file should be the first record in the new file. How can I do it?

4 Answers   IBM, TCS,


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  






There are 2PROCS in a JCL. I want following conditions to be carried out 1) 1st PROC should be executed as such In second PROC 2) First 4steps should not be executed 3) 5th step should not be executed 4) 6th and 7th step should be executed The change should be done only in the JCL and PROC should be untouched ?

3 Answers   ADP,


Can we create VSAM file by using IEBGENER?

4 Answers   Principal Finance,


Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE

8 Answers   IBM,


What is NOTCAT 2

2 Answers   IBM,


What is the function of the dd avgrec keyword in sms datasets?

0 Answers  


What u mean by include statement in JCL ?

3 Answers  


what are the various stages of job processing?

0 Answers   IBM,


Categories