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 do u handle errors in BMS macro?
give the examples of strings in cobol
waht is inspect verb? where it can be in real time?
what is the maximum error code in mainframe
hi friends,can any one post the ibm mainframe inteqview questions for 1year exp candidate,for itc infotech interview?. have any body attended for this in the past?...
How to remove the spaces at the end of each record in the output file of variable length, via cobol program?
Explain complete concept of table handling in COBOL with an example?
what is call by value and call by reference ?
3 Answers Infosys, ITC Indian Tobacco Company,
How much salary you are expecting? If they ask in an interview, what we have to tell?
6 Answers Tech Mahindra, Wipro,
How can we increase the size of an existing PDS to include more no. of modules. I tried the answer posted by Jagan(TSO PDS 'pds name') but did not find it working. The answer posted by kamal i know very well. Please suggest me a answer so that we don't need to delete the existing PDS and still we can change the size as well.
Why we are using comp and comp-3 in real time projects?
Can we put move statement in COBOL copybook