Suppose I have a file with three fields with data in the
following format
1. empid - S9(4) COMP
2. empname - X(20)
3. empsal - S9(5)V(2) COMP-3
If I view this file, it will not be in a readable format.
How to display the empid and empsal fields in a readable
format without using COBOL program? What kind of SORT card
will have to be coded?
Answer Posted / zos13
One quick response :
To read Emp-sal (Comp-3 field), please use HEX ON.
I am not sure for emp-id, binary. Please try and let everyOne know here.
Thnx
Garry.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name the parameters which can be used to limit the number of records written to a sysout dataset?
List the different jcl statements that are not permitted in the procedures?
how do you code a null statement?
Define concatenating?
Explain the function of dd disp parameter?
What is timing concept in mainframe?
What is jcl in mainframe?
In job processing, what happens in conversion stage?
i want to store 20 digits . how will u do it in cobol ?
Suppose I have five jobs to do. But I want to hold one?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Explain how can a stopped job be started again?
Is their any limit for data sets?
define cond parameter in jcl?
What are the parameter we cannot use in procedure?