We are using 2 files , file one has data, file two is
empty.Using jcl how can we find the other file is empty?

Answer Posted / bala

Compare the file with another known empty file. IEBCOMPR
comparison of two empty files should give non empty RC.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the function of //jcllib statement?

789


Explain how can a jobs execution priority be modified?

728


In sms datasets, what is the function of the dd avgrec keyword?

641


what is the resolution for sb37 error

7678


WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move

845






what is the purpose of coding notify parameter in job statement?

674


How can the attributes of one sms dataset be copied to another dataset?

840


Matching Logic in Jcl not in cobol.Could any one please answer this question

3662


How to submit jcl through a cobol program?

665


whats the diff bw the evaluate also and and?

1841


How can the disposition of sysout datasets be set for an entire jobstream?

827


What is notcat 2 - gs?

919


what is the compile process of cobol program expalin with code

1991


A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?

723


What are some jcl statements that are not allowed in procedures?

714