Is it possible to take a PDS and write it to a GDG? If so,
can you provide an example? Thanx
Answer Posted / vj
Yes, it is possible to write a pds to gdg.. i tried the
below jcl and it worked out....
//JS001 EXEC PGM=IEBGENER
//*
//SYSPRINT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD DSN=TTTTT.NNNN.OOOO(PPPP),DISP=SHR
//SYSUT2 DD DSN=AAAA.BBB.GDG(+1),
// DISP=(NEW,CATLG,DELETE),
// MGMTCLAS=MC0044,
// VOL=(,,,10),
// SPACE=(10796,(5,3),RLSE),
// DCB=(RECFM=FB,LRECL=80,
// DSORG=PS,BLKSIZE=0,BUFNO=30)
//*
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
In job processing, what happens in conversion stage?
List the various advantages of using jcl language?
What are the 4 fields in dd statement?
what is the purpose of coding notify parameter in job statement?
which parameter is used to check the syntax of a jcl without executing it?
Suppose I have five jobs to do. But I want to hold one?
How jcl work to handle various input output file operations?
Is their any set of rules for dd? Explain.
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
Is automatic restart possible in jcl?
IIN APITUDE THEY GAVE ONLY 10 QUESTIONS.. THEY ARE SIMPLE ONE FROM NUMBER SERIES,BOATS,TIME & DISTANCE,PROFIT &LOSS,FIND OUT THE NUMBER ? 9 25 4 36 81 64 49 AND surveillance SPELLINGS E.T.C
Explain how can a jobs execution priority be modified?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Where & How Do You Code Identifier In Jcl?
What is the significance of addrspc parameter in the exec statement?