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 8841How 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 13717How 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 13186File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
7 11950in 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 8953we 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 5070In my JCL 10 Steps Will Be there Now i want to execute step05 And step06. How to Give the Cond?
IBM,
2 7420
What is jcl in mainframe, and how many types of jcl statements are there for a job?
how would you create a temporary dataset? And where will you use them?
which utility is used to run a cobol-db2 program?
What is the format of comment statement?
Give the syntax of job specifying jcl statement.
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
List the different components of jcl statement?
What parameter directs the output of the job log dataset?
What are steplib and joblib? What for they are used?
how to do automated restart when a job abends?
In sms datasets, what is the function of the dd mgmtclas keyword?
How is the record format of an output dataset specified?
What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
what operation is performed by job statement?