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
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) ?
What is the syntax of JCL statement?
What is job control language?
How to run cobol program using jcl?
how do you access an uncataloged dataset in a jcl?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is the difference between run mode and addressing mode?
Are there any set of rules for the names of the steps used in a job?
Differentiate between the joblib and the steplib statements?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Explain the purpose of dd * statement in jcl?
What happens if both JOBLIB & STEPLIB is specified ?
Is there any command to check wether the ps file is in sorted order?
What is the function of //jcllib statement?
How do you access an uncatalogued dataset in a jcl?