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
Which statement is used to identify the private libraries in job?
What are the parameter we cannot use in procedure?
What is use of restart and how to use it?
What is one line to pass PARM from JCL to COBOL?
how can you check if a file is empty using jcl?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Why block size is multiple of lrecl in jcl?
Are there any set of rules for the names of the steps used in a job?
What is the function of the steplib dd statement?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
How can unused space allocation be returned to the system when a dataset is closed?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
How can the submitting users racf authority be overridden in a job stream?