What are the different rules of SORT operation?
No Answer is Posted For this Question
Be the First to Post Answer
How is sign stored in a comp-3 field?
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
I have sequential file recl 1000 i want to add another 15 bytes to it. The record length should not change..How?
In the JCL, how do you define the files referred to in a subroutine ?
What care has to be taken to force program to execute above 16 Meg line?
WE HAVE 2 FILES IN COBOL. ONE IS FIXED LENGTH RECORDS ANOTHER ONE IS VARIABLE LENGTH. IF I DECLEAR LRECL OF FIXED ONE AS 80 AND 2ND RECORD AS 132. WHAT WE NEED TO DECLEAR LRECL FOR THOSE 2 FILES IN JCL?
A LESS 1200 IF B GREATER 25 MOVE 47 TOC ELSE MOVE 57 TO C IF A GREATER 249 MOVE 67 TO C ELSE NEXT SENTENCE ELSE IF B LESS 67 MOVE 27 TO C What will be the value of C, when A is 137 and b is 25
which of the following can be used as a check protection symbol a.Z b.S c.* d.+
Write some characteristics of cobol as means of business language.
There is a variable with value 19446. Requirement is to convert it to 194.46. I tried it by doing divide by 100 and my receiving field data type is 9(03)v99. But the output is 194. I am not getting the decimal value. Could anyone pls let me know how to get this done?
What is the difference between SEARCH and SEARCH ALL? What is more efficient?
What is mean by maxcc