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
) how do u code after getting data?
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
How do get the result of your program directly on your pc?
What is an in line perform? When would you use it? Anything else you wish to say about it.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Why occurs cannot be used in 01 level in COBOL?
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
What is the difference between next sentence and continue in cobol programing language?
How can you get the ksds file records into your cobol program?
Give some examples of command terminators?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Which mode is used to operate the sequential file?
What are the rules of the move verb?
What are various search techniques in cobol? Explain.