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
Explain the function of //jcllib statement?
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
Is it possible to left uncode disp?
when does a dataset go uncataloged?
What is the purpose of the dd keylen parameter?
Is acct parameter mandatory?
What is jcl in mainframe?
Is their any limit for data sets?
What is NOTCAT ?
Is automatic restart possible in jcl? If yes, how?
What are s0c1, s0c4, s0c5, s0c7 and socb?
whats the diff bw the evaluate also and and?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Is it possible to define dd statements as you want?
How can the attributes of one sms dataset be copied to another dataset?