what happens when time=0 is given in jcl code.
what happens when blksize=0 is given in jcl code.
what is symbolic and overriding parameters and a example
program.
Answer Posted / sravani
time=0 gives unpredictable results
blksize=0 so that the best size is chosen by the system, based
on the device used for storing the dataset
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How dummy is used in jcl?
Explain the function of dd name parameter with a 2 part structure; audit.report?
Is it possible to define dd statements as you want?
How to alter the parameters for the existing gdg?
Is their any limit for data sets?
List in order the hierarchical levels of jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
which parameter is use to declare the name of dataset in dd statement?
whats the diff bw the evaluate also and and?
how to compare two datasets without using superce because output is limited to 133 bytes
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.
What are the rules employed while naming the steps in a job?
what is the difference between JES3 and JES2?
What is the motivation behind coding class parameter in job statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY