i have a sequencial file contains multiple records, i want
to extract one row which contains various fields like order
number,date,warehouse,.ect.. in to the another file by
accepting the order number from jcl. how can i do it. pls
help me..
Answer Posted / kk
hi,
its possible to both jcl and cobol.in jcl using sort
utilities sort fields=(1,orderno size,bi,a)
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
how do you reference the ksds vsam file formats from cobol programs
Give some examples of command terminators?
what is amode(24), amode(31), rmode(24) and rmode(any)?
how to access the file from prodution from changeman tool and to submit a file to production
What type of SDLC u followed? Why?
When is inspect verb is used in cobol?
Write a program to enter and display the names of students in a class using the occurs clause.
Explain how you can characterize tables in cobol?
Difference between array and sub-script ?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
how do you reference the fixed unblock file formats from cobol programs
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What are the cobol coding sheets?
What are the various section in data division and briefly explain them.