what is the use of keep and pass in disp
KEEP - Keep the data set even though the job terminates abnormally
PASS - pass the data set to further steps in the job
| Is This Answer Correct ? | 0 Yes | 0 No |
hi. This is Ram.i have one doubt.why can't we display comp-3 variables directly? let me answer quickly plez........
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.
Name some of the examples of COBOl 11?
What compiler option would you use for dynamic linking?
In file1 have 80 records are like d1,d2,d3......D80. File2 have 1000records are like a1d1,a1d2,a3d3.....Etc. I want matching records in file3 ? Plse tell me the matching logic???I want answer only in cobol ?Not using any tool or jcl?
How to define a array dynamically.....
for an INITIALIZE and what keyword allows for an override of the default.
what is the use of comp2 ? where can we use it with example ?
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
can internal sort be applied to sort ksds files?
How do define Dymanic array in cobol how do u define single demensional arry and multidymensional arry in ur cobol.
How is sign stored in a comp-3 field?