Are you comfortable in cobol or jcl?
No Answer is Posted For this Question
Be the First to Post Answer
I am sending values a and b with pic x(10) and pic x(10) by using call statement. In linkage section, I am receiving values with pic x(10) and pic x(11). Will my program fail? will it be compile error or run time abend?
How many types of sorts are there in cobol?
What is comp-1 and comp-2?
What are the cobol coding sheets?
what is the difference between Plan & package
What the difference is between continue and next sentence?
Give some advantages of REDEFINES clause?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
How To move a value to an array using move verb?
is this below syntax correct? CALL 'subprg' using A,B Please help
01 a pic x(4) value 'abcd' 01 b pic 9(3) can we move from a to b.if possible what would be stored in b.
db2 variable decimal(15,2) what is the equalent size of cobol variable