Suppose i have a Cobol field of 10 byte. it contains a
decimal sign.How to know where is the point location?
Answer / chinmay
Suppose we have a amount
01 amt pic s9(5)v99
we denote the point location in v position
| Is This Answer Correct ? | 2 Yes | 0 No |
Is this allowed? 01 WS-TABLE. 03 FILLER-X PIC X(5) VALUE 'AAAAA'. 03 WS-EX REDEFINES FILLER-X OCCURS 5 TIMES PIC X(1). can redefines clause be used with occurs clause?
how to move the records from file to array table. give with code example
how do u list the abended jobs?
How to remove 2 duplicate records and copy only one using job control language?
how many maximum no of variables can be declared in linkage section ?
write a program to eliminate duplicate records in a input file and send them to output file.
if we have a 10 steps how to override the 4th step in jcl?
How do you define a sort file in JCL that runs the COBOL program?
Difference between ps, esds
Hi Guys, I have faced one interview question if I have requirement to add 5 new columns to existing table what are prerequisite do i need to take.
When and how can we use index & subscript ?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?