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

what is SOC4 error?

740


what is the JCL statement consists of?

699


Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?

2223


if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?

1620


What is the significance of addrspc parameter in exec statement?

735






Explain about LMFREE�free data set from its association with data ID

1008


Where & How Do You Code Identifier In Jcl?

699


How dummy is used in jcl?

651


What is Cataloged Procedures?

715


Explain the function of a dd statement?

663


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

707


//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 /*

916


Explain the purpose of the dd keylen parameter?

677


What do you understand by the terms: joblib and steplib?

626


What is the function of the steplib dd statement?

744