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 parameter directs the output of the job log dataset?
is there any way to execute more than one proc in the same exec statement at the same time..?
How can unused space allocation be returned to the system when a dataset is closed?
What are s0c1, s0c4, s0c5, s0c7 and socb?
For what purpose steplib and joblib are used ?
What is the format of comment statement?
What is the function of a dd statement?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How does jcl act on a cobol code?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
Can I share my data with other jobs? How?
List the various advantages of using jcl language?
How does jcl act on code(if you take a cobol program)?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
What are steplib and joblib? What for they are used?