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 |
How arrays can be defined in COBOL?
why mainframe we use not like java as frontend oracle as backend. or not word excel.In there also huge ammount data stored.
Explain how you can characterize tables in cobol?
i WANT ALL ERROR codes IN CICS and DB2
Can 88 level variable be declared in FD section..?
consider the following two IF statements: IF X AND NOT Y MOVE A TO B IF Z=1 OR 9 MOVE A TO B select one of the following data divusion entries which gives identical results for both the above IF statements a.01 Z PIC 9 88 X VALUE 1.9 88 Y VALUE 0.2 THRU 8 b.01 Z PIC 9 88 X VALUE 0.2 THRU 8 Y VALUE 1.9 c.01 Z PIC 9 88 X VALUE 1.9 88 NOT-Y VALUE 0.2 THRU 1.9 d.none of yhe above
Why occurs can not be used in 01 level ?
What is the difference between a subscript and an index in a table definition?
How to get the last record in vsam file in cluster? And how can you get the ksds file records into cobol program?
In COBOL, what is the different between index and subscript?
0 Answers TryTechnicals Pvt Ltd,
can we use full outer join with cursors declared in cobol program?
. How do we cast a variable in COBOL