Answer Posted / p.ramesh
The condition statement used in job statement and also used in exec statement.
syntex
COND(Positional parameter,Conditional parameter)
EX:
COND(0,LF)
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file
which utility is used to run a cobol-db2 program?
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 function of a dd statement?
Name a few IBM utility programs, and explain its function.
Is condition checking possible in jcl? If yes, how?
What is jcl in mainframe?
I have many files which i am receiving from client everyday. I have one step for every file to check for empty or not. Here client gives 30 files i need to check for every file for empty or not and i need to perform 30 steps. Can I do it in single step. Dynamically i need to change the File name in my step.
Does jcl support automatic restart?
What do you understand by the term notcat 2 – gs?
how would you create a temporary dataset? And where will you use them?
How jcl work to handle various input output file operations?
which parameter is use to declare the name of dataset in dd statement?
I need exexution process for JCL programs
how to run batch program without jcl?