How to view the hexa decimal value thru file aid if copy
book is not present for that particular data
Answer Posted / sk
Type HEX ON to the command prompt
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
Explain the function of //jcllib statement?
How can a fb file convert to vb file using sort program?
A dd statement consists of 4 fields. Name them?
For what purpose steplib and joblib are used ?
How can the submitting users racf authority be overridden in a job stream?
Explain the purpose of the dd keylen parameter?
Explain how can a stopped job be started again?
Explain the job statement in jcl?
1) SORT FIELDS=(20,4,CH,D,10,3,CH,D) OUTREC FIELDS=(7:20,4,C' FUTURE ',20,2,10,3,1Z,1,9,13,7, 24,57,TRAN=LTOU,6X'FF') This example illustrates how a fixed-length input data set can be sorted and reformatted for output. The SORTIN LRECL is 80 bytes. The reformatted output records are fixed length with a record size of 103 bytes. SOLRF (the IBM-supplied default) is in effect, so unless the SORTOUT LRECL is specified or available, it will automatically be set to the reformatted record length of 103. in the above example i have some doubts that a) sort fields=(20,4,CH,D,10,3,CH,D) -what exactly it does and this fields related to output record fields or input record fields b)outrec used to refprmat the records after sorting that means could please reply me as soon as possible Thanks. Venkat
What is multithreading in jcl?
What are the rules employed while naming the steps in a job?
Can I share my data with other jobs? How?
In job processing, what happens in execution stage?
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
What is the function of job statement in jcl?