can i give 9(10) in comp 3 instead of s9(10) ? if i can give wht would be ths ans
Answers were Sorted based on User's Feedback
Answer / m.m.senthil
adding s to 9(10) is nothing but intimating that paticular
value is of signed integer.
| Is This Answer Correct ? | 2 Yes | 1 No |
In a COBOL II PERFORM statement, when is the conditional tested, before or after the perform execution?
What kind of error is trapped by on size error option?
is it possible to pass an SQL query inside a jcl which is inside a cobol program?
what is the difference between external and global variables?
How to read records in reverse order in flat file? I know we can do it by reading all records into an array.... Then read records in reverse order by using subscript or index but can any body give me the exact code.
How to open and see copy book ?
01 text-data pic x(100). move 'xyzdbfrjjg u' to text-data. how to find the value of last index of text-data?
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
in how many mode we can open a file ?
How to use the same cobol program in Batch and CICS onlines ? Please expalin with an example. Thanks in advance.
What is an explicit scope terminator?
If we use GO BACK instead of STOP RUN in cobol?