how to run JCL thru COBOL.
1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program.can anyone please answer me for above questions. it's very urgent
What is MOD and when would you use it?
How do you pass parameters to the program as the job is being executed ?
There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?
How to override a dsn that is contained in a proc called by another proc? I need to do the override in the calling jcl?
How are GDGs concatenated?
what is static and dynamic call with examples?
How do you override a specific DDNAME/SYSIN in PROC from a JCL?
How do you submit a JCL under CICS environment ?
How to delete AIX ? i) IEBGENER ii) IDCAMS iii) PURGE iv) All of the above
In a single step if input file is present then only need to copy into output file or else need to through a RC is it possible. Note : i want it in a single step
What is the difference between the positional and keyword parameters? Give examples.