Can you code instream data in a PROC ?

Answer Posted / rd

We can't use instream in PROC ,we cau use over ridden
paramater to pass value in Proc

Is This Answer Correct ?    14 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the function of //jcllib statement?

934


WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99 VALUE 123.45. PROCEDURE DIVISION. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. compiler : IGYGR1080-S A "VALUE" clause literal was not compatible with the data category o subject data item. The "VALUE" clause was discarded. WORKING-STORAGE SECTION. 77 W-A PIC 9(3)V99 VALUE 23.75. 77 W-B PIC ZZ9V99. PROCEDURE DIVISION. MOVE 123.45 TO W-B. MOVE W-A TO W-B. DISPLAY W-B. STOP RUN. 2375

1257


Is it possible to left uncode disp?

909


when does a dataset go uncataloged?

1040


What is the purpose of the dd keylen parameter?

918


Is acct parameter mandatory?

939


What is jcl in mainframe?

935


Is their any limit for data sets?

882


What is NOTCAT ?

1043


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

843


What are s0c1, s0c4, s0c5, s0c7 and socb?

937


whats the diff bw the evaluate also and and?

2061


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

877


Is it possible to define dd statements as you want?

863


How can the attributes of one sms dataset be copied to another dataset?

1115