In which table PLAN is registered in ?

Answer Posted / xxxxxx

PLAN_TABLE

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

856


How do you submit a job for execution?

640


What is the function of dd name parameter with a 2 part structure; audit.report?

704


List the various advantages of using jcl language?

853


What is NOTCAT ?

742






in ways data can be passed to a COBOL program from JCL?

669


what is the purpose of coding notify parameter in job statement?

688


what is the compile process of cobol program expalin with code

2004


Explain how can values be passed from the job stream to an executable program?

630


what happens when COND is coded in JOB statement and when COND is coded inside EXEC statement?

779


when can a job time-out occur? How to overcome that?

753


What parameter directs the output of the job log dataset?

769


Does jcl support automatic restart?

763


What is the purpose of the dd keylen parameter?

726


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1589