oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
3 8689How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
3 13532How To get the last record in VSAM file in cluster? and How can u get the ksds file records into ur cobol program ? Pls tell me about these two questions.
1 13044File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 11713in my jcl have 20 steps step1,step2,.... step20.and i have to execute step1,step2,..and skip the step3 and remaing step4,step5 are execute? i want skip step3 only? what code u can write?
3 8814we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
1 4976In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7294
How to run cobol program using jcl?
what is a jcl?
I have mainpgm(abc) this is the only cobol pgm(non-db2).And this pgm calling subpgm name "acd" this also only cobol(non- Db)and this pgm calling some other subpgm this pgm has cobol-db2 pgm. 1) IF you calling static mode how to run and how to compile? 2) IF you calling dynamic mode how to run and how to compile? plz suggestion me.
what are the types of abends that occur on job failure? And explain the possible causes of these
What is the use of symbol // in jcl?
How can unused space allocation be returned to the system when a dataset is closed?
Which dd parameters are required?
i want to store 20 digits . how will u do it in cobol ?
How to submit jcl through a cobol program?
which utility is used to run a cobol-db2 program?
How would you understand error(execution phase)?
Is condition checking possible in jcl? If yes, how?
Explain about LMFREE�free data set from its association with data ID
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
What are the 2 types of parameters in dd statement?