how can we pass external data to instream procedures

Answer Posted / guest

By using symbolic parameter in DSN

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how you can direct the data to spool using SYSOUT option?

920


What is the purpose of dd?

724


What are hierarchy levels in jcl?

949


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

771


What is the purpose of the dd keylen parameter?

718






What is the function of //jcllib statement?

802


Why include statement is used in a jcl?

689


how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?

778


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

852


Is automatic restart possible in jcl? If yes, how?

655


What are the parameter we cannot use in procedure?

636


Explain the purpose of the dd keylen parameter?

670


List in order the hierarchical levels of jcl?

664


Is automatic restart possible in jcl?

733


I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?

2097