Suppose there r 10 steps . Out fo which i want to execute
10th, 9th and 8th in reverse order without using IEBEDIT.
How can i do that..???
Answer Posted / om prakash yadav
i don't know exaclty but it is possible trough PRTY
parameter.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How is a type of file defined in the jcl that executes the cobol program?
Explain how can the submitting users racf authority be overridden in a job stream?
What is notcat 2 - gs?
Explain the purpose of dd * statement in jcl?
A chkpt is the parameter coded for multi-volume qsam datasets in a dd statement. When a chkpt is coded as chkpt=eov, a checkpoint is written to the dataset specified in the sysckeov statement at the end of each volume of the input/output multi-volume dataset. State whether true or false?
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
When output dataset space is required, what quantity categories are used?
write a jcl to execute a job by 7:00 am on jan 20,1986?
Is it possible to code instream data in a PROC?
Explain how can the attributes of one sms dataset be copied to another dataset?
How does jcl specify the job to the operating system?
Explain the function of the dd dcb keyword?
List the different jcl statements that are not permitted in the procedures?
What is the function of a dd statement?
What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?