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 / selva
SORT FIELD=COPY, SKIPREC=200 (OR SOME MORE RECORDS),
STOPAFT=100
will skip first 200 records, the correct option is
SORT FIELD=COPY,STOPAFT=100
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What are INPUT PROCEDURE and OUTPUT PROCEDURE?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Give some examples of command terminators?
What is the difference between external and global variables in COBOL?
What are the various section in data division and briefly explain them.
What are various search techniques in cobol? Explain.
How to print 10 to 1 if the input have only 10 digit number?
Write the code to count the sum of n natural numbers.
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is link edit in cobol?
How to know whether the module is dynamical or statistical?
i want to learn mainframe..any websites and material to learn from basic..? my mail id : rajeswaribe2010@gmail.com
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
how do you reference the variable block file formats from cobol programs
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.