I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL
CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
No Answer is Posted For this Question
Be the First to Post Answer
oza017.myorg.emp has 100 records ,oza018.myorg.staff has 200 records but 50 are the common records in both files copy all the common records into oza017.myorg.xyz dataset
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)
what is DSN in JCL and what are the parameters to declare the DSN?
what sort card you will use to copy the data from one dataset to another dataset?
Explain about Specifying compiler options in the PROCESS (CBL) statement
How can u know the current date using jcl?
What is the difference between static call & Dynamic call ?
How can an in-stream dataset be terminated?
what EXEC statement is and what is the syntax of EXEC statement used in JCL?
how do you resolve for soc7 error
a jcl has 2 steps. How to code the jcl such that if step1 abends, then step2 runs. Else, job terminates with step1?
when can a job time-out occur? How to overcome that?