i) Difference between ps, esds, ii) Difference between lrecl, blksize among PS, PDS issues? i.e in jcl at dcb
2 11045how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i want to execute from step 5 to step 10 where can i code restrat parameter or cond parameter for ths
IBM,
4 8163I 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?
IBM,
2 63421) max no of steps with jcl job can execute 2) how many extentions r possible in sequencial files with job 3) what is set parameter will do 4)how to get syntax errors without sub 5) what is differ between error and abend 6) hw mvs knows who submitted the job and whoom it has to forward 7) what are the positinal parameters of data descripter
L&T,
1 14160
Is condition checking possible in jcl?
What do you understand by the term notcat 2 – gs?
What are the parameters that are used in creating a gdg?
What is the function of //jcllib statement?
Are there any set of rules for the names of the steps used in a job?
What does a disposition of (MOD,DELETE,DELETE) mean ?
How can the submitting users racf authority be overridden in a job stream?
what is “Cond= even” and “Cond=only”?
how do you access an uncataloged dataset in a jcl?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
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 values be passed from the job stream to an executable program?
which utility is used to run a cobol-db2 program?
What is the maximum length of a single line of jcl?
Explain the purpose of dd dummy statement?