can we copy a file from fixed block to variable block and
vice versa ....asap
Answer / srk
no. the attributes of dcb parameter(recfm,lrec) must be same
to copy a file to another
Is This Answer Correct ? | 4 Yes | 2 No |
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
what happens in execution stage in job processing?
How to execute step2,step1, step3 if step1,2,3 are in order
TIME parameter in JOB statement or EXEC statement specifies What type of time (CPU time or execution time)?
01 GROUP-ITEM 05 AMOUNT-1 PIC 99V9 USAGE COMP VALUE 50 05 AMOUNT-2 PIC 9(4)V99 USAGE COMP MOVE ZERO TO GROUP-ITEM ADD 50 TO AMOUNT-1 what will be the content of AMOUNT-1? a.50 b.100 c.0 d.unpredictable
if we have a job consist of two steps and each step calling a proc having 10 steps each then how many steps are counted only 2 or 22(10+10+1+1)? can we have more than 255 steps in a single job?
Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do that....????
how to create gdg with out using idcams utility
How do you submit a job for execution?
common jcl abends??
Which is the most widely used batch performance monitor for DB2?
suppose i have job it contains 10 steps after exicution of job failuer at 3 and 7 th steps i want exicute step 3 and step 7 only how we specify condition ?