How many positional parameters are there in job statement?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

In job processing, what happens in conversion stage?

944


List the different components of jcl statement?

868


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

2128


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1253


what happens in execution stage in job processing?

835


How dummy is used in jcl?

849


How to submit a jcl from cics?

873


What is the function of a dd statement?

919


When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?

984


Name a few IBM utility programs, and explain its function.

4686


Explain the purpose of dd * statement in jcl?

812


List the various advantages of using jcl language?

1130


Explain how can the submitting users racf authority be overridden in a job stream?

865


how would you create a temporary dataset? And where will you use them?

999


What are some jcl statements that are not allowed in procedures?

956