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
You may use EDIT Mask !!!
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
if the submitter of a job wants to inform another user about the job completion, how can it be done?
what is DSN parameter and DISP parameter is used for?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How to pass data to a program that is coded in an exec statement?
What is the difference between the positional and keyword parameters? Give examples.
How can a fb file convert to vb file using sort program?
What is Cataloged Procedures?
How does jcl act on a cobol code?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain the function of job statement in jcl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What is multithreading in jcl?
What are some jcl statements that are not allowed in procedures?
Matching Logic in Jcl not in cobol.Could any one please answer this question
How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?