How to pass the parameter in parm using linkage section ? (syntax)?
No Answer is Posted For this Question
Be the First to Post Answer
I had Records in file Like this Company Code IBM 2 IBM 1 IBM 4 WIPRO 3 WIPRO 2 WIPRO 9 TCS 4 TCS 6 TCS 3 i want the record of every company with highest code How can i do that?
What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?
I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
Are there any set of rules for the names of the steps used in a job?
in catalog procedure i have step1 dd dsn=filea dd dsn=fileb dd dsn=filec ur concatenaning all the files. but i need to override fileb with file 2 ? can anyone give the ans pls for ths
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?
How can the disposition of sysout datasets be set for an entire jobstream?
if we compile the cobol+ db2 program now ofter 5 years we need to compile again?
Explain the function of job statement in jcl?
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What is the meaning of the EXEC statement keyword, COND? What is its syntax?