Explain about Cobol Subroutines
how to resolve sb37,sd37 se37 abends
What is the difference between sb37,se37,sd37 each?
Explain COND used in JCL?
how many types of sorts are there in jcl?
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
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.
Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?
What is the purpose of the PARM keyword in the EXEC statement?
What does SYSIN * indicate?
Is it possible to left uncode disp?
Is it possible to define dd statements as you want?
What does a disposition of (new,catlg,keep) for a dsn mean?