What is the syntax of JCL statement?
No Answer is Posted For this Question
Be the First to Post Answer
how can we pass external data to instream procedures
5 Answers IBM, Infosys, Ocwen,
whats the difference between empty and noempty of GDG?
What does S0C4 error mean?
I have a job which is a long-running one. Processes millions of records. Due to some run-time problem (not a problem due to the job/data) the job abends.What needs to be done to make the job complete successfully.
IN-STREAM DATA NOT ALLOWED IN PROC how can come out from this problem
Can we find specific member without knowing the name of PDS or can we search a member to which PDS it belongs to? if so how?
A statement about PROCs is " In PROCs, Symbolic Parameters can be assigned on PROC and EXEC", BUT On which EXEC, (i) On the JCL's EXEC which is calling to PROC1. (Inside JCL, EXEC PROC1) (ii) or On the PROC's EXEC where it calls the PGM1. (Inside PROC, EXEC PGM=PGM1)
How are GDGs concatenated?
Max generations in GDG??
Can anyone tell me the syntax for printing two files at two different destinations in a single step?
Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember
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.