26.12.2014 Views

000-042 Exam

For more Full product Details:www.CertifySchool.com Our workable study material for exam meets the exact and accurate exam questions and answers. So that’s why CertifySchool is popular in the field of IT Certification Exams material providers.Please visit site: www.CertifySchool.com/

For more Full product Details:www.CertifySchool.com

Our workable study material for exam meets the exact and accurate exam questions and answers. So that’s why CertifySchool is popular in the field of IT Certification Exams material providers.Please visit site: www.CertifySchool.com/

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

www.CertifySchool.com Certification Preparation Material (PDF)<br />

NODE .DATA = I;<br />

NODE .NEXT = P;<br />

P = ANCHOR;<br />

END;<br />

B. DO I = 1 TO 100;<br />

P = ANCHOR;<br />

ALLOCATE NODE;<br />

NOTE .DATA = I;<br />

NODE .NEXT = P;<br />

END;<br />

C. I = 1 TO 100;<br />

ALLOCATE NODE;<br />

NODE .DATA = I;<br />

NODE .NEXT = P;<br />

ANCHOR = P;<br />

END;<br />

D. DO I = 1 TO 100;<br />

NODE .DATA = I;<br />

NODE .NEXT = P;<br />

ALLOCATE NODE;<br />

P = ANCHOR;<br />

END;<br />

Question: 11<br />

Answer: A<br />

In which of the following examples will a dummy argument be passed<br />

A. DCLA EXT ENTRY;<br />

DCL (X,Y) FIXED BIN;<br />

CALL A(X,Y);<br />

B. DCL A EXT ENTRY (FIXED, BINARY);<br />

DCL (X,Y) FIXED BIN;<br />

CALL A(X,Y);<br />

C. DCL A EXT ENTRY (FIXED BINARY);<br />

DCL (X,Y) FIXED BIN;<br />

CALL A(X,Y);<br />

D. PGM: PROC OPTIONS(MAIN);<br />

DCL (X,Y) FIXED BIN;<br />

CALL C (X,Y);<br />

C: PROC (A,B);<br />

DCL (A,B) BIN FIXED;<br />

END C;<br />

END PGM;<br />

Question: 12<br />

Answer: B<br />

Which of the following will definitely NOT cause an unresolved external entry<br />

http://www.certifyschool.com/exam/<strong>000</strong>-<strong>042</strong>/<br />

Page | 6

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!