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


Please Help Members By Posting Answers For Below Questions

if the submitter of a job wants to inform another user about the job completion, how can it be done?

861


what is DSN parameter and DISP parameter is used for?

763


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

765


How to pass data to a program that is coded in an exec statement?

926


What is the difference between the positional and keyword parameters? Give examples.

806






How can a fb file convert to vb file using sort program?

921


What is Cataloged Procedures?

794


How does jcl act on a cobol code?

731


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2210


Explain the function of job statement in jcl?

733


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5167


What is multithreading in jcl?

1036


What are some jcl statements that are not allowed in procedures?

812


Matching Logic in Jcl not in cobol.Could any one please answer this question

3781


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

2285