what modification we need to do in jcl if we use sort in cobol? I mean whether we need to include temporary file used for sorting in assign statement?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
01 A. 10 B pic X(10). move spaces to A. move spaces to B. output in A & B
Passing a variable parm from JCL to a cobol/db2 program
How to run cobol program using jcl?
When The Define Jcl Is Not Available, How Can You Get Information About A Vsam File's Organisation ?
in job stmt i coded time=(2,30) and in step 1 i coded time=(1,30) and in step i coded time=(1,30), whch one executes first and what happens if step1 and step2 time executes and wht about the remaining time if step and step2 executes
What will happen if two JOB statements are mentioned in an JCL continuously.
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
by using cond parameter maximum 8 cond can be coded in single cond means ?explain
How do you access a file that had a disposition of KEEP?
Wrete a JCL to compare two files and mached records move to onc file & un mached rows wants to another file?
13 Answers CGI, DSRC, IBM,
What is a MODEL Paramater in GDG ?