How to remove 2 duplicate records and copy only one using job control language?
No Answer is Posted For this Question
Be the First to Post Answer
what is sync clause?
i have the following varibles in the working storage 05 ws-A PIC X(30) VALUE 'ABCDEFGHIJKLMNOPQRESTUVWXYZ ' 05 WS-B REDEFINES WS-A 10 WS-B1 PIC X(10). 10 WS-B2 PIC 9(10). 10 WS-B3 PIC X(10). If I Display B1, B2 and B3 respectively, what is the value displayed in B2
How do we get current date from system with century?
why we are using picture clause in the cobol programs?
How may divisions are there in JCL-COBOL?
COMP-3 field occupy ?
What does MAXCC 3 means? It is used in one my codes.
01 b pic +9(4) How many bytes it will take for storage???
what is label record is standard or omitted in file description of data division?
what is the difference between implicit and explicit scope terminator with example?
if you give cylinder(1,1)how many cylinders it will be allocate?
I have a Flat file in which certain records are present in a tabular format. I need to extract some of the records on some basis from it and copy them into a flat file...how it can be done ??