What is the difference between PIC 9.99 and 9v99 in COBOL?
No Answer is Posted For this Question
Be the First to Post Answer
Why do we code s9 (4) comp. Inspite of knowing comp-3 will occupy less space?
i Want All cobol ERROR codes?
Will the variable POS in the following code have a value of 2 or not? 01 POS PIC S9(4) COMP VALUE 2. 01 FIRST-NAME PIC X(10) VALUE 'ABC'. 01 LAST-NAME PIC X(10) VALUE 'XYZ'. 01 NAME PIC X(20) VALUE SPACES. STRING FIRST-NAME DELIMITED BY SPACES ' ' DELIMITED BY SIZE LAST-NAME DELIMITED BY SPACES INTO NAME WITH POINTER POS
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
how to transfer the file from pc to mainframe??
What is file status 92?
Mention the guidelines to write a structured cobol program?
How many sections are there in data division?.
how do you move only numeric data from A to B 01 A pic x(10) value 'a1b2c34d5e'. 01 B pic x(5).
why we are using set in searchall?
how do you reference the variable block file formats from cobol programs
diffrence between z(2) and z9(2)