what are the symbolic parameters? why do we use symbolic
parameters ?
Answer Posted / fayazsha.,
//MYJOB JOB(P,U202,SH1),'FRANK SMITH',CLASS=A
//STEP1 EXEC PGM=PROGRAM1,SYSTEM=PROD,DEPT=INV,TYPE=DATA
//FILEIN DD DSNAME=&SYSTEM..&DEPT..&TYPE,DISP=SHR
//FILEOUT DD DSNAME=&SYSTEM..&DEPT..DATA,DISP=
(NEW,CATLG,DELETE),
// AVGREC=U,SPACE=(80,(100,20),RLSE),
// DCB=(LRECL=80,RECFM=FB)
A.Referring to the above coding, what is the effective
dataset name for the data definition FILEOUT?
PROD.INV.DATA
Here we are referring the symbolic variable with single &
Ampersand.
| Is This Answer Correct ? | 51 Yes | 6 No |
Post New Answer View All Answers
What is NOTCAT ?
Explain the hierarchy levels in jcl?
What is the use of symbol // in jcl?
how you will the direct the data to spool using sysout option?
How do you access an uncatalogued dataset in a jcl?
how can you check if a file is empty using jcl?
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?
Explain the purpose of dd * statement in jcl?
What is the function of //jcllib statement?
What statement can be used to send data to another mvs jes3 node?
Can I send output of job to my remote device careerride123?
Explain dfsort utility?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What is the difference between run mode and addressing mode?