what is the meaning of keyword in jcl?what is is opposite?
Answer Posted / deb
keyword parameter could be in any order but positional
parameter must be in specific order if specified.
| Is This Answer Correct ? | 12 Yes | 0 No |
Post New Answer View All Answers
Explain the function of the steplib dd statement?
Why block size is multiple of lrecl in jcl?
Give the syntax of job specifying jcl statement.
What is multithreading in jcl?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the parameters that are used in creating a gdg?
How can unused space allocation be returned to the system when a dataset is closed?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?
Explain dd statement in jcl?
Is acct parameter mandatory?
Matching Logic in Jcl not in cobol.Could any one please answer this question
which parameter is used to check the syntax of a jcl without executing it?
how would you create a temporary dataset? And where will you use them?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.