What are the different rules for performing sort operation?
No Answer is Posted For this Question
Be the First to Post Answer
What is the purpose of Identification Division?
What is the maximum data length for Numeric DataType ?
a pic s9(4) comp b pic s9(4) comp-3 c ???????????????? d ???????????????? move a to c add a+B giving d. what is ur declaration for c,d?
State the various causes of s0c1, s0c5 and s0c7.
how can we fetch 3 records in cobol pgm any coding pls ?
Can anyone explain me CALL procedure in COBOL.Does it carries similarities like call by reference in C.
How we copy a program from production region to development region.What is the process & syntax ?
how can we get current dat and time thru cobol pgm
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
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
What is the utilization of copybook in cobol?