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
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
What is the significance of addrspc parameter in the exec statement?
How to submit a jcl from cics?
Explain the function of job statement in jcl?
How is the record format of an output dataset specified?
hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u
What are the 4 fields in dd statement?
Describe the various parameters utilized in the creation of a gdg?
What is the difference between the positional and keyword parameters? Give examples.
Explain the function of dd name parameter with a 2 part structure; audit.report?
What is job control language?
what is the JCL statement consists of?
How to run cobol program using jcl?
Explain the purpose of dd * statement in jcl?
What statement can be used to send data to another mvs jes3 node?