IN-STREAM DATA NOT ALLOWED IN PROC how can come out from
this problem

Answer Posted / hamed

code the sysin stmt as below
//sysin dd dummy

and override this from the step as below
in the JCL
//sysin.dd dsn= xyz

Is This Answer Correct ?    2 Yes 7 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

844


I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?

698


in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?

2040


which parameter is used to check the syntax of a jcl without executing it?

788


What is one line to pass PARM from JCL to COBOL?

376






what is use of dsn parameter in dd statement?

657


Where can program checkpoints be stored for use in a restart?

836


how you can access an uncataloged dataset in a JCL?

641


How to override loadlib?

1406


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

694


What dd statement is used to supply the name of a dataset?

763


Explain how can the submitting users racf authority be overridden in a job stream?

661


//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*

896


Explain dfsort utility?

653


what is the use of JCL?

655