can we bowse or edit the GDG dataset if it is a tape entry?
Answer Posted / mr.perfect
i think , GDG base is Tape , but the GDG versions is DASD.
We can browse the GDG version only.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
what is use of dsn parameter in dd statement?
What is concatenating?
What is the function of the dd mgmtclas keyword in sms datasets?
//S10 EXEC PGM=ICETOOL //TOOLMSG DD SYSOUT=* //DFSMSG DD SYSOUT=* //CON DD DSN=VAR.INPUT1,DISP=SHR // DD DSN=VAR.INPUT2,DISP=SHR //OUT DD DSN=VAR.OUTPUT,DISP=(NEW,CATLG,DELETE), // SPACE=(CYL,(5,5)),UNIT=SYSDA //TOOLIN DD * * Splice the needed data from the two VB files together SPLICE FROM(CON) TO(OUT) ON(5,5,CH) WITHALL - WITH(12,5) WITH(22,20) VLENMAX /*
Where can program checkpoints be stored for use in a restart?
Brief description of inline procedure of jcl.
Explain the function of job statement in jcl?
What are the parameter we cannot use in procedure?
How do you overcome this limitation ?
What are the 2 types of parameters in dd statement?
Explain how can the submitting users racf authority be overridden in a job stream?
Name the statement which can be used to send data to another mvs jes3 node?
Hello Guys, I have 1+ Year Experience in MAINFRAME TESTING. After 1 Week I have an Interview With a Company on Mainframe Testing. Please Could You Guys Please Suggest me What Sections Should I prepare ?? ___Tell Me the Topic Or Appropriate Site & Links. ?? ---------------Thank You
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 catelog procedure and how many catelog procedure to use in one job?