Answer Posted / vamsi
No.We can't pass instrean data in a proc.
But in catalogue proc we pass instream data by using ps files.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Is their any limit for data sets?
what is “Cond= even” and “Cond=only”?
Explain dfsort utility?
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 you can direct the data to spool using SYSOUT option?
what is the purpose of coding class parameter in job statement?
In sms datasets, what is the function of the dd mgmtclas keyword?
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
How can unused space allocation be returned to the system when a dataset is closed?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Where can program checkpoints be stored for use in a restart?
What is the use of disp parameter?
Explain about ISPF/TSO Commands
Is it possible to left uncode disp?
Explain the purpose of the dd keylen parameter?