Explain about Specifying compiler options in the PROCESS (CBL) statement
What are the 4 fields in dd statement?
Can you delete the GDG base without deleting GDG generations ?
List some valid operation codes in JCL
what is the meaning of keyword in jcl?what is is opposite?
Differentiate between the joblib and the steplib statements?
how to count the number of members in pds?
We are using 2 files , file one has data, file two is empty.Using jcl how can we find the other file is empty?
i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it
What is DSNDB06 ?
Can I copy the FB (fixed Block) record length file to a VB (variable Block)record length file and Vise Versa? If Yes then how ? is that thru one of the JCL utility ?
What is the function of a dd statement?
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.