Answer Posted / bhaskar reddy
1.using PARM parameter
2.using sysin dd *
through parm parameter we can pass the date to linkage
section. and we can pass only 100 charcters of data
through sysin dd * we can pass the data to accept statement.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
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?
What does a disposition of (new,catlg,keep) for a dsn mean?
Explain how can a jobs execution priority be modified?
how you can access an uncataloged dataset in a JCL?
//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 /*
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
For what purpose steplib and joblib are used ?
Which dd parameters are required?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
Is it possible to code instream data in a PROC?
How can values be passed from the job stream to an executable program?
Is their any set of rules for dd? Explain.
What is the difference between the positional and keyword parameters? Give examples.
Explain how can the disposition of sysout datasets be set for an entire jobstream?
Define concatenating?