What statement can be used to send data to another mvs jes3 node?
How does the jcl specify the job to os?
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
Is there GOTO and SWITCH-CASE available in JCL ? Is IF-THEN-ELSE available in JCL also just like it is available for VSAM datasets under Model Commands category ?
Is their any set of rules for dd? Explain.
How can I override a dsn that is contained in a proc called by another proc? I need to do the override in the calling JCL.
which utility is used to run a cobol-db2 program?
how to concatenate datasets
Hi, all suppose i have 5 steps (S1,S2,S3,S4,S5) what will happen if cond is true or false (which of the other steps get executed)? 1) //s3 exec pgm=abc,cond=(0,le) 2) //s3 exec pgm=abc,cond=(0,le,step2) 3) In the jobcord RESTART=step3,cond=(0,le) 4) can i code COND=TRUE in jobcard, if yes what will happen?
How to compare 2 files using File-Aid?
What is a Proc ? why do we go for a Proc ? What are the types of procs?Can we have nesting in Procs ?
wt will happen to the step of a job if u code COND=ONLY
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.