What is the use of DUMMY statement in the JCL?
What is the use of DUMMY Utility in the JCL?
Answer Posted / kumar
Dummy mainly used when u want check the program flow and not producing any output of it..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?
What is the function of the dd mgmtclas keyword in sms datasets?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
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.
which utility is used to run a cobol-db2 program?
Why block size is multiple of lrecl in jcl?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
What is the syntax of JCL statement?
Is it possible to code instream data in a PROC?
Are there any set of rules for the names of the steps used in a job?
what is a jcl?
How to alter the parameters for the existing gdg?
what are JCLLIB and STEPLIB in JCL?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?