Can I concatenate various datasets whose organization are
different from each other. Lets say I want to cancatenate a
PDS file, a PS file, a GDG file etc. Can You do that ??
If yes, how ? is there any separate Utility to do so ???
Answer Posted / kavitha
Nope. We Cant.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How to submit a jcl from cics?
I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one
Explain how can values be passed from the job stream to an executable program?
Is acct parameter mandatory?
I have a cobol db2 program(PGM A) where other program (PGM B) will call this program and passes some 50 fields data to PGM A. PGM A has some layout in which it receives the data from PGM B. And this layout has been copied in the linkage section pf PGM A. After getting the data, PGM A writes the data in a flat file in the same layout which it receives from PGM B. PGM B is a simple COBOL pgm. Please provide a JCL to run these programs.
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is the function of a dd statement?
In sms datasets, what is the function of the dd avgrec keyword?
Explain the function of job statement in jcl?
//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 /*
Explain how can a stopped job be started again?
how to compare two datasets without using superce because output is limited to 133 bytes
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What are hierarchy levels in jcl?
What are steplib and joblib?