Is it possible to take a PDS and write it to a GDG? If so,
can you provide an example? Thanx
Answer Posted / bjoern
//COPY EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=*
//SYSOUT DD SYSOUT=*
//SYSIN DD DUMMY
//SYSUT1 DD DISP=OLD,DSN=PDS
//SYSUT2 DD DSN=PDS.GDG(+1),
// DCB=(RECFM=FB,LRECL=80),
// DISP=(NEW,CATLG,DELETE),
// SPACE=(TRK,(11,1,10),RLSE)
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How can a fb file convert to vb file using sort program?
What do you understand by jcl?
Differentiate between the joblib and the steplib statements?
Explain how can the attributes of one sms dataset be copied to another dataset?
which utility is used to sort a file in jcl?
Immediate Job opening for mainframe professionals in Keane Bangalore. Please find the below details: Organization: Keane India Location: Bangalore Skill: COBOL, JCL,VSAM,DB2,CICS,IMS,REXX,CLIST Exp: 1 to 4 years only Employment Type: Permenant Employee Note: If you have attended keane interview in past 6 months please ignore this job opening. Please respond to email id keanemfjob@gmail.com OR keanemfjob@yahoo.in with your latest resume and following details, We will contact you within 24 hours: Total IT Exp: Exp in Mainframe: Current CTC: Expected CTC: Notice Period:
Explain dfsort utility?
How jcl is used for testing batch programs?
what is SOC4 error?
Which dd parameters are required?
Describe the various parameters utilized in the creation of a gdg?
How gdg are concatenated?
Why block size is multiple of lrecl in jcl?
What is job control language?
how can a gdg base be created in a jcl. What is the difference between empty and scratch parameter while defining/altering gdg base?