i have variable record in the 5th, i want to sort from 5th filed ? how ?
Answers were Sorted based on User's Feedback
The question is not clear.
What is the column# of the fifth field in the 5th variable record ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / chandu
USE sort card for this.
sort fields=copy,stopaft=??,skiprec=5
| Is This Answer Correct ? | 2 Yes | 3 No |
Describe the cobol database components?
which is better comp or comp-3 in terms of memory utilization?
If a sub program is called from mainprogram.I have opened cursor in main program and Fetch the result in subprogram ,Is it possible ?If yes please tell me the reason.
I have a source program compiled with Cobol-2. The output file has a record length of 100 defined in the program but a record of 60 bytes getting written into it. i.e. The rest of 40 bytes I am not Writing anything. But it by default puts some values into the last 40 bytes. However it does not impact anything. But when Compiled the module with Enterprise Cobol the last 40 bytes were spaces as fillers. Can anyone explain?
s9(18) comp-3:: What is the size of memory it takes internally?
which is better either static call or dynamic call? and why?
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
What is the difference between binary search and sequential search?
how many bytes do SPPPP999 will store?
I have two files , file1 is input file it contains 10,20,30,....,records but i want to display the records in file 2 as reverse order .how can we do by using jcl& cobol(dont use array) please any one can tell me the answer
what is the difference between implicit and explicit scope terminator with example?
88 class is used for