Is it possible to left uncode disp?
No Answer is Posted For this Question
Be the First to Post Answer
01 GROSS-PAY 05 BASIC-PAY PIC 9(5) 05 ALLOWENCES PIC 9(3) if BASIC-PAY has a value 1000 and ALLOWENCES has a value of 250,what will be displayed by the statement DISPLAY GROSS-PAY a.1250 b.01000250 c.01250 d.1.250
How dummy is used in jcl?
what will be the error code if duplicate key of VSAM file is found?
whats the diff bw the evaluate also and and?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How many types we can give input to JCL
What is the meaning of keyword in JCL? What is its opposite?
There is a procedure in A.B.PROCS(PROC1) (member name is PROC1) //PROCA... There is a call to a procedure PROCA from a JOB. //STEP01 EXEC PROCA ... Here "PROCA" in JOB refers to the actual PROC name or the member name of the PDS where this PROCA is stored.
How do you override a parameter in Positional parameters?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
How to do automated restart when a job abend?
Can we Execute a job without specifying Job Name in the Job Card?