what is the function of iebcompr?....is it compare record
length or characteristics of a dataset?...pls explain with
examples.......
Answer Posted / sujin james
iebcompr is a utility which is used to compare either PS and
PDS. It will return 0 when to PS/PDS is equal in their
spaace,volume,DCB characteristics. In other cases the output
will be a non zero digit.
eg: //sysut1 dd dsn=file1, disp=shr
//sysut2 dd dsn=file2, disp=shr
//sysin dd *
compare typorg=PS/PO
/*
//
file1 and file2 are the two PS/PDS to compare. typeorg=PS in
case of PS, typorg=PO in case of PDS
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
What is the function of dd name parameter with a 2 part structure; audit.report?
My Question is 1. How to cound no. of records in JCL. Please explain with an example. 2. How to execute only odd steps in JCL? I know EDIT TYPE = Inculde, Step Name = 1,3,5 and COND code for all even step. Anyone knows other than this.
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
What is the function of //jcllib statement?
What is multithreading in jcl?
What do you understand by the term job time – out and how can you overcome that?
what is DSN in JCL and what are the parameters to declare the DSN?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
Mention the types of job control statements?
What dd statement is used to supply the name of a dataset?
Is condition checking possible in jcl?
Is acct parameter mandatory?
Name a few IBM utility programs, and explain its function.
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
Is automatic restart possible in jcl?