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 compute verb? How is it used?
i have 10 names in an array and my name is one of them also array is not in sorted order i need to display my name using index how will i do this
Why would you use find and get rather than to obtain?
What kind of error is trapped by on size error option?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What rules are to be followed while using the corresponding options?
how to move the records from file to array table. give with code example
how do you reference the printer file formats from cobol programs
what is the use of outrecord?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
What is difference between static and dynamic call in cobol?
How do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
Define cobol?
)If there are 10 steps in GDG, if I want to refer the step2 after step5 . what should I do?
Have you used comp and comp-3 in your project? And how?