how to run batch program without jcl?

Answer Posted / richards

No.. A JCL is needed is submit a Cobol Batch program..

Is This Answer Correct ?    14 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How is the record format of an output dataset specified?

743


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

852


What is the function of dd disp parameter?

654


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

1990


How do you submit a job for execution?

638






why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1944


whats the diff bw the evaluate also and and?

1850


Is acct parameter mandatory?

758


How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you

603


When space is allocated for an output dataset, what units can be used?

741


Matching Logic in Jcl not in cobol.Could any one please answer this question

3669


what JCL Procedures?

697


I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.

1947


Is it possible to left uncode disp? If yes, how?

704


Can an individual step be restricted from using all the jobs allowed cpu time?

1005