how are instream data terminated?

Answer Posted / balmukund

Instream data termination in JCL can we done by /* after
SYSIN DD *. For example.

PGM1 EXEC PGM=PGM1
---
---
SYSIN DD *
istream data
/* termination of instream data.

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How does the jcl specify the job to os?

673


Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?

706


Can we call instream to catalog and catalog to instream?

669


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

1646


what is the purpose of coding notify parameter in job statement?

671






In job processing, what happens in execution stage?

691


Explain the function of the steplib dd statement?

620


What is the use of symbol // in jcl?

905


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

835


what are the various stages of job processing?

720


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

680


What is the function of dd name parameter with a 2 part structure; audit.report?

685


Can I share my data with other jobs? How?

652


What is the purpose of the dd keylen parameter?

701


Is it possible to code instream data in a PROC?

736