How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
No Answer is Posted For this Question
Be the First to Post Answer
I have two sequential files, FILE-1 and FILE-2. FILE-1 contains 2 columns(A,B) and FILE-2 contains 3 columns (C,D,E).I want an output file, FILE-3 which has all five columns with duplicates eliminated from column A.
without performing any operations on a file how can i know whether it contains data or not
how to transfer the file from pc to mainframe??
What is file status 92?
what is the size of W-REC in the following 01 W-REC 05 A PIC 9(4)V99 05 B READLINES A 10 C PIC XX 10 D PIC S9(4) 05 E OCCURS 7 PIC ZZ.ZZ 05 F OCCURS 5 10 G PIC ZZ.ZZZ99 10 H OCCURS 3 15 J PIC 9(3) 15 K PIC V99
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
consider the following piece of code 01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
What is the Linkage section? What is the Use and Why the parm length use alway "PARM-LENGTH PIC S9(4) or PIC S9 (4) COMP." any reason?.Please let me know any one... Cheers,Prasad
What are declaratives and what are their uses in cobol?
) How do u handle errors in BMS macro
How do you define a variable of COMP-1? COMP-2?
Which division and paragraphs are mandatory for a COBOL program?