How different is the JCL executing a COBOL program?
1) if the program is using VB file as input.
2) if the program is using FB file as input.
Answer / dsingh29
you need to take care of RDW of the VB file while defining
file. In FB file there is no such requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
wht do u mean by inrec and outrec ?
if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?
how to resolve soc-7 ? please tell me
How do you find which GDG is using which dataset?
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 the use of DUMMY statement in the JCL? What is the use of DUMMY Utility in the JCL?
Why do you use a control card?
how you can direct the data to spool using SYSOUT option?
How can a jobs execution priority be modified?
how do you access an uncataloged dataset in a jcl?
Can an individual step be restricted from using all the jobs allowed cpu time?
how to see the latest generation in gdg?