if a file has 1000 recods how copy the records from 1 to 100
records using sort
Answers were Sorted based on User's Feedback
Answer / bhaskar reddy
//sysin dd*
sort fields=copy
stopaft=100
/*
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rv rocks
using iceman utility we can copy the 1st 100 records .
//sysin dd *
option copy, stopaft=100
/*
| Is This Answer Correct ? | 2 Yes | 0 No |
i need the code for this program in cobol. 2 + 1 = 3 4+3=7 6+5=11 8+7=15 10+9=19
COBOL program to read the string ' BOMBAY' in reverse order as 'YABMOB'
01 MOVE 10 TO N 05 PERFOM PARA1 TIMES STOP RUN WAT WILL HAPPEN?? WILL IT RUN INFINITELY OR AN ERROR WIL BE THER BECAUSE NO OF TIMES IS NOT GIVEN??
Explain complete concept of table handling in COBOL with an example?
waht is inspect verb? where it can be in real time?
I have a field with data type X(10). I want to perform arithmetic operation on this field? I tried doing it by moving the value into a numeric field. but it didn't work out. I am getting a S0C7 abend. Pls let me know if there is any way of getting this done?
I have a sequential file of 100 records. How do I load the records into a two dimensional array ?
) How do you access the migrate the data from production region to development region
What are the differences between OS VS COBOL and VS COBOL II?
Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
If we use GO BACK instead of STOP RUN in cobol?
what is ASRA, AEY9?