What are s0c1, s0c4, s0c5, s0c7 and socb?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
What is the function of //cntl statement?
How is a type of file defined in the jcl that executes the cobol program?
How gdg are concatenated?
How jcl work to handle various input output file operations?
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
how can you check if a file is empty using jcl?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
in order to execute step2 a job after a return code of 8 in step1, what condition you will code in step2?
How can values be passed from the job stream to an executable program?
Are there any set of rules for the names of the steps used in a job? What are they?
what is JCL?
how to run batch program without jcl?