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.
No Answer is Posted For this Question
Be the First to Post Answer
How can i execute 5th step without executing first 4 steps?
how to identify a vasam dataset by seeing in 3.4(browse)
What is the error in the following JCL statements : I) //step#three exec pgm=hkbc762 ii) //step#3 exec pgm = hkbc762 iii) //step#3 exec pgr = hkbc672
What are steplib and joblib? What for they are used?
how are instream data terminated?
What are the 2 types of parameters in dd statement?
JCL Example: // //RUNJCL JOB CLASS=5,MSGCLASS=6,NOTIFY=&SYSUID //STEP01 EXEC PGM=IEFBR14 // .. .. If this JCL will run or it'll throw the ERROR?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
Explain about LMQUERY�give a dialog information about a data set
What is the purpose of the PARM keyword in the EXEC statement?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
How do you restart a PROC from a particular step?