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
In job processing, what happens in conversion stage?
List the different components of jcl statement?
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
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
what happens in execution stage in job processing?
How dummy is used in jcl?
How to submit a jcl from cics?
What is the function of a dd statement?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
Name a few IBM utility programs, and explain its function.
Explain the purpose of dd * statement in jcl?
List the various advantages of using jcl language?
Explain how can the submitting users racf authority be overridden in a job stream?
how would you create a temporary dataset? And where will you use them?
What are some jcl statements that are not allowed in procedures?