i want to store 20 digits . how will u do it in cobol ?
No Answer is Posted For this Question
Be the First to Post Answer
Can we write same stepname for one or more steps in on job ?
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
we define the array like this 01 array 02 veg occurs 10 times 03 days occurs 6 times 04 cost pic 9(5). but why don't we write it as 01 array 02 veg occurs 10 times 03 days occurs 6 time 04 cost pic 9(5). is there any error will occur ,what is it? and why don't 01,02,03 not contain picture clause? if we put pic in those is there any error will occur what is it will occur?
How to find the length of variable length copybook using fileaid ??
how to compress the data set
What does IEBGENER do?
What is Uncatalog dataset? How can we access/use them?
which utility is used to sort a file in jcl?
Is acct parameter mandatory?
How can you execute a COBOL program via SYSIN in JCL?
what is instream data
why jobstep can't be more than 255 and for GDG has max limit 255 . Is there any relation between the two