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.
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMCOPY -
How to release the Output HELD by using HOLD = YES on DD statement ?
is it possible to submitt more than one job in job card in jcl? and if yes than is it necessary to have the jobs same name?
how to compress the data set
How can unused space allocation be returned to the system when a dataset is closed?
What is the purpose and meaning of the REGION keyword and what JCL statement is it associated with?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
how do you access an uncataloged dataset in a jcl?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
Describe the EXEC statement, its meaning, syntax and keywords?
Explain about LMMFIND - find a library member
I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?