i want to use only first 100 records from a file.plz tell
me how to write JCL for this(for read,copy,write
operations).plz give me details of all posible JCL
utilities?
Answer Posted / nataraj
copy file to esds file this file only sequance order so copy
only first 100 records
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search what are the pertinent cobol?
how to move the records from file to array table. give with code example
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
What is the local-storage section?
What is the difference between next sentence and continue in cobol programing language?
How do you define a variable of comp-1 and comp-2?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is perform what is varying?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
When is inspect verb is used in cobol?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is amode(24), amode(31), rmode(24) and rmode(any)?