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
Is condition checking possible in jcl?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How do you create a temporary dataset?
How to override loadlib?
what is JCL?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
Can I share my data with other jobs? How?
Explain about LMFREE�free data set from its association with data ID
How jcl is used for testing batch programs?
For what purpose steplib and joblib are used ?
Which dd parameters are required?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
Give the syntax of job specifying jcl statement.
What are the 2 types of parameters in dd statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?