How to compare 2 files using File-Aid?
Answer / mohi
Yeah we can compare 2 files using option 10 in fileaid main menu.
| Is This Answer Correct ? | 7 Yes | 0 No |
While using SORT FILES =NONE,XSUM I am getting error "ICE172A E XSUM IS NOT SUPPORTED - USE ICETOOL SELECT IF APPROPRIATE"..I want to write duplicate records a a serparte file..how i can do tht?
what is the meaning of keyword in jcl?what is is opposite?
How much is memory space involved, when we code BLOCKSIZE,TRK & CYL ?
can we modify the code in copy book? if it possible how to submit ofter the modification.
How to pass the temp dataset form one JOB step to another?
wht do u mean by internal reader in jcl ? wht is the use of internal reader ?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
i want to store 20 digits . how will u do it in cobol ?
Suppose there are 10 steps in a PROC, I want to execute only step5. How do you give the condition in the JCL that calls this PROC?
restart logic ?