How to code these statements in JCL: CLEANUP INITIAL(NO)
RESTART(NO) DYNALLOC(NO) job definition..?
No Answer is Posted For this Question
Be the First to Post Answer
Explain about LMCLOSE�close a data set
what is check pending option
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.
What is the syntax of JCL statement?
Min no of member?s (PDS) in one directory block?
what are the various stages of job processing?
What is the improvement to COND= in the latest version of MVS?
how to see the latest generation in gdg?
Can we change a FB file to VB file in JCL? Please help
What will happen if two JOB statements are mentioned in an JCL continuously.
i want to store 20 digits . how will u do it in cobol ?
Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA