Answer Posted / venu
MODELDSCB is a model dataset,once you created the GDG base
then only you can create model data set through IEBGENER
Utility.this is Refer the DCB parameters.
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what JCL Procedures?
What are the difference between jcl and jes?
What is the function of the dd avgrec keyword in sms datasets?
Explain in DD statement what is the use of DCB parameter?
What is timing concept in mainframe?
Is condition checking possible in jcl?
How is a type of file defined in the jcl that executes the cobol program?
what is the difference between JES3 and JES2?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Brief description of inline procedure of jcl.
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
How jcl is used for testing batch programs?
WORKING-STORAGE SECTION. 01 GROSS-PAY. 05 BASIC-PAY PIC 9(5). 05 ALLOWENCES PIC 9(3). PROCEDURE DIVISION. MOVE 1000 TO BASIC-PAY. MOVE 250 TO ALLOWENCES. DISPLAY GROSS-PAY. STOP RUN. 77 W-A PIC 9(3)V99 VALUE 23.75 77 W-B PIC ZZ9V99 VLAUE 123.45 after the statement MOVE W-A TO W-B what will be W-B's value? a.123.75 b.b23.75 (where b indicates space) c.023.75 d.invalid move
Explain the function of //jcllib statement?