what is the function of iebcompr?....is it compare record
length or characteristics of a dataset?...pls explain with
examples.......
Answer Posted / vinay sonar
It compares data set based on its record
length,size,members in case of pds.
If record length is same you get MAXCC 0 or else either 4
or 8 i dont remember
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how can the submitting users racf authority be overridden in a job stream?
What is NOTCAT ?
What are the 2 types of parameters in dd statement?
What does a disposition of (new,catlg,keep) for a dsn mean?
What is one line to pass PARM from JCL to COBOL?
i want to store 20 digits . how will u do it in cobol ?
what are the types of abends that occur on job failure? And explain the possible causes of these
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.
Explain how can an in-stream dataset be terminated?
How to pass the parameter in parm using linkage section ? (syntax)?
What is the significance of addrspc parameter in the exec statement?
Is it possible to left uncode disp?
In sms datasets, what is the function of the dd avgrec keyword?
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 does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?