What do you understand by the term notcat 2 – gs?
No Answer is Posted For this Question
Be the First to Post Answer
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.
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
How many JOB statements a JCL can have ? If there are more than one JOB statements in a JCL, are they submitted in succession or in parallel ?
Explain the function of dd name parameter with a 2 part structure; audit.report?
i want to restart frm step 2, previously i coded cond parameter on step2 wht happens at tht time ?
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?
For what purpose steplib and joblib are used ?
What is Cataloged Procedures?
How to pass the parameter in parm using linkage section ? (syntax)?
How to print data of sequential file to Spool..?
I have a COBOL program that Accepts some input data. How do you code the JCL statement for this? ( How do you code instream data in a JCL? )