how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
No Answer is Posted For this Question
Be the First to Post Answer
I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?
On the DD statement, what is the main difference between creating a new sequential flat file and a partitioned dataset?
How can a fb file convert to vb file using sort program?
How to execute 300 steps in a Job?
How is a new GDG coded?
What are the rules employed while naming the steps in a job?
i have records from 1 t0 100 . i need to open records from 10 to 18 and change the values in tht ? how can i do tht ?
How do you submit a JCL under CICS environment ?
What is the difference between joblib and jcllib statements
//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES
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 to copy one PS file to multiple PS files with same data?